From 9fff63c35f23f68874dca5c4a608655ee2ceaaf6 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 26 Apr 2023 17:59:33 +0100 Subject: [PATCH] chore: add changelog for 1.42.0 --- changelog/1.42.0.md | 40 ++++++++++++++++++++++++++++++++++++++++ manifest.json | 6 ++++++ 2 files changed, 46 insertions(+) create mode 100644 changelog/1.42.0.md diff --git a/changelog/1.42.0.md b/changelog/1.42.0.md new file mode 100644 index 00000000..714b1a62 --- /dev/null +++ b/changelog/1.42.0.md @@ -0,0 +1,40 @@ +--- +title: "1.42.0" +description: "Released on 04/26/2023" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.42.0. + +### Features ✨ + +- infra: Added support for Bitbucket version 7.21.4 and above. +- infra: Improved performance when accessing Dev URLs. +- infra: Updated code-server to 4.11.0. +- web: Added the ability to set a target role when creating a user. +- web: Added the ability to customize the number of audit logs shown per page. +- web: Organization admins can now select the days of the week on which + workspaces may autostart. +- web: Users may choose their local timezone for configuring workspace + autostart. + +### Bug fixes 🐛 + +- infra: Fixed a goroutine leak. +- infra: Fixed an issue where failed proxy requests to Dev URLs were not logged. +- infra: Fixed an issue where Jetbrains Gateway fails to connect to a workspace. +- infra: Fixed an issue where workspaces autostarted at the incorrect time after + a daylight savings change. +- web: Fixed an issue where errors connecting to a registry would not be shown + correctly. +- web: Fixed an issue where logs from a failed workspace build would not show in + the UI. +- web: Fixed an issue where organization managers would have no option to view + organization members or organization workspaces. +- web: Updated the instructions shown when creating a Kubernetes workspace + provider to work correctly with more recent versions of Kubernetes. + +### Security updates 🔐 + +There are no security updates in 1.42.0. diff --git a/manifest.json b/manifest.json index 54e3f415..f856a4c3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,6 @@ { "versions": [ + "v1.42", "v1.41", "v1.40", "v1.39", @@ -1124,6 +1125,11 @@ "path": "./changelog/index.md", "icon_path": "./assets/images/icons/paper.svg", "children": [ + { + "path": "./changelog/1.42.0.md", + "title": "1.42.0", + "description": "Released on 04/26/2023" + }, { "path": "./changelog/1.41.0.md", "title": "1.41.0",