diff --git a/changelog/1.30.4.md b/changelog/1.30.4.md new file mode 100644 index 000000000..54e1e5c73 --- /dev/null +++ b/changelog/1.30.4.md @@ -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. diff --git a/changelog/1.31.2.md b/changelog/1.31.2.md new file mode 100644 index 000000000..71f732c9e --- /dev/null +++ b/changelog/1.31.2.md @@ -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. diff --git a/changelog/1.32.2.md b/changelog/1.32.2.md new file mode 100644 index 000000000..76f947e69 --- /dev/null +++ b/changelog/1.32.2.md @@ -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. diff --git a/manifest.json b/manifest.json index 46558a273..a6f7139d5 100644 --- a/manifest.json +++ b/manifest.json @@ -566,6 +566,9 @@ { "path": "./changelog/1.32.0.md", "children": [ + { + "path": "./changelog/1.32.2.md" + }, { "path": "./changelog/1.32.1.md" } @@ -574,6 +577,9 @@ { "path": "./changelog/1.31.0.md", "children": [ + { + "path": "./changelog/1.31.2.md" + }, { "path": "./changelog/1.31.1.md" } @@ -582,6 +588,9 @@ { "path": "./changelog/1.30.0.md", "children": [ + { + "path": "./changelog/1.30.4.md" + }, { "path": "./changelog/1.30.3.md" },