Skip to content

Commit b3e3521

Browse files
authored
docs: add v2.6.0 changelog (coder#11320)
* docs: add v2.6.0 changelog * fmt
1 parent 029c92f commit b3e3521

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

docs/changelogs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ git checkout main; git pull; git fetch --all
1313
export CODER_IGNORE_MISSING_COMMIT_METADATA=1
1414
export BRANCH=main
1515
./scripts/release/generate_release_notes.sh \
16-
--old-version=v2.5.1 \
17-
--new-version=v2.5.2 \
16+
--old-version=v2.6.0 \
17+
--new-version=v2.6.1 \
1818
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
1919
> ./docs/changelogs/v2.5.2.md
2020
```
424 KB
Loading

docs/changelogs/v2.6.0.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
![Light theme preview](https://raw.githubusercontent.com/coder/coder/main/docs/changelogs/images/light-theme.png)
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

Comments
 (0)