From 41f50661bbd5ae6487213a3354ddc3c32f61b8b7 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 14 Jun 2023 03:00:19 -0700 Subject: [PATCH 1/3] chore: add changelog for 1.43.1 (#1282) (cherry picked from commit dcb822e613a95b7d7aa9dede6f8d0e9f7ab5034b) --- changelog/1.43.1.md | 27 +++++++++++++++++++++++++++ manifest.json | 8 +++++++- 2 files changed, 34 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..27ca6ec6 --- /dev/null +++ b/changelog/1.43.1.md @@ -0,0 +1,27 @@ +--- +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 4503f1fdce2592dbcbdbbedbb94c775b0a805787 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 26 Jun 2023 18:01:21 +0100 Subject: [PATCH 2/3] chore(docs): bump 1.43.1 release date (cherry picked from commit 285734afac9ed47cefd5ccab56b25eb6d35df30a) --- changelog/1.43.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.43.1.md b/changelog/1.43.1.md index 27ca6ec6..86c710e2 100644 --- a/changelog/1.43.1.md +++ b/changelog/1.43.1.md @@ -1,6 +1,6 @@ --- title: "1.43.1" -description: "Released on 06/15/2023" +description: "Released on 06/26/2023" --- ### Breaking changes ❗ From b64bcaf2b2e8f0840f8bfdaeeb66c708e6a962e7 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 27 Jun 2023 13:02:24 +0100 Subject: [PATCH 3/3] Update manifest.json Co-authored-by: Spike Curtis --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a3aabf54..bc4552ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1134,7 +1134,7 @@ { "path": "./changelog/1.43.1.md", "title": "1.43.1", - "description": "Released on 06/15/2023" + "description": "Released on 06/26/2023" } ] },