Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 4d5f83b

Browse files
committed
chore: add changelog for 1.43.0
1 parent b2bef05 commit 4d5f83b

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

changelog/1.43.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "1.43.0"
3+
description: "Released on 05/24/2023"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.43.0.
9+
10+
### Features ✨
11+
12+
- web: Added the ability to modify the default role for new users in an
13+
organization. The default role can be updated in the "Edit Organization" page.
14+
15+
### Bug fixes 🐛
16+
17+
- web: Fixed an issue where the autostart time was getting misinterpreted due to
18+
a timezone conversion.
19+
- web: Fixed some styling issues in the "Edit Organization" page.
20+
- infra: Fixed an issue where attempting to access a public Dev URL could result
21+
in a 500.
22+
- infra: Improved SSH PTY handling.
23+
- infra: Added cgroup-v2 support for setting CPU quota and period in envbox.
24+
25+
### Security updates 🔐
26+
27+
- Updated code-server to 4.13.0 to fix some vulnerabilities in transitive
28+
dependencies (CVE-2023-30547, CVE-2023-29199, CVE-2023-29017).

manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"versions": [
3+
"v1.43",
34
"v1.42",
45
"v1.41",
56
"v1.40",
@@ -1125,6 +1126,12 @@
11251126
"path": "./changelog/index.md",
11261127
"icon_path": "./assets/images/icons/paper.svg",
11271128
"children": [
1129+
{
1130+
"path": "./changelog/1.43.0.md",
1131+
"title": "1.43.0",
1132+
"description": "Released on 05/24/2023",
1133+
"children": []
1134+
},
11281135
{
11291136
"path": "./changelog/1.42.0.md",
11301137
"title": "1.42.0",

0 commit comments

Comments
 (0)