Skip to content

Commit 8c8730f

Browse files
author
Katie Horne
authored
chore: add changelogs for 1.21.3 and 1.22.1 (#600)
1 parent 46eb597 commit 8c8730f

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

changelog/1.21.3.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "1.21.3"
3+
description: "Released on 09/13/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.21.3.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.21.3.
13+
14+
### Bug fixes 🐛
15+
16+
> Coder v1.21.3 includes bug fixes backported from v1.22.1.
17+
18+
- infra: Fixed goroutine/memory leaks.
19+
20+
### Security updates 🔐
21+
22+
There are no security updates in 1.21.3.

changelog/1.22.1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.22.1"
3+
description: "Released on 09/13/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.22.1.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.22.1.
13+
14+
### Bug fixes 🐛
15+
16+
- infra: Fixed goroutine/memory leaks.
17+
- infra: Fixed issue where Kubernetes labels were parsed incorrectly.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates in 1.22.1.

manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,15 @@
414414
{
415415
"path": "./changelog/index.md",
416416
"children": [
417+
{
418+
"path": "./changelog/1.22.1.md"
419+
},
417420
{
418421
"path": "./changelog/1.22.0.md"
419422
},
423+
{
424+
"path": "./changelog/1.21.3.md"
425+
},
420426
{
421427
"path": "./changelog/1.21.2.md"
422428
},

0 commit comments

Comments
 (0)