From e8a63ee1a1601ddf51ad7e1b562b0e1d840d2b1a Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 29 Apr 2022 18:42:23 +0000 Subject: [PATCH 1/2] chore: add changelog for v1.30.1 --- changelog/1.30.1.md | 22 ++++++++++++++++++++++ manifest.json | 7 ++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 changelog/1.30.1.md diff --git a/changelog/1.30.1.md b/changelog/1.30.1.md new file mode 100644 index 000000000..5950e020b --- /dev/null +++ b/changelog/1.30.1.md @@ -0,0 +1,22 @@ +--- +title: "1.30.1" +description: "Released on 04/29/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.30.1. + +### 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.30.1. diff --git a/manifest.json b/manifest.json index 32bf54ea9..c157017a8 100644 --- a/manifest.json +++ b/manifest.json @@ -570,7 +570,12 @@ "path": "./changelog/index.md", "children": [ { - "path": "./changelog/1.30.0.md" + "path": "./changelog/1.30.0.md", + "children": [ + { + "path": "./changelog/1.30.1.md" + } + ] }, { "path": "./changelog/1.29.0.md", From ae9d69ccc3e62084f0949a962246a43478e0469c Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 29 Apr 2022 14:08:37 -0500 Subject: [PATCH 2/2] chore: edit text --- changelog/1.30.1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/1.30.1.md b/changelog/1.30.1.md index 5950e020b..8233bce9a 100644 --- a/changelog/1.30.1.md +++ b/changelog/1.30.1.md @@ -9,13 +9,13 @@ There are no breaking changes in 1.30.1. ### 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 🔐