Skip to content

Commit ec6595c

Browse files
authored
chore: add changelog for 1.35.1 (#1139)
1 parent 3c9692f commit ec6595c

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

changelog/1.35.1.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "1.35.1"
3+
description: "Released on 10/3/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.35.1.
9+
10+
### Features ✨
11+
12+
- infra: Added the ability to set `runAsUser` and `runAsGroup` in workspace
13+
templates.
14+
15+
### Bug fixes 🐛
16+
17+
- web: Fixed an issue where `code-server` would show a frequent "Reconnecting"
18+
dialog.
19+
- infra: Fixed an issue where database migrations would fail with an error
20+
`migrate v2: up: Dirty database version 1.`
21+
22+
### Security updates 🔐
23+
24+
There are no security updates in 1.35.1.
25+
26+
### Notes ℹ️
27+
28+
- Our bundled version of JetBrains Projector is now built with JDK 17 to match
29+
the version used by more recent Jetbrains IDEs.

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,12 @@
585585
"icon_path": "./assets/images/icons/paper.svg",
586586
"children": [
587587
{
588-
"path": "./changelog/1.35.0.md"
588+
"path": "./changelog/1.35.0.md",
589+
"children": [
590+
{
591+
"path": "./changelog/1.35.1.md"
592+
}
593+
]
589594
},
590595
{
591596
"path": "./changelog/1.34.0.md"

0 commit comments

Comments
 (0)