diff --git a/changelog/1.35.1.md b/changelog/1.35.1.md new file mode 100644 index 000000000..23c2cd3cf --- /dev/null +++ b/changelog/1.35.1.md @@ -0,0 +1,29 @@ +--- +title: "1.35.1" +description: "Released on 10/3/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.35.1. + +### Features ✨ + +- infra: Added the ability to set `runAsUser` and `runAsGroup` in workspace + templates. + +### Bug fixes 🐛 + +- web: Fixed an issue where `code-server` would show a frequent "Reconnecting" + dialog. +- infra: Fixed an issue where database migrations would fail with an error + `migrate v2: up: Dirty database version 1.` + +### Security updates 🔐 + +There are no security updates in 1.35.1. + +### Notes â„šī¸ + +- Our bundled version of JetBrains Projector is now built with JDK 17 to match + the version used by more recent Jetbrains IDEs. diff --git a/manifest.json b/manifest.json index 567232216..3915b5c3e 100644 --- a/manifest.json +++ b/manifest.json @@ -576,7 +576,12 @@ "path": "./changelog/index.md", "children": [ { - "path": "./changelog/1.35.0.md" + "path": "./changelog/1.35.0.md", + "children": [ + { + "path": "./changelog/1.35.1.md" + } + ] }, { "path": "./changelog/1.34.0.md"