Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit d40f19b

Browse files
author
Katie Horne
committed
add changelog for release 1.21.4
1 parent 0fddbe4 commit d40f19b

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

changelog/1.21.4.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "1.21.4"
3+
description: "Released on 09/22/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.21.4.
9+
10+
### Features ✨
11+
12+
- infra: updated Helm service account and RBAC objects to be kept when
13+
uninstalling Helm.
14+
15+
### Bug fixes 🐛
16+
17+
- web: fixed issue where users had to rebuild workspaces twice after
18+
regenerating SSH keys.
19+
- infra: fixed race condition seen during the "starting networking agent" build
20+
step leading to a "context deadline exceeded" error message.
21+
22+
### Security updates 🔐
23+
24+
There are no security updates in 1.21.4.

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,9 @@
441441
{
442442
"path": "./changelog/1.22.0.md"
443443
},
444+
{
445+
"path": "./changelog/1.21.4.md"
446+
},
444447
{
445448
"path": "./changelog/1.21.3.md"
446449
},

0 commit comments

Comments
 (0)