Skip to content

Commit 06f6868

Browse files
author
Katie Horne
committed
add changelogs for 1.21.5 and 1.22.3
1 parent 4712fed commit 06f6868

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
@@ -417,6 +417,9 @@
417417
{
418418
"path": "./changelog/index.md",
419419
"children": [
420+
{
421+
"path": "./changelog/1.22.3.md"
422+
},
420423
{
421424
"path": "./changelog/1.22.2.md"
422425
},
@@ -426,6 +429,9 @@
426429
{
427430
"path": "./changelog/1.22.0.md"
428431
},
432+
{
433+
"path": "./changelog/1.21.5.md"
434+
},
429435
{
430436
"path": "./changelog/1.21.4.md"
431437
},

0 commit comments

Comments
 (0)