diff --git a/docs/changelogs/README.md b/docs/changelogs/README.md index 385c99325424b..1f14d11b38b26 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.6.0 \ - --new-version=v2.7.0 \ + --old-version=v2.7.1 \ + --new-version=v2.7.2 \ --ref=$(git rev-parse --short "${ref:-origin/$BRANCH}") \ - > ./docs/changelogs/v2.7.0.md + > ./docs/changelogs/v2.7.2.md ``` diff --git a/docs/changelogs/v2.7.1.md b/docs/changelogs/v2.7.1.md new file mode 100644 index 0000000000000..583d40c2bbd03 --- /dev/null +++ b/docs/changelogs/v2.7.1.md @@ -0,0 +1,17 @@ +## Changelog + +### Bug fixes + +- Fixed an issue in v2.7.0 that prevented users from establishing direct connections to their workspaces (#11744) (@spikecurtis) + + > Users that upgraded to v2.7.0 will need to update their local CLI to v2.7.1. Previous CLI versions should be unaffected. + +Compare: [`v2.7.0...v2.7.1`](https://github.com/coder/coder/compare/v2.7.0...v2.7.1) + +## Container image + +- `docker pull ghcr.io/coder/coder:v2.7.1` + +## 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. diff --git a/docs/changelogs/v2.7.2.md b/docs/changelogs/v2.7.2.md new file mode 100644 index 0000000000000..035e2a804e6cf --- /dev/null +++ b/docs/changelogs/v2.7.2.md @@ -0,0 +1,15 @@ +## Changelog + +### Bug fixes + +- Fixed an issue where workspaces on the same port could potentially be accessed by other users due to improper connection caching (#1179). + +Compare: [`v2.7.1...v2.7.2`](https://github.com/coder/coder/compare/v2.7.0...v2.7.1) + +## Container image + +- `docker pull ghcr.io/coder/coder:v2.7.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.