This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change 11{
22 "versions" : [
3+ " v1.43" ,
34 " v1.42" ,
45 " v1.41" ,
56 " v1.40" ,
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" ,
You can’t perform that action at this time.
0 commit comments