From 322f065cf01c2338c173e42f02042f4a1eb90cd4 Mon Sep 17 00:00:00 2001 From: cdrci <78873720+cdrci@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:17:20 +1000 Subject: [PATCH] Update Helm chart and changelog with 4.136.2 (#7993) --- CHANGELOG.md | 13 ++++++------- ci/helm-chart/Chart.yaml | 4 ++-- ci/helm-chart/values.yaml | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa0f2d6c..0a108fb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,13 +22,7 @@ Code v99.99.999 ## Unreleased -Code v1.136.1 - -### Fixed - -- The data path was incorrectly being set to `~/.vscode-server-oss/data`. - -## [4.136.1](https://github.com/coder/code-server/releases/tag/v4.136.1) - 2026-09-08 +## [4.136.2](https://github.com/coder/code-server/releases/tag/v4.136.2) - 2026-09-08 Code v1.136.1 @@ -36,6 +30,11 @@ Code v1.136.1 - Update to Code 1.136.1 +### Fixed + +- 4.136.2 replaces a removed 4.136.1 release that had the data path incorrectly + being set to `~/.vscode-server-oss/data`. + ## [4.135.0](https://github.com/coder/code-server/releases/tag/v4.135.0) - 2026-08-27 Code v1.135.0 diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 54e4571ad..e9a2a2c6f 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.51.0 +version: 3.51.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.136.1 +appVersion: 4.136.2 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index 0d4b65d44..da5e155c3 100644 --- a/ci/helm-chart/values.yaml +++ b/ci/helm-chart/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: codercom/code-server - tag: '4.136.1' + tag: '4.136.2' pullPolicy: Always # Specifies one or more secrets to be used when pulling images from a