From 0d2b77c5127fc996b9965f08b92e7e6bd4dabf14 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 21 Sep 2022 20:35:51 +0000 Subject: [PATCH 1/4] chore: initial version of 1.35.0 changelog --- changelog/1.35.0.md | 42 ++++++++++++++++++++++++++++++++++++++++++ manifest.json | 5 ++++- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 changelog/1.35.0.md diff --git a/changelog/1.35.0.md b/changelog/1.35.0.md new file mode 100644 index 000000000..4fcfb0b1f --- /dev/null +++ b/changelog/1.35.0.md @@ -0,0 +1,42 @@ +--- +title: "1.35.0" +description: "Released on TBD" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.35.0. + +### Features ✨ + +- infra: Coder now supports reading the database password from a file (specified + by environment variable `DB_PASSWORD_PATH`) instead of directly from an + environment variable. This is configurable via the Helm option + `postgres.noPasswordEnv`. +- infra: Workspace templates now allow specifying seccomp profiles for workspace + pods. + +### Bug fixes 🐛 + +- web: Fixed an issue where non-Admin users were unable to create "Open in + Coder" buttons. +- web: Fixed broken links in the offline docs. +- web: Added a workaround for an issue in Projector where the IDE would crash + when running a unit test + [(IDEA-300226](https://youtrack.jetbrains.com/issue/IDEA-300226)). +- web: Fixed an issue where custom font glyphs were not being rendere correctly + in the web terminal. +- web: Coderd now automatically reloads TLS certificates without a restart. +- infra: Improved connection caching logic. +- infra: Fixed an issue where building multiple workspaces in parallel would + result in excessive queuing. +- infra: Improved logging of workspace builds and websocket connection errors. + +### Security updates 🔐 + +There are no security updates in 1.35. + +### Notes â„šī¸ + +- Our bundled version of JetBrains Projector is now built with JDK 17 to matc + the version used by more recent Jetbrains IDEs. diff --git a/manifest.json b/manifest.json index 090563ffe..567232216 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "versions": ["v1.34", "v1.33", "v1.32", "v1.31", "v1.30"], + "versions": ["v1.35", "v1.34", "v1.33", "v1.32", "v1.31", "v1.30"], "routes": [ { "path": "./index.md", @@ -575,6 +575,9 @@ { "path": "./changelog/index.md", "children": [ + { + "path": "./changelog/1.35.0.md" + }, { "path": "./changelog/1.34.0.md" }, From 88a61d40e180bc2946b9fc88d6f98164b4b77770 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 21 Sep 2022 20:45:38 +0000 Subject: [PATCH 2/4] add SSE fix --- changelog/1.35.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/1.35.0.md b/changelog/1.35.0.md index 4fcfb0b1f..0d222e4e6 100644 --- a/changelog/1.35.0.md +++ b/changelog/1.35.0.md @@ -27,6 +27,7 @@ There are no breaking changes in 1.35.0. - web: Fixed an issue where custom font glyphs were not being rendere correctly in the web terminal. - web: Coderd now automatically reloads TLS certificates without a restart. +- web: fixed an issue blocking the usage of Server-Sent Events (SSE). - infra: Improved connection caching logic. - infra: Fixed an issue where building multiple workspaces in parallel would result in excessive queuing. From 0b44302bbc369720453956b6f7d35e0f831bac32 Mon Sep 17 00:00:00 2001 From: David Wahler Date: Wed, 21 Sep 2022 20:56:27 +0000 Subject: [PATCH 3/4] fix typo --- changelog/1.35.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.35.0.md b/changelog/1.35.0.md index 0d222e4e6..9f37d2dea 100644 --- a/changelog/1.35.0.md +++ b/changelog/1.35.0.md @@ -39,5 +39,5 @@ There are no security updates in 1.35. ### Notes â„šī¸ -- Our bundled version of JetBrains Projector is now built with JDK 17 to matc +- Our bundled version of JetBrains Projector is now built with JDK 17 to match the version used by more recent Jetbrains IDEs. From 12a6ec1405ca876d144b2174fbe20077ad698a9b Mon Sep 17 00:00:00 2001 From: David Wahler Date: Wed, 21 Sep 2022 21:00:19 +0000 Subject: [PATCH 4/4] typo, formatting --- changelog/1.35.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/1.35.0.md b/changelog/1.35.0.md index 9f37d2dea..525970877 100644 --- a/changelog/1.35.0.md +++ b/changelog/1.35.0.md @@ -24,9 +24,9 @@ There are no breaking changes in 1.35.0. - web: Added a workaround for an issue in Projector where the IDE would crash when running a unit test [(IDEA-300226](https://youtrack.jetbrains.com/issue/IDEA-300226)). -- web: Fixed an issue where custom font glyphs were not being rendere correctly +- web: Fixed an issue where custom font glyphs were not being rendered correctly in the web terminal. -- web: Coderd now automatically reloads TLS certificates without a restart. +- web: `coderd` now automatically reloads TLS certificates without a restart. - web: fixed an issue blocking the usage of Server-Sent Events (SSE). - infra: Improved connection caching logic. - infra: Fixed an issue where building multiple workspaces in parallel would