Skip to content

docs: add v2.3.2 changelog #10371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/changelogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0 \
--new-version=v2.3.1 \
--old-version=v2.3.2 \
--new-version=v2.3.3 \
--ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \
> ./docs/changelogs/v2.3.1.md
> ./docs/changelogs/v2.3.3.md
```
37 changes: 37 additions & 0 deletions docs/changelogs/v2.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Changelog

### Important features

- Moved workspace cleanup to an experimental feature (#10363) (@sreya)

### Features

- Add telemetry for external provisioners (#10322) (@coadler)
- Expose template insights as Prometheus metrics (#10325) (@mtojek)
- Add user groups column to users table (#10284) (@Parkreiner)
- Add cli support for `--require-active-version` (#10337) (@sreya)
- Add frontend support for mandating active template version (#10338) (@sreya)

### Bug fixes

- Add requester IP to workspace build audit logs (#10242) (@coadler)
- Resolve User is not unauthenticated error seen on logout (#10349) (@Kira-Pilot)
- Show dormant and suspended users in groups (#10333) (@Kira-Pilot)
- Fix additional cluster SA, role names (#10366) (@ericpaulsen)
- Update external-auth docs to use `coder_external_auth` (#10347) (@matifali)
- b8c7b56fd fix(site): fix tabs in the template layout (#10334) (@BrunoQuaresma)

### Documentation

- Update vscode web docs (#10327) (@matifali)
- Rework telemetry doc and add CLI warning (#10354) (@ammario)

Compare: [`v2.3.1...v2.3.2`](https://github.com/coder/coder/compare/v2.3.1...v2.3.2)

## Container image

- `docker pull ghcr.io/coder/coder:v2.3.2`

## 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.