Skip to content

Commit 2a2fd70

Browse files
committed
chore: add v2.9.1 changelog
1 parent b49c015 commit 2a2fd70

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/changelogs/v2.9.1.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Changelog
2+
3+
### Features
4+
5+
- Add separate signals for shutdown handling on Coder server and provisionerd.
6+
(#12358) (@kylecarbs)
7+
8+
> `SIGTERM` will stop accepting new provisioner jobs and wait running jobs to
9+
> finish before shutting down.
10+
>
11+
> `SIGINT` (existing behavior) will cancel in-flight jobs then shut down.
12+
13+
### Bug fixes
14+
15+
- Fixed an issue where single-replica workspace proxy deployments may enter an
16+
unhealthy state due to replica management errors. (#12641) (@deansheather)
17+
18+
- Fixed an issue preventing upgrade to `v2.9.0` due to a migration that hard a
19+
hardcoded schema name. (#12620) (@95gabor)
20+
21+
Compare: [`v2.9.0...v2.9.1`](https://github.com/coder/coder/compare/v2.9.0...v2.9.1)
22+
23+
## Container image
24+
25+
- `docker pull ghcr.io/coder/coder:v2.9.1`
26+
27+
## Install/upgrade
28+
29+
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)