Skip to content

Commit 4649b86

Browse files
authored
chore: add release notes for 1.32.2, 1.31.2, 1.30.4 (coder#1057)
1 parent 817cb7a commit 4649b86

File tree

4 files changed

+90
-0
lines changed

4 files changed

+90
-0
lines changed

changelog/1.30.4.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "1.30.4"
3+
description: "Released on 07/20/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
- infra: the "Getting default user from image" build step now spawns a container
9+
that consumes 100m CPU and 250mb of memory. Previously these were unset, which
10+
can cause issues with some Kubernetes variants.
11+
12+
### Features ✨
13+
14+
There are no new features in 1.30.4.
15+
16+
### Bug fixes 🐛
17+
18+
- web: fixed an issue where users that never interacted with workspaces would
19+
not be counted as an active user.
20+
- web: fixed an issue preventing the metrics UI from displaying the graph.
21+
- infra: fixed a memory leak triggered by DevURL requests.
22+
23+
### Security updates 🔐
24+
25+
There are no security updates in 1.30.4.

changelog/1.31.2.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "1.31.2"
3+
description: "Released on 07/20/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
- infra: the "Getting default user from image" build step now spawns a container
9+
that consumes 100m CPU and 250mb of memory. Previously these were unset, which
10+
can cause issues with some Kubernetes variants.
11+
12+
### Features ✨
13+
14+
There are no new features in 1.31.2.
15+
16+
### Bug fixes 🐛
17+
18+
- web: fixed an issue where users that never interacted with workspaces would
19+
not be counted as an active user.
20+
- web: fixed an issue preventing the metrics UI from displaying the graph.
21+
- infra: fixed a memory leak triggered by DevURL requests.
22+
23+
### Security updates 🔐
24+
25+
There are no security updates in 1.31.2.

changelog/1.32.2.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "1.32.2"
3+
description: "Released on 07/20/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
- infra: the "Getting default user from image" build step now spawns a container
9+
that consumes 100m CPU and 250mb of memory. Previously these were unset, which
10+
can cause issues with some Kubernetes variants.
11+
12+
### Features ✨
13+
14+
- infra: updated code-server to 4.5.1.
15+
- cli: added usernames to the workspaces list command.
16+
17+
### Bug fixes 🐛
18+
19+
- infra: fixed an issue where P2P connections used the wrong access URL for some
20+
workspace providers.
21+
- infra: fixed an issue where site admins lacked permissions to query user
22+
DevURLs.
23+
- web: fixed an issue where users that never interacted with workspaces would
24+
not be counted as an active user.
25+
- web: fixed an issue preventing the metrics UI from displaying the graph.
26+
- infra: fixed a memory leak triggered by DevURL requests.
27+
- infra: fixed an issue which made workspaces unable to be built in Rancher.
28+
29+
### Security updates 🔐
30+
31+
There are no security updates in 1.32.2.

manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@
566566
{
567567
"path": "./changelog/1.32.0.md",
568568
"children": [
569+
{
570+
"path": "./changelog/1.32.2.md"
571+
},
569572
{
570573
"path": "./changelog/1.32.1.md"
571574
}
@@ -574,6 +577,9 @@
574577
{
575578
"path": "./changelog/1.31.0.md",
576579
"children": [
580+
{
581+
"path": "./changelog/1.31.2.md"
582+
},
577583
{
578584
"path": "./changelog/1.31.1.md"
579585
}
@@ -582,6 +588,9 @@
582588
{
583589
"path": "./changelog/1.30.0.md",
584590
"children": [
591+
{
592+
"path": "./changelog/1.30.4.md"
593+
},
585594
{
586595
"path": "./changelog/1.30.3.md"
587596
},

0 commit comments

Comments
 (0)