Skip to content

Commit 630ed64

Browse files
committed
docs: add v2.8.5 changelog
1 parent 129dd40 commit 630ed64

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

docs/changelogs/README.md

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

docs/changelogs/v2.8.5.md

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