File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ " v1.42" ,
3
4
" v1.41" ,
4
5
" v1.40" ,
5
6
" v1.39" ,
1124
1125
"path" : " ./changelog/index.md" ,
1125
1126
"icon_path" : " ./assets/images/icons/paper.svg" ,
1126
1127
"children" : [
1128
+ {
1129
+ "path" : " ./changelog/1.42.0.md" ,
1130
+ "title" : " 1.42.0" ,
1131
+ "description" : " Released on 04/26/2023"
1132
+ },
1127
1133
{
1128
1134
"path" : " ./changelog/1.41.0.md" ,
1129
1135
"title" : " 1.41.0" ,
You can’t perform that action at this time.
0 commit comments