From 5dbf84a8b6b58589a5bf7d7ce1ef23dc9e5292c5 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Mon, 14 Nov 2022 17:11:50 -0600 Subject: [PATCH] add: missing helm fix to 1.36.0 changelog --- changelog/1.36.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/1.36.0.md b/changelog/1.36.0.md index 504d0c89e..7d19d5a2b 100644 --- a/changelog/1.36.0.md +++ b/changelog/1.36.0.md @@ -30,6 +30,8 @@ There are no breaking changes in 1.36.0 templates applied. - 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 🔐