From 233ea7e1786b92e1d94eb64024c75360f3f9df7f Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 14 Apr 2022 22:20:00 +0000 Subject: [PATCH 1/5] add changelog for 1.29.2 --- changelog/1.29.2.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 changelog/1.29.2.md diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md new file mode 100644 index 000000000..0fac6cef4 --- /dev/null +++ b/changelog/1.29.2.md @@ -0,0 +1,24 @@ +--- +title: "1.29.2" +description: "Released on 4/14/2022" +--- + +### Breaking changes + +There are no breaking changes in 1.29.2. + +### Features + +- helm: added the ability to specify ingress className +- helm: added the ability to customize liveness and readiness probes +- helm: added the ability to specify arbitrary environment variables + +### Bug fixes + +- infra: fixed an issue where filesystem corruption would stall builds on EC2 + workspaces. +- helm: updated ingress template to use correct value names + +### Security updates + +There are no security updates in 1.29.2. From 030ed59f1ac5a488b0bb5aa7f3b098c51cbb0989 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 15 Apr 2022 08:56:39 -0500 Subject: [PATCH 2/5] Update changelog/1.29.2.md --- changelog/1.29.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index 0fac6cef4..44dc9c99b 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -1,6 +1,6 @@ --- title: "1.29.2" -description: "Released on 4/14/2022" +description: "Released on 4/15/2022" --- ### Breaking changes From 2a0d56a3f2bd8d185e8c7194db6e5044eae032f2 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 15 Apr 2022 09:20:17 -0500 Subject: [PATCH 3/5] Update changelog/1.29.2.md --- changelog/1.29.2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index 44dc9c99b..8cf57f21e 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -11,7 +11,6 @@ There are no breaking changes in 1.29.2. - helm: added the ability to specify ingress className - helm: added the ability to customize liveness and readiness probes -- helm: added the ability to specify arbitrary environment variables ### Bug fixes From 30922371a73f044d93dc46aa6f84f23ef2bab91a Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 15 Apr 2022 09:23:27 -0500 Subject: [PATCH 4/5] chore: edit text --- changelog/1.29.2.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md index 8cf57f21e..ddf483340 100644 --- a/changelog/1.29.2.md +++ b/changelog/1.29.2.md @@ -3,21 +3,22 @@ title: "1.29.2" description: "Released on 4/15/2022" --- -### Breaking changes +### Breaking changes ❗ There are no breaking changes in 1.29.2. -### Features +### Features ✨ -- helm: added the ability to specify ingress className -- helm: added the ability to customize liveness and readiness probes +- infra: added ability to specify ingress className in the Helm chart. +- infra: added ability to customize liveness and readiness probes in the Helm + chart. -### Bug fixes +### Bug fixes 🐛 -- infra: fixed an issue where filesystem corruption would stall builds on EC2 +- infra: fixed issue where filesystem corruption would stall builds on EC2 workspaces. -- helm: updated ingress template to use correct value names +- helm: updated ingress template to use correct value names. -### Security updates +### Security updates 🔐 There are no security updates in 1.29.2. From 9b0f63316f1d77581fa3f3dd473d898be48218fa Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 15 Apr 2022 09:23:52 -0500 Subject: [PATCH 5/5] chore: update manifest --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index daf378239..17b6567cf 100644 --- a/manifest.json +++ b/manifest.json @@ -562,6 +562,9 @@ { "path": "./changelog/1.29.0.md", "children": [ + { + "path": "./changelog/1.29.2.md" + }, { "path": "./changelog/1.29.1.md" }