From c6581cc83754911c30033ddaf866767370d28c48 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 28 Apr 2022 10:56:12 +0000 Subject: [PATCH 1/3] chore: add changelog for 1.28.5 --- changelog/1.28.5.md | 21 +++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 changelog/1.28.5.md diff --git a/changelog/1.28.5.md b/changelog/1.28.5.md new file mode 100644 index 000000000..c5c490825 --- /dev/null +++ b/changelog/1.28.5.md @@ -0,0 +1,21 @@ +--- +title: "1.28.5" +description: "Released on 4/28/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.28.5. + +### Features ✨ + +There are no new features in 1.28.5. + +### Bug fixes 🐛 + +- infra: fixed issue where the Coder front-end attempts to reconnect to a + workspace even when it is offline. + +### Security updates 🔐 + +There are no security updates in 1.28.5. diff --git a/manifest.json b/manifest.json index c905ec7dd..3c437df2a 100644 --- a/manifest.json +++ b/manifest.json @@ -586,6 +586,9 @@ { "path": "./changelog/1.28.0.md", "children": [ + { + "path": "./changelog/1.28.5.md" + }, { "path": "./changelog/1.28.4.md" }, From 5fcc02d8f139af85f0044ec2b9c8965d65195347 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 28 Apr 2022 11:06:51 +0000 Subject: [PATCH 2/3] fixup! chore: add changelog for 1.28.5 --- changelog/1.28.5.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/1.28.5.md b/changelog/1.28.5.md index c5c490825..35dbfc076 100644 --- a/changelog/1.28.5.md +++ b/changelog/1.28.5.md @@ -15,6 +15,8 @@ There are no new features in 1.28.5. - infra: fixed issue where the Coder front-end attempts to reconnect to a workspace even when it is offline. +- web: fixed an issue where the error message does not show when a user exceeds + their resource quota when attempting to create a workspace. ### Security updates 🔐 From 9cd65957bcebbeca8bddd446c5200460f586e9a7 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 28 Apr 2022 07:57:35 -0500 Subject: [PATCH 3/3] Update changelog/1.28.5.md --- changelog/1.28.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.28.5.md b/changelog/1.28.5.md index 35dbfc076..15e7930c5 100644 --- a/changelog/1.28.5.md +++ b/changelog/1.28.5.md @@ -15,7 +15,7 @@ There are no new features in 1.28.5. - infra: fixed issue where the Coder front-end attempts to reconnect to a workspace even when it is offline. -- web: fixed an issue where the error message does not show when a user exceeds +- web: fixed issue where the error message does not show when a user exceeds their resource quota when attempting to create a workspace. ### Security updates 🔐