Skip to content

Commit 69a62ed

Browse files
authored
chore: add 1.44.0 changelog (#1289)
1 parent 10ee2f7 commit 69a62ed

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

changelog/1.44.0.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "1.44.0"
3+
description: "Released on 06/29/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.44.0.
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+
- infra: Improve some error messages when Git OAUTH credentials are expired.
22+
23+
### Security updates 🔐
24+
25+
- Updated Red Hat Universal Base Image to version 8.8 to address some
26+
vulnerabilities (CVE-2022-35252, CVE-2022-36227, CVE-2022-43552,
27+
CVE-2023-27535).
28+
- Updated Go compiler to 1.20.5.

manifest.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"versions": [
3+
"v1.44",
34
"v1.43",
45
"v1.42",
56
"v1.41",
@@ -1126,6 +1127,12 @@
11261127
"path": "./changelog/index.md",
11271128
"icon_path": "./assets/images/icons/paper.svg",
11281129
"children": [
1130+
{
1131+
"path": "./changelog/1.44.0.md",
1132+
"title": "1.44.0",
1133+
"description": "Released on 06/29/2023",
1134+
"children": []
1135+
},
11291136
{
11301137
"path": "./changelog/1.43.0.md",
11311138
"title": "1.43.0",

0 commit comments

Comments
 (0)