From a6440230caec7f0d2a7eef4560169d255d000ce1 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Mon, 14 Nov 2022 22:55:31 +0000 Subject: [PATCH 1/2] Changelog for 1.35.3 Signed-off-by: Spike Curtis --- changelog/1.35.3.md | 24 ++++++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 changelog/1.35.3.md diff --git a/changelog/1.35.3.md b/changelog/1.35.3.md new file mode 100644 index 000000000..7049a0566 --- /dev/null +++ b/changelog/1.35.3.md @@ -0,0 +1,24 @@ +--- +title: "1.35.3" +description: "Released on 11/14/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.35.3. + +### Features ✨ + +There are no new features in 1.35.3 + +### Bug fixes 🐛 + +- infra: Fixed an issue where the hostname was set to `workspace` for CVM + workspaces irrespective of the workspace name. +- helm: Fixed an issue where the helm install was not respecting the + `coderd.postgres.noPasswordEnv` variable + +### Security updates 🔐 + +- infra: Fixed an issue where ordinary users could obtain admin-level + credentials from the Coder API. diff --git a/manifest.json b/manifest.json index 9808bb0d6..570dca9bd 100644 --- a/manifest.json +++ b/manifest.json @@ -598,6 +598,9 @@ { "path": "./changelog/1.35.0.md", "children": [ + { + "path": "./changelog/1.35.3.md" + }, { "path": "./changelog/1.35.2.md" }, From b2399938cba17b4f96142c3f1fcc39b8cfebaf75 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Mon, 14 Nov 2022 16:58:59 -0600 Subject: [PATCH 2/2] Update changelog/1.35.3.md --- changelog/1.35.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.35.3.md b/changelog/1.35.3.md index 7049a0566..c7e1cde5a 100644 --- a/changelog/1.35.3.md +++ b/changelog/1.35.3.md @@ -15,7 +15,7 @@ There are no new features in 1.35.3 - infra: Fixed an issue where the hostname was set to `workspace` for CVM workspaces irrespective of the workspace name. -- helm: Fixed an issue where the helm install was not respecting the +- helm: Fixed an issue where the helm install was not respecting the `coderd.postgres.noPasswordEnv` variable ### Security updates 🔐