Skip to content

Commit a555f7b

Browse files
authored
chore: add changelog for 1.42.0 (coder#1262)
1 parent 455a63a commit a555f7b

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

changelog/1.42.0.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "1.42.0"
3+
description: "Released on 04/26/2023"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.42.0.
9+
10+
### Features ✨
11+
12+
- infra: Added support for Bitbucket version 7.21.4 and above.
13+
- infra: Improved performance when accessing Dev URLs.
14+
- infra: Updated code-server to 4.11.0.
15+
- web: Added the ability to set a target role when creating a user.
16+
- web: Added the ability to customize the number of audit logs shown per page.
17+
- web: Organization admins can now select the days of the week on which
18+
workspaces may autostart.
19+
- web: Users may choose their local timezone for configuring workspace
20+
autostart.
21+
22+
### Bug fixes 🐛
23+
24+
- infra: Fixed a goroutine leak.
25+
- infra: Fixed an issue where failed proxy requests to Dev URLs were not logged.
26+
- infra: Fixed an issue where Jetbrains Gateway fails to connect to a workspace.
27+
- infra: Fixed an issue where workspaces autostarted at the incorrect time after
28+
a daylight savings change.
29+
- web: Fixed an issue where errors connecting to a registry would not be shown
30+
correctly.
31+
- web: Fixed an issue where logs from a failed workspace build would not show in
32+
the UI.
33+
- web: Fixed an issue where organization managers would have no option to view
34+
organization members or organization workspaces.
35+
- web: Updated the instructions shown when creating a Kubernetes workspace
36+
provider to work correctly with more recent versions of Kubernetes.
37+
38+
### Security updates 🔐
39+
40+
There are no security updates in 1.42.0.

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"versions": [
3+
"v1.42",
34
"v1.41",
45
"v1.40",
56
"v1.39",
@@ -1124,6 +1125,11 @@
11241125
"path": "./changelog/index.md",
11251126
"icon_path": "./assets/images/icons/paper.svg",
11261127
"children": [
1128+
{
1129+
"path": "./changelog/1.42.0.md",
1130+
"title": "1.42.0",
1131+
"description": "Released on 04/26/2023"
1132+
},
11271133
{
11281134
"path": "./changelog/1.41.0.md",
11291135
"title": "1.41.0",

0 commit comments

Comments
 (0)