From 980dd7e3328cf4454d736c5ddaa4ef68c9609f25 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 11 Oct 2021 15:32:19 -0500 Subject: [PATCH 1/5] chore: add 1.23.1 changelog --- changelog/1.23.1.md | 29 +++++++++++++++++++++++++++++ manifest.json | 7 ++++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 changelog/1.23.1.md diff --git a/changelog/1.23.1.md b/changelog/1.23.1.md new file mode 100644 index 000000000..c69b946a2 --- /dev/null +++ b/changelog/1.23.1.md @@ -0,0 +1,29 @@ +--- +title: "1.23.1" +description: "Released on 10/11/2021" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.23.1. + +### Features ✨ + +There are no new features in 1.23.1. + +### Bug fixes 🐛 + +- web: fixed issue with Coder not displaying an error when users do not have + permission to log in via OIDC. +- web: fixed issue where large output would cause web terminals to disconnect. +- web: fixed issue with Intercom not loading for hosted beta users. +- web: fixed issue with RStudio not launching. +- web: fixed issue with password max length validation being too narrow for + select password types (password length limit for image registries have been + updated to 32 KiB). +- web: fixed issue with inability to update a registry name or URL. +- infra: fixed issue with inability to call `ulimit` inside cached CVMs. + +### Security updates 🔐 + +- infra: removed dependency on `jwt-go` package. diff --git a/manifest.json b/manifest.json index 57aed0980..973fdfbf5 100644 --- a/manifest.json +++ b/manifest.json @@ -429,7 +429,12 @@ "path": "./changelog/index.md", "children": [ { - "path": "./changelog/1.23.0.md" + "path": "./changelog/1.23.1.md", + "children": [ + { + "path": "./changelog/1.23.0.md" + } + ] }, { "path": "./changelog/1.22.3.md", From 5c646ce2bce1eaded3858659bbe43cc04e704b2d Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 11 Oct 2021 15:35:27 -0500 Subject: [PATCH 2/5] remove security mention --- changelog/1.23.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.23.1.md b/changelog/1.23.1.md index c69b946a2..4da269c8a 100644 --- a/changelog/1.23.1.md +++ b/changelog/1.23.1.md @@ -26,4 +26,4 @@ There are no new features in 1.23.1. ### Security updates 🔐 -- infra: removed dependency on `jwt-go` package. +There are no new security updates in 1.23.1. From 85c86fe350a9546787597abef4414f5426802aa0 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 11 Oct 2021 15:35:53 -0500 Subject: [PATCH 3/5] fix verbiage --- changelog/1.23.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.23.1.md b/changelog/1.23.1.md index 4da269c8a..942c10c77 100644 --- a/changelog/1.23.1.md +++ b/changelog/1.23.1.md @@ -26,4 +26,4 @@ There are no new features in 1.23.1. ### Security updates 🔐 -There are no new security updates in 1.23.1. +There are no security updates in 1.23.1. From 8baa929be3897eedb0f972ab53c68f07b141704e Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 11 Oct 2021 15:47:17 -0500 Subject: [PATCH 4/5] apply changes based on review --- changelog/1.23.1.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/changelog/1.23.1.md b/changelog/1.23.1.md index 942c10c77..4e9ec50eb 100644 --- a/changelog/1.23.1.md +++ b/changelog/1.23.1.md @@ -13,17 +13,18 @@ There are no new features in 1.23.1. ### Bug fixes 🐛 -- web: fixed issue with Coder not displaying an error when users do not have - permission to log in via OIDC. -- web: fixed issue where large output would cause web terminals to disconnect. +- web: fixed issue with Coder not displaying an error when there is an issue + during OIDC login. +- web: fixed issue where large output would sometimes cause web terminals to + disconnect. - web: fixed issue with Intercom not loading for hosted beta users. - web: fixed issue with RStudio not launching. - web: fixed issue with password max length validation being too narrow for - select password types (password length limit for image registries have been - updated to 32 KiB). + registries (password length limit for image registries have been updated to 32 + KiB). - web: fixed issue with inability to update a registry name or URL. -- infra: fixed issue with inability to call `ulimit` inside cached CVMs. +- infra: fixed issue with inability to set `ulimit` inside cached CVMs. ### Security updates 🔐 -There are no security updates in 1.23.1. +- infra: removed dependency on `jwt-go` package. From f264f96cfa2fab5ce3b79dad09140ec038c897d8 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 11 Oct 2021 15:48:17 -0500 Subject: [PATCH 5/5] fix typo --- changelog/1.23.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.23.1.md b/changelog/1.23.1.md index 4e9ec50eb..565a357fa 100644 --- a/changelog/1.23.1.md +++ b/changelog/1.23.1.md @@ -20,7 +20,7 @@ There are no new features in 1.23.1. - web: fixed issue with Intercom not loading for hosted beta users. - web: fixed issue with RStudio not launching. - web: fixed issue with password max length validation being too narrow for - registries (password length limit for image registries have been updated to 32 + registries (password length limit for image registries has been updated to 32 KiB). - web: fixed issue with inability to update a registry name or URL. - infra: fixed issue with inability to set `ulimit` inside cached CVMs.