diff --git a/changelog/1.35.3.md b/changelog/1.35.3.md new file mode 100644 index 000000000..c7e1cde5a --- /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" },