Skip to content

chore: add release notes for 1.32.2, 1.31.2, 1.30.4 #1057

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 2 commits into from
Jul 20, 2022
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
25 changes: 25 additions & 0 deletions changelog/1.30.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "1.30.4"
description: "Released on 07/20/2022"
---

### Breaking changes ❗

- infra: the "Getting default user from image" build step now spawns a container
that consumes 100m CPU and 250mb of memory. Previously these were unset, which
can cause issues with some Kubernetes variants.

### Features ✨

There are no new features in 1.30.4.

### Bug fixes 🐛

- web: fixed an issue where users that never interacted with workspaces would
not be counted as an active user.
- web: fixed an issue preventing the metrics UI from displaying the graph.
- infra: fixed a memory leak triggered by DevURL requests.

### Security updates 🔐

There are no security updates in 1.30.4.
25 changes: 25 additions & 0 deletions changelog/1.31.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "1.31.2"
description: "Released on 07/20/2022"
---

### Breaking changes ❗

- infra: the "Getting default user from image" build step now spawns a container
that consumes 100m CPU and 250mb of memory. Previously these were unset, which
can cause issues with some Kubernetes variants.

### Features ✨

There are no new features in 1.31.2.

### Bug fixes 🐛

- web: fixed an issue where users that never interacted with workspaces would
not be counted as an active user.
- web: fixed an issue preventing the metrics UI from displaying the graph.
- infra: fixed a memory leak triggered by DevURL requests.

### Security updates 🔐

There are no security updates in 1.31.2.
31 changes: 31 additions & 0 deletions changelog/1.32.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "1.32.2"
description: "Released on 07/20/2022"
---

### Breaking changes ❗

- infra: the "Getting default user from image" build step now spawns a container
that consumes 100m CPU and 250mb of memory. Previously these were unset, which
can cause issues with some Kubernetes variants.

### Features ✨

- infra: updated code-server to 4.5.1.
- cli: added usernames to the workspaces list command.

### Bug fixes 🐛

- infra: fixed an issue where P2P connections used the wrong access URL for some
workspace providers.
- infra: fixed an issue where site admins lacked permissions to query user
DevURLs.
- web: fixed an issue where users that never interacted with workspaces would
not be counted as an active user.
- web: fixed an issue preventing the metrics UI from displaying the graph.
- infra: fixed a memory leak triggered by DevURL requests.
- infra: fixed an issue which made workspaces unable to be built in Rancher.

### Security updates 🔐

There are no security updates in 1.32.2.
9 changes: 9 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,9 @@
{
"path": "./changelog/1.32.0.md",
"children": [
{
"path": "./changelog/1.32.2.md"
},
{
"path": "./changelog/1.32.1.md"
}
Expand All @@ -574,6 +577,9 @@
{
"path": "./changelog/1.31.0.md",
"children": [
{
"path": "./changelog/1.31.2.md"
},
{
"path": "./changelog/1.31.1.md"
}
Expand All @@ -582,6 +588,9 @@
{
"path": "./changelog/1.30.0.md",
"children": [
{
"path": "./changelog/1.30.4.md"
},
{
"path": "./changelog/1.30.3.md"
},
Expand Down