diff --git a/changelog/1.44.0.md b/changelog/1.44.0.md new file mode 100644 index 00000000..75b57d60 --- /dev/null +++ b/changelog/1.44.0.md @@ -0,0 +1,28 @@ +--- +title: "1.44.0" +description: "Released on 06/29/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.44.0. + +### Bug fixes 🐛 + +- infra: Fixes an issue where Coder would not update OAuth refresh tokens + correctly (see Breaking Changes above). +- infra: Improve some error messages when Git OAUTH credentials are expired. + +### 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 bc4552ea..9badeca8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,6 @@ { "versions": [ + "v1.44", "v1.43", "v1.42", "v1.41", @@ -1126,6 +1127,12 @@ "path": "./changelog/index.md", "icon_path": "./assets/images/icons/paper.svg", "children": [ + { + "path": "./changelog/1.44.0.md", + "title": "1.44.0", + "description": "Released on 06/29/2023", + "children": [] + }, { "path": "./changelog/1.43.0.md", "title": "1.43.0",