Skip to content

Commit 2e49ba9

Browse files
chore: add changelog for 1.43.1 (coder#1284)
* chore: add changelog for 1.43.1 (coder#1282) (cherry picked from commit dcb822e) * chore(docs): bump 1.43.1 release date (cherry picked from commit 285734a) * Update manifest.json Co-authored-by: Spike Curtis <spike@spikecurtis.com> --------- Co-authored-by: Spike Curtis <spike@spikecurtis.com>
1 parent a4d6a89 commit 2e49ba9

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

changelog/1.43.1.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "1.43.1"
3+
description: "Released on 06/26/2023"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
- GitLab introduced a breaking change in version 14.3 where OAuth tokens without
9+
expiration are no longer supported. Users who have linked their Coder account
10+
to a GitLab instance version 14.3 or higher will need to un-link and re-link
11+
their account.
12+
13+
### Features ✨
14+
15+
There are no new features in 1.43.1.
16+
17+
### Bug fixes 🐛
18+
19+
- infra: Fixes an issue where Coder would not update OAuth refresh tokens
20+
correctly (see Breaking Changes above).
21+
22+
### Security updates 🔐
23+
24+
- Updated Red Hat Universal Base Image to version 8.8 to address some
25+
vulnerabilities (CVE-2022-35252, CVE-2022-36227, CVE-2022-43552,
26+
CVE-2023-27535).
27+
- Updated Go compiler to 1.20.5.

manifest.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,13 @@
11301130
"path": "./changelog/1.43.0.md",
11311131
"title": "1.43.0",
11321132
"description": "Released on 05/24/2023",
1133-
"children": []
1133+
"children": [
1134+
{
1135+
"path": "./changelog/1.43.1.md",
1136+
"title": "1.43.1",
1137+
"description": "Released on 06/26/2023"
1138+
}
1139+
]
11341140
},
11351141
{
11361142
"path": "./changelog/1.42.0.md",

0 commit comments

Comments
 (0)