From 3fee8c1852dee75afe031b5d6df9cdea5c438763 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 29 Apr 2022 18:57:46 +0000 Subject: [PATCH 1/2] chore: add changelog for 1.28.6 --- changelog/1.28.6.md | 22 ++++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 changelog/1.28.6.md diff --git a/changelog/1.28.6.md b/changelog/1.28.6.md new file mode 100644 index 000000000..da6649f97 --- /dev/null +++ b/changelog/1.28.6.md @@ -0,0 +1,22 @@ +--- +title: "1.28.6" +description: "Released on 04/29/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.28.6. + +### 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.28.6. diff --git a/manifest.json b/manifest.json index 084683259..3ff2799cc 100644 --- a/manifest.json +++ b/manifest.json @@ -543,6 +543,9 @@ { "path": "./changelog/1.28.0.md", "children": [ + { + "path": "./changelog/1.28.6.md" + }, { "path": "./changelog/1.28.5.md" }, From 1bccafb312c05ccb070fc8aee6abb4e7b4394c0c Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 29 Apr 2022 14:09:52 -0500 Subject: [PATCH 2/2] chore: edit text --- changelog/1.28.6.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/1.28.6.md b/changelog/1.28.6.md index da6649f97..e543f9587 100644 --- a/changelog/1.28.6.md +++ b/changelog/1.28.6.md @@ -9,13 +9,13 @@ There are no breaking changes in 1.28.6. ### 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 🔐