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