We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733b304 commit 65d7ed2Copy full SHA for 65d7ed2
changelog/1.29.4.md
@@ -0,0 +1,22 @@
1
+---
2
+title: "1.29.4"
3
+description: "Released on 04/29/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.29.4.
9
10
+### Features ✨
11
12
+- infra: Coder tunnel no longer exits after a single connection.
13
14
+### Bug fixes 🐛
15
16
+- infra: fixed issue where a lower MTU caused connections to break.
17
+- infra: fixed issue where the default Helm `networkingress` policy did not
18
+ allow inbound UDP connections.
19
20
+### Security updates 🔐
21
22
+There are no security updates in 1.29.4.
manifest.json
@@ -580,6 +580,9 @@
580
{
581
"path": "./changelog/1.29.0.md",
582
"children": [
583
+ {
584
+ "path": "./changelog/1.29.4.md"
585
+ },
586
587
"path": "./changelog/1.29.3.md"
588
},
0 commit comments