From cc8ce3b3c642b162daf39ad1d94ab778282463ef Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 28 Oct 2022 08:55:45 -0700 Subject: [PATCH] release: 4.8.1 (#5722) * chore(release): bump version to 4.8.1 * chore: bump helm-chart * chore: update CHANGELOG --- CHANGELOG.md | 9 +++++++++ ci/helm-chart/Chart.yaml | 4 ++-- ci/helm-chart/values.yaml | 2 +- package.json | 2 +- test/unit/node/test-plugin/package.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f15a59c2..d048fd0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,15 @@ Code v99.99.999 --> +## [4.8.1](https://github.com/coder/code-server/releases/tag/v4.8.1) - 2022-10-28 + +Code v1.72.1 + +### Fixed + +- Fixed CSP error introduced in 4.8.0 that caused issues with webviews and most + extensions. + ## [4.8.0](https://github.com/coder/code-server/releases/tag/v4.8.0) - 2022-10-24 Code v1.72.1 diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 01a24f0e7..72abd82ba 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.3.0 +version: 3.3.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.8.0 +appVersion: 4.8.1 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index 0767a6970..36cfdda51 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.8.0' + tag: '4.8.1' pullPolicy: Always # Specifies one or more secrets to be used when pulling images from a diff --git a/package.json b/package.json index 7fefbaac1..40e3a21e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-server", "license": "MIT", - "version": "4.8.1-rc.1", + "version": "4.8.1", "description": "Run VS Code on a remote server.", "homepage": "https://github.com/coder/code-server", "bugs": { diff --git a/test/unit/node/test-plugin/package.json b/test/unit/node/test-plugin/package.json index cc15aa3cd..817a883e9 100644 --- a/test/unit/node/test-plugin/package.json +++ b/test/unit/node/test-plugin/package.json @@ -3,7 +3,7 @@ "name": "test-plugin", "version": "1.0.0", "engines": { - "code-server": "^4.8.1-rc.1" + "code-server": "^4.8.1" }, "main": "out/index.js", "devDependencies": {