Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions docs/changelogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ git checkout main; git pull; git fetch --all
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
export BRANCH=main
./scripts/release/generate_release_notes.sh \
--old-version=v2.5.1 \
--new-version=v2.5.2 \
--old-version=v2.6.0 \
--new-version=v2.6.1 \
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
> ./docs/changelogs/v2.5.2.md
```
Binary file added docs/changelogs/images/light-theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions docs/changelogs/v2.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## Changelog

### BREAKING CHANGES

- 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)

### Features

- Allow templates to specify max_ttl or autostop_requirement (#10920) (@deansheather)
- Add server flag to disable user custom quiet hours (#11124) (@deansheather)
- Move [workspace proxies](https://coder.com/docs/v2/latest/admin/workspace-proxies) to GA (#11285) (@Emyrk)
- Add light theme (preview) (#11266) (@aslilac)
![Light theme preview](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/light-theme.png)
- Enable CSRF token header (#11283) (@Emyrk)
- Add support for OAuth2 Applications (#11197) (@code-asher)
- Add AWS EC2 devcontainer template (#11248) (@matifali)
- Add Google Compute engine devcontainer template (#11246) (@matifali)

### Bug fixes

- Do not archive .tfvars (#11208) (@mtojek)
- Correct perms for forbidden error in TemplateScheduleStore.Load (#11286) (@Emyrk)
- Avoid panic on nil connection (#11305) (@spikecurtis)
- Stop printing warnings on external provisioner daemon command (#11309) (@spikecurtis)
- Add CODER_PROVISIONER_DAEMON_LOG_* options (#11279) (@johnstcn)
- Fix template editor filetree navigation (#11260) (@BrunoQuaresma)
- Fix error when loading workspaces with dormant (#11291) (@BrunoQuaresma)

### Documentation

- Add guides section (#11199) (@stirby)
- Improve structure for example templates (#9842) (@bpmct)
- Add guidelines for debugging group sync (#11296) (@bpmct)

Compare: [`v2.5.1...v2.6.0`](https://github.com/coder/coder/compare/v2.5.1...v2.6.0)

## Container image

- `docker pull ghcr.io/coder/coder:v2.6.0`

## Install/upgrade

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.