Skip to content

Commit d94421f

Browse files
authored
chore: add changelog for 1.41.0 (coder#1243)
1 parent 8410b84 commit d94421f

File tree

2 files changed

+44
-12
lines changed

2 files changed

+44
-12
lines changed

changelog/1.41.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# 1.41.0
2+
3+
### Breaking changes ❗
4+
5+
- There are no breaking changes in 1.41.0.
6+
7+
### Features ✨
8+
9+
- Updated code-server to 4.11.0.
10+
- The `coder` CLI will return an error if it detects that a user is trying to
11+
connect to v2 server.
12+
13+
### Bug fixes 🐛
14+
15+
- Set User ID on audit log when proxying an IDE connection.
16+
- Fixed a race condition where updates to Workspace Providers would not
17+
propagate to `coderd` replicas.
18+
- Fixed some incorrect database transactions levels in various endpoints.
19+
20+
### Security updates 🔐
21+
22+
- There are no security updates in 1.41.0.

manifest.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"versions": [
3+
"v1.41",
34
"v1.40",
45
"v1.39",
56
"v1.38",
67
"v1.37",
78
"v1.36",
89
"v1.35",
9-
"v1.34",
10-
"v1.33"
10+
"v1.34"
1111
],
1212
"routes": [
1313
{
@@ -1124,6 +1124,11 @@
11241124
"path": "./changelog/index.md",
11251125
"icon_path": "./assets/images/icons/paper.svg",
11261126
"children": [
1127+
{
1128+
"path": "./changelog/1.41.0.md",
1129+
"title": "1.41.0",
1130+
"description": "Released on 03/23/2023"
1131+
},
11271132
{
11281133
"path": "./changelog/1.40.0.md",
11291134
"title": "1.40.0",
@@ -1247,46 +1252,51 @@
12471252
"description": "Released on 08/31/2022"
12481253
},
12491254
{
1250-
"path": "./changelog/1.33.0.md",
1255+
"path": "./changelog/archive/index.md",
1256+
"navigable": false,
12511257
"children": [
12521258
{
12531259
"path": "./changelog/1.33.6.md",
1260+
"navigable": false,
12541261
"title": "1.33.6",
12551262
"description": "Released on 10/24/2022"
12561263
},
12571264
{
12581265
"path": "./changelog/1.33.5.md",
1266+
"navigable": false,
12591267
"title": "1.33.5",
12601268
"description": "Released on 09/16/2022"
12611269
},
12621270
{
12631271
"path": "./changelog/1.33.4.md",
1272+
"navigable": false,
12641273
"title": "1.33.4",
12651274
"description": "Released on 08/29/2022"
12661275
},
12671276
{
12681277
"path": "./changelog/1.33.3.md",
1278+
"navigable": false,
12691279
"title": "1.33.3",
12701280
"description": "Released on 08/22/2022"
12711281
},
12721282
{
12731283
"path": "./changelog/1.33.2.md",
1284+
"navigable": false,
12741285
"title": "1.33.2",
12751286
"description": "Released on 08/15/2022"
12761287
},
12771288
{
12781289
"path": "./changelog/1.33.1.md",
1290+
"navigable": false,
12791291
"title": "1.33.1",
12801292
"description": "Released on 08/04/2022"
1281-
}
1282-
],
1283-
"title": "1.33.0",
1284-
"description": "Released on 07/27/2022"
1285-
},
1286-
{
1287-
"path": "./changelog/archive/index.md",
1288-
"navigable": false,
1289-
"children": [
1293+
},
1294+
{
1295+
"path": "./changelog/1.33.0.md",
1296+
"navigable": false,
1297+
"title": "1.33.0",
1298+
"description": "Released on 07/27/2022"
1299+
},
12901300
{
12911301
"path": "./changelog/1.32.5.md",
12921302
"navigable": false,

0 commit comments

Comments
 (0)