From 6b0e1291d215b1a892e2ccbc25bdc8f0be2c8e99 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 24 Jan 2024 16:53:08 -0600 Subject: [PATCH] docs: add v2.7.3 changelog (#11811) * docs: add v2.7.1 changelog * docs: add v2.7.2 changelog --- docs/changelogs/v2.7.2.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/changelogs/v2.7.2.md diff --git a/docs/changelogs/v2.7.2.md b/docs/changelogs/v2.7.2.md new file mode 100644 index 0000000000..035e2a804e --- /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.