Skip to content

Commit f929f20

Browse files
committed
chore: add missing changelogs
1 parent 23ac4ba commit f929f20

File tree

5 files changed

+96
-0
lines changed

5 files changed

+96
-0
lines changed

1.28.6.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "1.28.6"
3+
description: "Released on 04/29/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.28.6.
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.28.6.

1.28.7.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "1.28.7"
3+
description: "Released on 04/30/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.28.7.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.28.7.
13+
14+
### Bug fixes 🐛
15+
16+
- infra: fixed issue with incorrect formatting of `coder tunnel` command.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.28.7.

1.29.4.md

+22
Original file line numberDiff line numberDiff line change
@@ -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.

1.29.5.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "1.29.5"
3+
description: "Released on 04/30/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.29.5.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.29.5.
13+
14+
### Bug fixes 🐛
15+
16+
- infra: fixed issue with incorrect formatting of `coder tunnel` command.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.29.5.

manifest.json

+12
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,12 @@
583583
{
584584
"path": "./changelog/1.29.0.md",
585585
"children": [
586+
{
587+
"path": "./changelog/1.29.5.md"
588+
},
589+
{
590+
"path": "./changelog/1.29.4.md"
591+
},
586592
{
587593
"path": "./changelog/1.29.3.md"
588594
},
@@ -597,6 +603,12 @@
597603
{
598604
"path": "./changelog/1.28.0.md",
599605
"children": [
606+
{
607+
"path": "./changelog/1.28.7.md"
608+
},
609+
{
610+
"path": "./changelog/1.28.6.md"
611+
},
600612
{
601613
"path": "./changelog/1.28.5.md"
602614
},

0 commit comments

Comments
 (0)