Skip to content

chore: add changelog for 1.42.0 #1262

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 1 commit into from
Apr 26, 2023
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
40 changes: 40 additions & 0 deletions changelog/1.42.0.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"versions": [
"v1.42",
"v1.41",
"v1.40",
"v1.39",
Expand Down Expand Up @@ -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",
Expand Down