From a7243b3f3bb7dea05a1d80771eddf8fba4df2cf7 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 20 Oct 2023 16:26:43 -0500 Subject: [PATCH] docs: add v2.3.2 changelog (#10371) --- docs/changelogs/README.md | 6 +++--- docs/changelogs/v2.3.2.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 docs/changelogs/v2.3.2.md diff --git a/docs/changelogs/README.md b/docs/changelogs/README.md index 1dc1c8c5a1..a973378494 100644 --- a/docs/changelogs/README.md +++ b/docs/changelogs/README.md @@ -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 ``` diff --git a/docs/changelogs/v2.3.2.md b/docs/changelogs/v2.3.2.md new file mode 100644 index 0000000000..373914ac0a --- /dev/null +++ b/docs/changelogs/v2.3.2.md @@ -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.