|
| 1 | +## Changelog |
| 2 | + |
| 3 | +### Breaking changes |
| 4 | + |
| 5 | +Agent logs can be pushed after a workspace has started (#8528) |
| 6 | + |
| 7 | +> ⚠️ **Warning:** You will need to [update](https://coder.com/docs/v2/latest/install) your local Coder CLI v0.27 to connect via `coder ssh`. |
| 8 | +
|
| 9 | +### Features |
| 10 | + |
| 11 | +- [Empeheral parameters](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter#ephemeral) allow users to specify a value for a single build (#8415) (#8524) |
| 12 | +  |
| 13 | + > Upgrade to Coder Terraform Provider v0.11.1 to use ephemeral parameters in your templates |
| 14 | +- Create template, if it doesn't exist with `templates push --create` (#8454) |
| 15 | +- Workspaces now appear `unhealthy` in the dashboard and CLI if one or more agents do not exist (#8541) (#8548) |
| 16 | +  |
| 17 | +- Reverse port-forward with `coder ssh -R` (#8515) |
| 18 | +- Helm: custom command arguments in Helm chart (#8567) |
| 19 | +- Template version messages (#8435) |
| 20 | + <img width="428" alt="252772262-087f1338-f1e2-49fb-81f2-358070a46484" src="https://github.com/coder/coder/assets/22407953/5f6e5e47-e61b-41f1-92fe-f624e92f8bd3"> |
| 21 | +- TTL and max TTL validation increased to 30 days (#8258) |
| 22 | +- [Self-hosted docs](https://coder.com/docs/v2/latest/install/offline#offline-docs): Host your own copy of Coder's documentation in your own environment (#8527) (#8601) |
| 23 | +- Add custom coder bin path for `config-ssh` (#8425) |
| 24 | +- Admins can create workspaces for other users via the CLI (#8481) |
| 25 | +- `coder_app` supports localhost apps running https (#8585) |
| 26 | +- Base container image contains [jq](https://github.com/coder/coder/pull/8563) for parsing mounted JSON secrets |
| 27 | + |
| 28 | +### Bug fixes |
| 29 | + |
| 30 | +- Check agent metadata every second instead of minute (#8614) |
| 31 | +- `coder stat` fixes |
| 32 | + - Read from alternate cgroup path (#8591) |
| 33 | + - Improve detection of container environment (#8643) |
| 34 | + - Unskip TestStatCPUCmd/JSON and explicitly set --host in test cmd invocation (#8558) |
| 35 | +- Avoid initial license reconfig if feature isn't enabled (#8586) |
| 36 | +- Audit log records delete workspace action properly (#8494) |
| 37 | +- Audit logs are properly paginated (#8513) |
| 38 | +- Fix bottom border on build logs (#8554) |
| 39 | +- Don't mark metadata with `interval: 0` as stale (#8627) |
| 40 | +- Add some missing workspace updates (#7790) |
| 41 | + |
| 42 | +### Documentation |
| 43 | + |
| 44 | +## Changelog |
| 45 | + |
| 46 | +### Breaking changes |
| 47 | + |
| 48 | +Agent logs can be pushed after a workspace has started (#8528) |
| 49 | + |
| 50 | +> ⚠️ **Warning:** You will need to [update](https://coder.com/docs/v2/latest/install) your local Coder CLI v0.27 to connect via `coder ssh`. |
| 51 | +
|
| 52 | +### Features |
| 53 | + |
| 54 | +- [Empeheral parameters](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter#ephemeral) allow users to specify a value for a single build (#8415) (#8524) |
| 55 | +  |
| 56 | + > Upgrade to Coder Terraform Provider v0.11.1 to use ephemeral parameters in your templates |
| 57 | +- Create template, if it doesn't exist with `templates push --create` (#8454) |
| 58 | +- Workspaces now appear `unhealthy` in the dashboard and CLI if one or more agents do not exist (#8541) (#8548) |
| 59 | +  |
| 60 | +- Reverse port-forward with `coder ssh -R` (#8515) |
| 61 | +- Helm: custom command arguments in Helm chart (#8567) |
| 62 | +- Template version messages (#8435) |
| 63 | + <img width="428" alt="252772262-087f1338-f1e2-49fb-81f2-358070a46484" src="https://github.com/coder/coder/assets/22407953/5f6e5e47-e61b-41f1-92fe-f624e92f8bd3"> |
| 64 | +- TTL and max TTL validation increased to 30 days (#8258) |
| 65 | +- [Self-hosted docs](https://coder.com/docs/v2/latest/install/offline#offline-docs): Host your own copy of Coder's documentation in your own environment (#8527) (#8601) |
| 66 | +- Add custom coder bin path for `config-ssh` (#8425) |
| 67 | +- Admins can create workspaces for other users via the CLI (#8481) |
| 68 | +- `coder_app` supports localhost apps running https (#8585) |
| 69 | +- Base container image contains [jq](https://github.com/coder/coder/pull/8563) for parsing mounted JSON secrets |
| 70 | + |
| 71 | +### Bug fixes |
| 72 | + |
| 73 | +- Check agent metadata every second instead of minute (#8614) |
| 74 | +- `coder stat` fixes |
| 75 | + - Read from alternate cgroup path (#8591) |
| 76 | + - Improve detection of container environment (#8643) |
| 77 | + - Unskip TestStatCPUCmd/JSON and explicitly set --host in test cmd invocation (#8558) |
| 78 | +- Avoid initial license reconfig if feature isn't enabled (#8586) |
| 79 | +- Audit log records delete workspace action properly (#8494) |
| 80 | +- Audit logs are properly paginated (#8513) |
| 81 | +- Fix bottom border on build logs (#8554) |
| 82 | +- Don't mark metadata with `interval: 0` as stale (#8627) |
| 83 | +- Add some missing workspace updates (#7790) |
| 84 | + |
| 85 | +### Documentation |
| 86 | + |
| 87 | +- Custom API use cases (custom agent logs, CI/CD pipelines) (#8445) |
| 88 | +- Docs on using remote Docker hosts (#8479) |
| 89 | +- Added kubernetes option to workspace proxies (#8533) |
| 90 | + |
| 91 | +Compare: [`v0.26.1...v0.26.2`](https://github.com/coder/coder/compare/v0.26.1...v0.27.0) |
| 92 | + |
| 93 | +## Container image |
| 94 | + |
| 95 | +- `docker pull ghcr.io/coder/coder:v0.26.2` |
| 96 | + |
| 97 | +## Install/upgrade |
| 98 | + |
| 99 | +Refer to our docs to [install](https://coder.com/docs/v2/latest/install) or [upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a release asset below. |
| 100 | + |
| 101 | +- Custom API use cases (custom agent logs, CI/CD pipelines) (#8445) |
| 102 | +- Docs on using remote Docker hosts (#8479) |
| 103 | +- Added kubernetes option to workspace proxies (#8533) |
| 104 | + |
| 105 | +Compare: [`v0.26.1...v0.26.2`](https://github.com/coder/coder/compare/v0.26.1...v0.27.0) |
| 106 | + |
| 107 | +## Container image |
| 108 | + |
| 109 | +- `docker pull ghcr.io/coder/coder:v0.26.2` |
| 110 | + |
| 111 | +## Install/upgrade |
| 112 | + |
| 113 | +Refer to our docs to [install](https://coder.com/docs/v2/latest/install) or [upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use a release asset below. |
0 commit comments