Skip to content

chore: add changelogs for 1.21.3 and 1.22.1 #600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions changelog/1.21.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "1.21.3"
description: "Released on 09/13/2021"
---

### Breaking changes ❗

There are no breaking changes in 1.21.3.

### Features ✨

There are no new features in 1.21.3.

### Bug fixes 🐛
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we include the backport notice again like we did for 1.21.2?


> Coder v1.21.3 includes bug fixes backported from v1.22.1.

- infra: Fixed goroutine/memory leaks.

### Security updates 🔐

There are no security updates in 1.21.3.
21 changes: 21 additions & 0 deletions changelog/1.22.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "1.22.1"
description: "Released on 09/13/2021"
---

### Breaking changes ❗

There are no breaking changes in 1.22.1.

### Features ✨

There are no new features in 1.22.1.

### Bug fixes 🐛

- infra: Fixed goroutine/memory leaks.
- infra: Fixed issue where Kubernetes labels were parsed incorrectly.

### Security updates 🔐

There are no security updates in 1.22.1.
6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,15 @@
{
"path": "./changelog/index.md",
"children": [
{
"path": "./changelog/1.22.1.md"
},
{
"path": "./changelog/1.22.0.md"
},
{
"path": "./changelog/1.21.3.md"
},
{
"path": "./changelog/1.21.2.md"
},
Expand Down