Skip to content

Commit a7243b3

Browse files
authored
docs: add v2.3.2 changelog (#10371)
1 parent 1372bf8 commit a7243b3

File tree

2 files changed

+40
-3
lines changed

2 files changed

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

docs/changelogs/v2.3.2.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## Changelog
2+
3+
### Important features
4+
5+
- Moved workspace cleanup to an experimental feature (#10363) (@sreya)
6+
7+
### Features
8+
9+
- Add telemetry for external provisioners (#10322) (@coadler)
10+
- Expose template insights as Prometheus metrics (#10325) (@mtojek)
11+
- Add user groups column to users table (#10284) (@Parkreiner)
12+
- Add cli support for `--require-active-version` (#10337) (@sreya)
13+
- Add frontend support for mandating active template version (#10338) (@sreya)
14+
15+
### Bug fixes
16+
17+
- Add requester IP to workspace build audit logs (#10242) (@coadler)
18+
- Resolve User is not unauthenticated error seen on logout (#10349) (@Kira-Pilot)
19+
- Show dormant and suspended users in groups (#10333) (@Kira-Pilot)
20+
- Fix additional cluster SA, role names (#10366) (@ericpaulsen)
21+
- Update external-auth docs to use `coder_external_auth` (#10347) (@matifali)
22+
- b8c7b56fd fix(site): fix tabs in the template layout (#10334) (@BrunoQuaresma)
23+
24+
### Documentation
25+
26+
- Update vscode web docs (#10327) (@matifali)
27+
- Rework telemetry doc and add CLI warning (#10354) (@ammario)
28+
29+
Compare: [`v2.3.1...v2.3.2`](https://github.com/coder/coder/compare/v2.3.1...v2.3.2)
30+
31+
## Container image
32+
33+
- `docker pull ghcr.io/coder/coder:v2.3.2`
34+
35+
## Install/upgrade
36+
37+
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)