Skip to content

chore: add 1.44.0 changelog #1289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions changelog/1.44.0.md
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"versions": [
"v1.44",
"v1.43",
"v1.42",
"v1.41",
Expand Down Expand Up @@ -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",
Expand Down