From e42470486eded4b324a3134c91ec64af0716edd7 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 27 Oct 2022 10:20:10 -0700 Subject: [PATCH 1/3] chore(release): bump version to 4.8.1 --- package.json | 2 +- test/unit/node/test-plugin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7fefbaac1bb6..40e3a21e0f6e 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 cc15aa3cd818..817a883e9ef4 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": { From 8478f4583ee16774ef62835c6a13869d26786d55 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 27 Oct 2022 10:21:22 -0700 Subject: [PATCH 2/3] chore: bump helm-chart --- ci/helm-chart/Chart.yaml | 4 ++-- ci/helm-chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 01a24f0e7397..72abd82ba21d 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 0767a69707c0..36cfdda518a6 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 From c2f196d8759e6db33ac42c24a64f4f19634e5ad2 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 27 Oct 2022 10:23:03 -0700 Subject: [PATCH 3/3] chore: update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f15a59c20fa..d048fd0b84c5 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