Skip to content

add changelog for 1.29.2 #945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions changelog/1.29.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
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.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@
{
"path": "./changelog/1.29.0.md",
"children": [
{
"path": "./changelog/1.29.2.md"
},
{
"path": "./changelog/1.29.1.md"
}
Expand Down