From 77bda59a6e8a31732dd0c72dfca8c937956b7dae Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Mon, 12 Feb 2024 05:33:05 +0000 Subject: [PATCH] chore(docs): add `v2.8.2` changelog --- docs/changelogs/v2.8.2.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/changelogs/v2.8.2.md diff --git a/docs/changelogs/v2.8.2.md b/docs/changelogs/v2.8.2.md new file mode 100644 index 0000000000000..3d17439870af9 --- /dev/null +++ b/docs/changelogs/v2.8.2.md @@ -0,0 +1,15 @@ +## Changelog + +### Bug fixes + +- Fixed an issue where workspace apps may never be marked as healthy. + +Compare: [`v2.8.1...v2.8.2`](https://github.com/coder/coder/compare/v2.8.1...v2.8.2) + +## Container image + +- `docker pull ghcr.io/coder/coder:v2.8.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.