Skip to content

Commit f659fdc

Browse files
authored
chore: add 1.44.1 changelog (coder#1311)
1 parent 7a8dfef commit f659fdc

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

changelog/1.44.1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.44.1"
3+
description: "Released on 09/12/2023"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.44.1.
9+
10+
### Features ✨
11+
12+
- web: Updated code-server to 4.16.1
13+
14+
### Bug fixes 🐛
15+
16+
- infra: Fixed an issue where a workspace pod would be orphaned if it exited
17+
during the build process.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates in 1.44.1.

manifest.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,13 @@
11311131
"path": "./changelog/1.44.0.md",
11321132
"title": "1.44.0",
11331133
"description": "Released on 06/29/2023",
1134-
"children": []
1134+
"children": [
1135+
{
1136+
"path": "./changelog/1.44.1.md",
1137+
"title": "1.44.1",
1138+
"description": "Released on 09/12/2023"
1139+
}
1140+
]
11351141
},
11361142
{
11371143
"path": "./changelog/1.43.0.md",

0 commit comments

Comments
 (0)