diff --git a/CHANGELOG.md b/CHANGELOG.md index 9663b9cf6..8f269b6dd 100644 --- a/CHANGELOG.md +++ b/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 ### Security -Add an origin check to web sockets to prevent a cross-site hijacking attack that -affects those who use older or niche browsers that do not support SameSite -cookies and those who access code-server under a shared domain with other users -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. +Added an origin check to web sockets to prevent cross-site hijacking attacks on +users using older or niche browser that do not support SameSite cookies and +attacks across sub-domains that share the same root domain. + +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 diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 25c73d7dc..6777e84a5 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.6.0 +version: 3.6.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.10.0 +appVersion: 4.10.1 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index 3abe531a3..38466720e 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.9.1' + tag: '4.10.1' pullPolicy: Always # Specifies one or more secrets to be used when pulling images from a