Skip to content

Commit e8a63ee

Browse files
committed
chore: add changelog for v1.30.1
1 parent df34ed7 commit e8a63ee

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

changelog/1.30.1.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "1.30.1"
3+
description: "Released on 04/29/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.30.1.
9+
10+
### Features ✨
11+
12+
- infra: coder tunnel will no longer exit after a single connection.
13+
14+
### Bug fixes 🐛
15+
16+
- infra: fixed issue where a lower MTU would cause connections to break.
17+
- infra: fixed issue where default helm networkingress policy was not allowing
18+
inbound UDP connections.
19+
20+
### Security updates 🔐
21+
22+
There are no security updates in 1.30.1.

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,12 @@
570570
"path": "./changelog/index.md",
571571
"children": [
572572
{
573-
"path": "./changelog/1.30.0.md"
573+
"path": "./changelog/1.30.0.md",
574+
"children": [
575+
{
576+
"path": "./changelog/1.30.1.md"
577+
}
578+
]
574579
},
575580
{
576581
"path": "./changelog/1.29.0.md",

0 commit comments

Comments
 (0)