|
| 1 | +## Changelog |
| 2 | + |
| 3 | +### BREAKING CHANGES |
| 4 | + |
| 5 | +- Renaming workspaces is disabled by default to data loss. This can be re-enabled via a [server flag](https://coder.com/docs/v2/latest/cli/server#--allow-workspace-renames) (#11189) (@f0ssel) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- Allow templates to specify max_ttl or autostop_requirement (#10920) (@deansheather) |
| 10 | +- Add server flag to disable user custom quiet hours (#11124) (@deansheather) |
| 11 | +- Move [workspace proxies](https://coder.com/docs/v2/latest/admin/workspace-proxies) to GA (#11285) (@Emyrk) |
| 12 | +- Add light theme (preview) (#11266) (@aslilac) |
| 13 | +  |
| 14 | +- Enable CSRF token header (#11283) (@Emyrk) |
| 15 | +- Add support for OAuth2 Applications (#11197) (@code-asher) |
| 16 | +- Add AWS EC2 devcontainer template (#11248) (@matifali) |
| 17 | +- Add Google Compute engine devcontainer template (#11246) (@matifali) |
| 18 | + |
| 19 | +### Bug fixes |
| 20 | + |
| 21 | +- Do not archive .tfvars (#11208) (@mtojek) |
| 22 | +- Correct perms for forbidden error in TemplateScheduleStore.Load (#11286) (@Emyrk) |
| 23 | +- Avoid panic on nil connection (#11305) (@spikecurtis) |
| 24 | +- Stop printing warnings on external provisioner daemon command (#11309) (@spikecurtis) |
| 25 | +- Add CODER*PROVISIONER_DAEMON_LOG*\* options (#11279) (@johnstcn) |
| 26 | +- Fix template editor filetree navigation (#11260) (@BrunoQuaresma) |
| 27 | +- Fix error when loading workspaces with dormant (#11291) (@BrunoQuaresma) |
| 28 | + |
| 29 | +### Documentation |
| 30 | + |
| 31 | +- Add guides section (#11199) (@stirby) |
| 32 | +- Improve structure for example templates (#9842) (@bpmct) |
| 33 | +- Add guidelines for debugging group sync (#11296) (@bpmct) |
| 34 | + |
| 35 | +Compare: [`v2.5.1...v2.6.0`](https://github.com/coder/coder/compare/v2.5.1...v2.6.0) |
| 36 | + |
| 37 | +## Container image |
| 38 | + |
| 39 | +- `docker pull ghcr.io/coder/coder:v2.6.0` |
| 40 | + |
| 41 | +## Install/upgrade |
| 42 | + |
| 43 | +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