mirror of
https://github.com/coder/code-server.git
synced 2026-09-03 08:52:59 +02:00
Compare commits
2 Commits
88c2b7432e
...
e08e907889
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e08e907889 | ||
|
|
92f44d9c7b |
@@ -22,6 +22,8 @@ Code v99.99.999
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [4.134.0](https://github.com/coder/code-server/releases/tag/v4.134.0) - 2026-08-24
|
||||||
|
|
||||||
Code v1.134.0
|
Code v1.134.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -32,8 +34,8 @@ Code v1.134.0
|
|||||||
to VS Code. It requires `flag=value` or simply `flag` for booleans. For
|
to VS Code. It requires `flag=value` or simply `flag` for booleans. For
|
||||||
example: `--vscode-option enable-sandbox --vscode-option agents=true`. The
|
example: `--vscode-option enable-sandbox --vscode-option agents=true`. The
|
||||||
`VSCODE_OPTIONS` environment variable may also be used. For example:
|
`VSCODE_OPTIONS` environment variable may also be used. For example:
|
||||||
`VSCODE_OPTIONS="enable-sandbox agents=true"`. Note that this code-server
|
`VSCODE_OPTIONS="enable-sandbox agents=true"`. Note that code-server simply
|
||||||
simply splits this variable on spaces and is not aware of quoting.
|
splits this variable on spaces and is not aware of quoting.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
@@ -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.48.0
|
version: 3.49.0
|
||||||
|
|
||||||
# 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.133.0
|
appVersion: 4.134.0
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: codercom/code-server
|
repository: codercom/code-server
|
||||||
tag: '4.133.0'
|
tag: '4.134.0'
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user