diff --git a/changelog/1.28.6.md b/changelog/1.28.6.md new file mode 100644 index 000000000..e543f9587 --- /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 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.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" },