Skip to content

Commit 16bee5a

Browse files
author
Katie Horne
authored
chore: add 1.21.5 and 1.22.3 changelogs (coder#640)
1 parent 5b9b327 commit 16bee5a

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

changelog/1.21.5.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "1.21.5"
3+
description: "Released on 09/29/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.21.5.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.21.5.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed the dev URL button not opening the correct hostname after editing
17+
the dev URL on a satellite
18+
- infra: fixed panic in authenticated dev URLs served on satellites
19+
20+
### Security updates 🔐
21+
22+
There are no security updates in 1.21.5.

changelog/1.22.3.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "1.22.3"
3+
description: "Released on 09/29/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.22.3.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.22.3.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed the dev URL button not opening the correct hostname after editing
17+
the dev URL on a satellite
18+
- infra: fixed panic in authenticated dev URLs served on satellites
19+
- web: fixed issue where the ingress object included in Helm wasn't pointing to
20+
the correct service port
21+
22+
### Security updates 🔐
23+
24+
There are no security updates in 1.22.3.

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,9 @@
432432
{
433433
"path": "./changelog/1.23.0.md"
434434
},
435+
{
436+
"path": "./changelog/1.22.3.md"
437+
},
435438
{
436439
"path": "./changelog/1.22.2.md"
437440
},
@@ -441,6 +444,9 @@
441444
{
442445
"path": "./changelog/1.22.0.md"
443446
},
447+
{
448+
"path": "./changelog/1.21.5.md"
449+
},
444450
{
445451
"path": "./changelog/1.21.4.md"
446452
},

0 commit comments

Comments
 (0)