Skip to content

docs: add v2.9.0 changelog #12562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 12, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/changelogs/v2.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
- Remove prometheus-http port declaration from coderd service spec (#12214) (@johnstcn)
- Provisioners: only allow untagged provisioners to pick up untagged jobs (#12269) (@johnstcn)

### Experimental features

The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in [our documentation](https://coder.com/docs/v2/latest/contributing/feature-stages#experimental-features).

- The `coder support` command generates a ZIP with deployment information, agent logs, and server config values for troubleshooting purposes. We will publish documentation on how it works (and un-hide the feature) in a future release (#12328) (@johnstcn)
- Port sharing: Allow users to share ports running in their workspace with other Coder users (#11939) (#12119) (#12383) (@deansheather) (@f0ssel)
![Port Sharing](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/sharable-ports.png)

### Features

#### Templates
Expand Down Expand Up @@ -67,6 +59,14 @@ The following features are hidden or disabled by default as we don't guarantee s
- Server: Enable Prometheus endpoint for external provisioner (#12320) (@mtojek)
- Implement provisioner auth middleware and proper org params (#12330) (@Emyrk)

### Experimental features

The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in [our documentation](https://coder.com/docs/v2/latest/contributing/feature-stages#experimental-features).

- The `coder support` command generates a ZIP with deployment information, agent logs, and server config values for troubleshooting purposes. We will publish documentation on how it works (and un-hide the feature) in a future release (#12328) (@johnstcn)
- Port sharing: Allow users to share ports running in their workspace with other Coder users (#11939) (#12119) (#12383) (@deansheather) (@f0ssel)
![Port Sharing](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/sharable-ports.png)

### Bug fixes

- SSH: Allow scp to exit with zero status (#12028) (@mafredri)
Expand Down