From 7b2d4dddd5dd6902ae909cb9072d9a7c4649b6af Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 15 Apr 2022 18:27:39 +0000 Subject: [PATCH] Revert "add changelog for 1.29.2 (#945)" This reverts commit 211accdc61e289524707ebf3549ffdbf5e9c011f. --- changelog/1.29.2.md | 24 ------------------------ manifest.json | 3 --- 2 files changed, 27 deletions(-) delete mode 100644 changelog/1.29.2.md diff --git a/changelog/1.29.2.md b/changelog/1.29.2.md deleted file mode 100644 index ddf483340..000000000 --- a/changelog/1.29.2.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "1.29.2" -description: "Released on 4/15/2022" ---- - -### Breaking changes ❗ - -There are no breaking changes in 1.29.2. - -### Features ✨ - -- 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 🐛 - -- infra: fixed 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. diff --git a/manifest.json b/manifest.json index 17b6567cf..daf378239 100644 --- a/manifest.json +++ b/manifest.json @@ -562,9 +562,6 @@ { "path": "./changelog/1.29.0.md", "children": [ - { - "path": "./changelog/1.29.2.md" - }, { "path": "./changelog/1.29.1.md" }