From de99ae3644641ca623a5062568a0447886569de3 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 29 Apr 2022 18:56:17 +0000 Subject: [PATCH 1/2] chore: add changelog for v1.29.4 --- changelog/1.29.4.md | 22 ++++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 changelog/1.29.4.md diff --git a/changelog/1.29.4.md b/changelog/1.29.4.md new file mode 100644 index 000000000..dee2c4ffd --- /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 will no longer exit after a single connection. + +### Bug fixes 🐛 + +- infra: fixed issue where a lower MTU would cause connections to break. +- infra: fixed issue where default helm networkingress policy was not allowing + 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" }, From bd65070de758d01686239b53e5e5fb1cfbb439c6 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 29 Apr 2022 14:10:44 -0500 Subject: [PATCH 2/2] chore: edit text --- changelog/1.29.4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/1.29.4.md b/changelog/1.29.4.md index dee2c4ffd..0575690ed 100644 --- a/changelog/1.29.4.md +++ b/changelog/1.29.4.md @@ -9,13 +9,13 @@ There are no breaking changes in 1.29.4. ### Features ✨ -- infra: coder tunnel will no longer exit after a single connection. +- infra: Coder tunnel no longer exits after a single connection. ### Bug fixes 🐛 -- infra: fixed issue where a lower MTU would cause connections to break. -- infra: fixed issue where default helm networkingress policy was not allowing - inbound UDP connections. +- 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 🔐