Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
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
27 changes: 27 additions & 0 deletions changelog/1.43.1.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down