Skip to content

Commit e437fe6

Browse files
ericpaulsendeansheatherKatie Horne
authored
Add changelogs 1.31.1, 1.30.3, 1.29.6 (coder#1011)
* Revert "Revert "chore: add changelogs for 1.29.6 and 1.30.3 (coder#1005)" (coder#1008)" This reverts commit 31a5329. reverts changelog updates * chore: update changelog with backports * Apply suggestions from code review * chore: update manifest * Apply suggestions from code review Co-authored-by: Katie Horne <katie@coder.com> * Update changelog/1.31.1.md Co-authored-by: Dean Sheather <dean@coder.com> Co-authored-by: Katie Horne <katie@coder.com>
1 parent cc69755 commit e437fe6

File tree

4 files changed

+74
-1
lines changed

4 files changed

+74
-1
lines changed

changelog/1.29.6.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.29.6"
3+
description: "Released on 06/01/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.29.6.
9+
10+
### Features ✨
11+
12+
- infra: added automatic reconnection if the web terminal disconnects.
13+
- infra: doubled the UID and GID map size for cached CVMs from 65k to 131k.
14+
15+
### Bug fixes 🐛
16+
17+
- infra: fixed panic preventing cached CVMs from starting on some Kubernetes installations.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates in 1.29.6.

changelog/1.30.3.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.30.3"
3+
description: "Released on 06/01/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.30.3.
9+
10+
### Features ✨
11+
12+
- infra: added automatic reconnection if the web terminal disconnects.
13+
- infra: doubled the UID and GID map size for cached CVMs from 65k to 131k.
14+
15+
### Bug fixes 🐛
16+
17+
- infra: fixed panic preventing cached CVMs from starting on some Kubernetes installations.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates in 1.30.3.

changelog/1.31.1.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "1.31.1"
3+
description: "Released on 06/01/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.31.1.
9+
10+
### Features ✨
11+
12+
- infra: doubled the UID and GID map size for cached CVMs from 65k to 131k.
13+
14+
### Bug fixes 🐛
15+
16+
- infra: fixed panic preventing cached CVMs from starting on some Kubernetes installations.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.31.1.

manifest.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,19 @@
558558
"path": "./changelog/index.md",
559559
"children": [
560560
{
561-
"path": "./changelog/1.31.0.md"
561+
"path": "./changelog/1.31.0.md",
562+
"children": [
563+
{
564+
"path": "./changelog/1.31.1.md"
565+
}
566+
]
562567
},
563568
{
564569
"path": "./changelog/1.30.0.md",
565570
"children": [
571+
{
572+
"path": "./changelog/1.30.3.md"
573+
},
566574
{
567575
"path": "./changelog/1.30.2.md"
568576
},
@@ -574,6 +582,9 @@
574582
{
575583
"path": "./changelog/1.29.0.md",
576584
"children": [
585+
{
586+
"path": "./changelog/1.29.6.md"
587+
},
577588
{
578589
"path": "./changelog/1.29.5.md"
579590
},

0 commit comments

Comments
 (0)