docs: add v2.8.5 changelog

This commit is contained in:
Ben 2024-03-09 01:05:41 +00:00
parent 129dd40781
commit 630ed643cb
2 changed files with 19 additions and 3 deletions

View File

@ -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.7.1 \
--new-version=v2.7.2 \
--old-version=v2.8.0 \
--new-version=v2.9.0 \
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
> ./docs/changelogs/v2.7.2.md
> ./docs/changelogs/v2.9.0.md
```

16
docs/changelogs/v2.8.5.md Normal file
View File

@ -0,0 +1,16 @@
## Changelog
- Fixed an where some template updates caused workspaces to stop after 2 hours, even while in use (#12446)
- Add DERP mesh health checking to workspace proxies (#12220) (#12222)
- Improve clipboard support on HTTP connections and older browsers (#12178)
Compare: [`v2.8.4...v2.8.5`](https://github.com/coder/coder/compare/v2.8.4...v2.8.5)
## Container image
- `docker pull ghcr.io/coder/coder:v2.8.4`
## 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.