diff --git a/changelog/1.29.4.md b/changelog/1.29.4.md new file mode 100644 index 000000000..0575690ed --- /dev/null +++ b/changelog/1.29.4.md @@ -0,0 +1,22 @@ +--- +title: "1.29.4" +description: "Released on 04/29/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.29.4. + +### Features ✨ + +- infra: Coder tunnel no longer exits after a single connection. + +### Bug fixes 🐛 + +- infra: fixed issue where a lower MTU caused connections to break. +- infra: fixed issue where the default Helm `networkingress` policy did not + allow inbound UDP connections. + +### Security updates 🔐 + +There are no security updates in 1.29.4. diff --git a/manifest.json b/manifest.json index f403867cd..cd3b08735 100644 --- a/manifest.json +++ b/manifest.json @@ -562,6 +562,9 @@ { "path": "./changelog/1.29.0.md", "children": [ + { + "path": "./changelog/1.29.4.md" + }, { "path": "./changelog/1.29.3.md" },