Skip to content

Commit 8ad8342

Browse files
authored
chore: add changelog for 1.39.1 (coder#1219)
1 parent 56090f3 commit 8ad8342

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

changelog/1.39.1.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 1.39.1
2+
3+
### Breaking changes ❗
4+
5+
There are no breaking changes in 1.39.1.
6+
7+
### Features ✨
8+
9+
There are no features in 1.39.1.
10+
11+
### Bug fixes 🐛
12+
13+
- Fixed an issue where satellite deployments would proxy Dev URL requests to
14+
the main deployment instead of their own configured Dev URL domain.
15+
- Fixed an issue where initial setup would hang when attempting to change the
16+
password for admin.
17+
18+
### Security updates 🔐
19+
20+
- Resetting the admin password via 'coderd reset-admin-password' now deletes
21+
all existing admin API keys.
22+
- Fixed an issue where cached CVMs would fail to find the correct rootfs for
23+
a workspace.

manifest.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": ["v1.38", "v1.37", "v1.36", "v1.35", "v1.34", "v1.33"],
2+
"versions": ["v1.39", "v1.38", "v1.37", "v1.36", "v1.35", "v1.34", "v1.33"],
33
"routes": [
44
{
55
"path": "./index.md",
@@ -950,7 +950,13 @@
950950
"children": [
951951
{
952952
"path": "./changelog/1.39.0.md",
953-
"children": [],
953+
"children": [
954+
{
955+
"path": "./changelog/1.39.1.md",
956+
"title": "1.39.1",
957+
"description": "Released on 02/06/2023"
958+
}
959+
],
954960
"title": "1.39.0",
955961
"description": "Released on 01/25/2023"
956962
},

0 commit comments

Comments
 (0)