From 621fbe77778c0de09635e0ebe3b6bd7a42871dcc Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 14 Jun 2023 10:29:10 +0100 Subject: [PATCH 1/2] chore: add changelog for 1.43.1 --- changelog/1.43.1.md | 29 +++++++++++++++++++++++++++++ manifest.json | 8 +++++++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 changelog/1.43.1.md diff --git a/changelog/1.43.1.md b/changelog/1.43.1.md new file mode 100644 index 00000000..0b93c21d --- /dev/null +++ b/changelog/1.43.1.md @@ -0,0 +1,29 @@ +--- +title: "1.43.1" +description: "Released on 06/15/2023" +--- + +### Breaking changes ❗ + +- GitLab introduced a breaking change in version 14.3 where OAuth tokens without + expiration are no longer supported. Users who have linked their Coder account + to a GitLab instance version 14.3 or higher will need to un-link and re-link + their account. + + +### Features ✨ + +There are no new features in 1.43.1. + +### Bug fixes 🐛 + +- infra: Fixes an issue where Coder would not update OAuth refresh tokens + correctly (see Breaking Changes above). + + +### Security updates 🔐 + +- Updated Red Hat Universal Base Image to version 8.8 to address some + vulnerabilities (CVE-2022-35252, CVE-2022-36227, CVE-2022-43552, + CVE-2023-27535) +- Updated Go compiler to 1.20.5. diff --git a/manifest.json b/manifest.json index e3e49ffb..a3aabf54 100644 --- a/manifest.json +++ b/manifest.json @@ -1130,7 +1130,13 @@ "path": "./changelog/1.43.0.md", "title": "1.43.0", "description": "Released on 05/24/2023", - "children": [] + "children": [ + { + "path": "./changelog/1.43.1.md", + "title": "1.43.1", + "description": "Released on 06/15/2023" + } + ] }, { "path": "./changelog/1.42.0.md", From d1e18d5191b49c0d2ce3925dd73eb63ac81108ab Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 14 Jun 2023 10:59:47 +0100 Subject: [PATCH 2/2] lint --- changelog/1.43.1.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/changelog/1.43.1.md b/changelog/1.43.1.md index 0b93c21d..27ca6ec6 100644 --- a/changelog/1.43.1.md +++ b/changelog/1.43.1.md @@ -10,7 +10,6 @@ description: "Released on 06/15/2023" to a GitLab instance version 14.3 or higher will need to un-link and re-link their account. - ### Features ✨ There are no new features in 1.43.1. @@ -20,10 +19,9 @@ There are no new features in 1.43.1. - infra: Fixes an issue where Coder would not update OAuth refresh tokens correctly (see Breaking Changes above). - ### Security updates 🔐 -- Updated Red Hat Universal Base Image to version 8.8 to address some +- Updated Red Hat Universal Base Image to version 8.8 to address some vulnerabilities (CVE-2022-35252, CVE-2022-36227, CVE-2022-43552, - CVE-2023-27535) + CVE-2023-27535). - Updated Go compiler to 1.20.5.