From 93815555065226daa1eda537e11cda634b79bfdd Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Wed, 31 Aug 2022 21:11:55 -0500 Subject: [PATCH 1/2] add: helm chart verbose toggle --- changelog/1.34.0.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog/1.34.0.md b/changelog/1.34.0.md index f44cc2b0e..5b7f43f99 100644 --- a/changelog/1.34.0.md +++ b/changelog/1.34.0.md @@ -14,8 +14,9 @@ There are no breaking changes 1.34.0. - infra: allowed overriding Bitbucket OAuth consumer key using the CODERD_BITBUCKET_CONSUMER_KEY environment variable. - infra: added automatic user deprovisioning via SCIM. -- infra: updated sysbox to v0.5.2. Fixed an issue where CVMs would not work - with latest Docker versions inside the user container. +- infra: updated sysbox to v0.5.2. Fixed an issue where CVMs would not work with + latest Docker versions inside the user container. +- infra: added ability to toggle on/off the coderd `DEBUG` logs in the Helm chart. - cli: added a warning to the CLI when attempting to access a workspace that requires a rebuild. - cli: added --duration flag to coder tokens create to control token lifetime. @@ -31,7 +32,9 @@ There are no breaking changes 1.34.0. - infra: upgraded code-server to 4.6.0 to fix disconnects caused by reverse proxy idle timeouts. - infra: fixed an issue where disconnecting from a pod log stream resulted in a - failed build. + +failed build. + - infra: improved WebRTC connection logging. - infra: improved WebRTC session handling. - infra: fixed SSH from logging noisily by default. From 99a67708b572062afc71829859ec61393b9fa7ef Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Wed, 31 Aug 2022 21:14:23 -0500 Subject: [PATCH 2/2] Update changelog/1.34.0.md --- changelog/1.34.0.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog/1.34.0.md b/changelog/1.34.0.md index 5b7f43f99..44b53d88c 100644 --- a/changelog/1.34.0.md +++ b/changelog/1.34.0.md @@ -32,9 +32,7 @@ There are no breaking changes 1.34.0. - infra: upgraded code-server to 4.6.0 to fix disconnects caused by reverse proxy idle timeouts. - infra: fixed an issue where disconnecting from a pod log stream resulted in a - -failed build. - + failed build. - infra: improved WebRTC connection logging. - infra: improved WebRTC session handling. - infra: fixed SSH from logging noisily by default.