Update Helm chart and changelog with 4.136.2 (#7993)

This commit is contained in:
cdrci
2026-09-09 06:17:20 +10:00
committed by GitHub
parent 8d5f383f30
commit 322f065cf0
3 changed files with 9 additions and 10 deletions

View File

@@ -22,13 +22,7 @@ Code v99.99.999
## Unreleased ## Unreleased
Code v1.136.1 ## [4.136.2](https://github.com/coder/code-server/releases/tag/v4.136.2) - 2026-09-08
### 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
Code v1.136.1 Code v1.136.1
@@ -36,6 +30,11 @@ Code v1.136.1
- Update to Code 1.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 ## [4.135.0](https://github.com/coder/code-server/releases/tag/v4.135.0) - 2026-08-27
Code v1.135.0 Code v1.135.0

View File

@@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.136.1 appVersion: 4.136.2

View File

@@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: codercom/code-server repository: codercom/code-server
tag: '4.136.1' tag: '4.136.2'
pullPolicy: Always pullPolicy: Always
# Specifies one or more secrets to be used when pulling images from a # Specifies one or more secrets to be used when pulling images from a