File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 1.38.2
2
+
3
+ ### Breaking changes ❗
4
+
5
+ There are no breaking changes in 1.38.2.
6
+
7
+ ### Features ✨
8
+
9
+ - Added support for an admin-configurable maximum age for API keys in the Admin panel.
10
+ - Added a toggle to the OIDC provider in the Admin panel to disable automatic user creation.
11
+ When toggled on, users will have to be manually created by an administrator with an email
12
+ that matches the value provided by the 'email' field in the OIDC payload. The login type
13
+ of the user must be set to OIDC for them to successfully login.
14
+ - Added a logout action to the audit log to track user logouts.
15
+ - Removed the hard limit on total number of images in a deployment.
16
+
17
+ ### Bug fixes 🐛
18
+
19
+ - Fixed an issue where users couldn't install the code-server PWA (Progressive Web App).
20
+ - Fixed various paths where API Keys were not being audited.
21
+ - Fixed an issue where deleted users were not shown in the audit log.
22
+ - Fixed various UI inconsistencies around images and image tags.
23
+ - Fixed an issue that could cause the dashboard to unnecessarily re-render multiple times.
24
+
25
+ ### Security updates 🔐
26
+
27
+ - Fixed an issue where exporting audit logs could be vulnerable to a CSV injection.
28
+ - Websocket clients are now rejected if they supply an invalid 'sec-websocket-key' header value.
Original file line number Diff line number Diff line change 948
948
"path" : " ./changelog/index.md" ,
949
949
"icon_path" : " ./assets/images/icons/paper.svg" ,
950
950
"children" : [
951
+ {
952
+ "path" : " ./changelog/1.39.0.md" ,
953
+ "children" : [],
954
+ "title" : " 1.39.0" ,
955
+ "description" : " Released on 01/25/2023"
956
+ },
951
957
{
952
958
"path" : " ./changelog/1.38.0.md" ,
953
959
"children" : [
You can’t perform that action at this time.
0 commit comments