Skip to content

Commit e72bda4

Browse files
committed
chore: add changelog for 1.39.0
1 parent d7a12b3 commit e72bda4

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

changelog/1.39.0.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.

manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,12 @@
948948
"path": "./changelog/index.md",
949949
"icon_path": "./assets/images/icons/paper.svg",
950950
"children": [
951+
{
952+
"path": "./changelog/1.39.0.md",
953+
"children": [],
954+
"title": "1.39.0",
955+
"description": "Released on 01/25/2023"
956+
},
951957
{
952958
"path": "./changelog/1.38.0.md",
953959
"children": [

0 commit comments

Comments
 (0)