Release v4.10.1
This commit is contained in:
parent
9ba08907da
commit
be40eca5d9
13
CHANGELOG.md
13
CHANGELOG.md
@ -20,17 +20,18 @@ Code v99.99.999
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Unreleased
|
## [4.10.1](https://github.com/coder/code-server/releases/tag/v4.10.1) - 2023-03-04
|
||||||
|
|
||||||
Code v1.75.1
|
Code v1.75.1
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
Add an origin check to web sockets to prevent a cross-site hijacking attack that
|
Added an origin check to web sockets to prevent cross-site hijacking attacks on
|
||||||
affects those who use older or niche browsers that do not support SameSite
|
users using older or niche browser that do not support SameSite cookies and
|
||||||
cookies and those who access code-server under a shared domain with other users
|
attacks across sub-domains that share the same root domain.
|
||||||
on separate sub-domains. The check requires the host header to be set so if you
|
|
||||||
use a reverse proxy ensure it forwards that information.
|
The check requires the host header to be set so if you use a reverse proxy
|
||||||
|
ensure it forwards that information otherwise web sockets will be blocked.
|
||||||
|
|
||||||
## [4.10.0](https://github.com/coder/code-server/releases/tag/v4.10.0) - 2023-02-15
|
## [4.10.0](https://github.com/coder/code-server/releases/tag/v4.10.0) - 2023-02-15
|
||||||
|
|
||||||
|
@ -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.6.0
|
version: 3.6.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.10.0
|
appVersion: 4.10.1
|
||||||
|
@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: codercom/code-server
|
repository: codercom/code-server
|
||||||
tag: '4.9.1'
|
tag: '4.10.1'
|
||||||
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