Skip to content

chore: add changelog for 1.39.0 #1213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions changelog/1.39.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 1.39.0

### Breaking changes ❗

There are no breaking changes in 1.39.0.

### Features ✨

- Added the ability to set the maximum age for an API key in the Admin panel.
- Added a toggle to the OIDC provider in the Admin panel to disable automatic
user creation. When toggled on, users will have to be manually created by an
administrator with an email that matches the value provided by the 'email'
field in the OIDC payload. The login type of the user must be set to OIDC
in order to successfully login.
- Added a logout action to the audit log to track user logouts.
- Removed the hard limit on total number of images in a deployment.

### Bug fixes 🐛

- Fixed an issue where users couldn't install the code-server PWA
(Progressive Web App).
- Fixed various paths where API Keys were not being audited.
- Fixed an issue where deleted users were not shown in the audit log.
- Fixed various UI inconsistencies around images and image tags.
- Fixed an issue that could cause the dashboard to unnecessarily re-render
multiple times.

### Security updates 🔐

- Fixed an issue where exporting audit logs could be vulnerable to a CSV
injection.
- Websocket clients are now rejected if they supply an invalid
'sec-websocket-key' header value.
6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,12 @@
"path": "./changelog/index.md",
"icon_path": "./assets/images/icons/paper.svg",
"children": [
{
"path": "./changelog/1.39.0.md",
"children": [],
"title": "1.39.0",
"description": "Released on 01/25/2023"
},
{
"path": "./changelog/1.38.0.md",
"children": [
Expand Down