From 9543f5d5b409c64a73fe4abb30486ffd8be736cb Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 26 Oct 2022 11:24:44 -0700 Subject: [PATCH 1/3] chore(release): bump version to 4.8.1 --- ci/helm-chart/Chart.yaml | 2 +- ci/helm-chart/values.yaml | 2 +- docs/helm.md | 4 ++-- docs/manifest.json | 2 +- package.json | 2 +- patches/telemetry.diff | 2 +- test/unit/node/test-plugin/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 01a24f0e7397..2ecbd14d603d 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -20,4 +20,4 @@ version: 3.3.0 # 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 diff --git a/docs/helm.md b/docs/helm.md index cf33d82892cf..827fdb3fe623 100644 --- a/docs/helm.md +++ b/docs/helm.md @@ -1,6 +1,6 @@ # code-server Helm Chart -[![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) [![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![AppVersion: 4.8.0](https://img.shields.io/badge/AppVersion-4.8.0-informational?style=flat-square)](https://img.shields.io/badge/AppVersion-4.8.0-informational?style=flat-square) +[![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) [![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![AppVersion: 4.8.1](https://img.shields.io/badge/AppVersion-4.8.1-informational?style=flat-square)](https://img.shields.io/badge/AppVersion-4.8.1-informational?style=flat-square) [code-server](https://github.com/coder/code-server) code-server is VS Code running on a remote server, accessible through the browser. @@ -73,7 +73,7 @@ and their default values. | hostnameOverride | string | `""` | | image.pullPolicy | string | `"Always"` | | image.repository | string | `"codercom/code-server"` | -| image.tag | string | `"4.8.0"` | +| image.tag | string | `"4.8.1"` | | imagePullSecrets | list | `[]` | | ingress.enabled | bool | `false` | | nameOverride | string | `""` | diff --git a/docs/manifest.json b/docs/manifest.json index d123dabad2ae..a616438fe760 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,5 +1,5 @@ { - "versions": ["v4.8.0"], + "versions": ["v4.8.1"], "routes": [ { "title": "Home", diff --git a/package.json b/package.json index 7310db87c58f..40e3a21e0f6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-server", "license": "MIT", - "version": "4.8.0", + "version": "4.8.1", "description": "Run VS Code on a remote server.", "homepage": "https://github.com/coder/code-server", "bugs": { diff --git a/patches/telemetry.diff b/patches/telemetry.diff index 84b72d6d2aef..b23f5f7767cd 100644 --- a/patches/telemetry.diff +++ b/patches/telemetry.diff @@ -3,7 +3,7 @@ Add support for telemetry endpoint To test: 1. Create a RequestBin - https://requestbin.io/ 2. Run code-server with `CS_TELEMETRY_URL` set: - i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.8.0-macos-amd64/bin/code-server` + i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.8.1-macos-amd64/bin/code-server` 3. Load code-server in browser an do things (i.e. open a file) 4. Refresh RequestBin and you should see logs diff --git a/test/unit/node/test-plugin/package.json b/test/unit/node/test-plugin/package.json index 57be09429d67..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.0" + "code-server": "^4.8.1" }, "main": "out/index.js", "devDependencies": { From 035e15de5a6bf3ae7eb4e5db671d9eac85fda993 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 26 Oct 2022 11:26:41 -0700 Subject: [PATCH 2/3] fixup --- 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 40e3a21e0f6e..7fefbaac1bb6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-server", "license": "MIT", - "version": "4.8.1", + "version": "4.8.1-rc.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 817a883e9ef4..cc15aa3cd818 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" + "code-server": "^4.8.1-rc.1" }, "main": "out/index.js", "devDependencies": { From d7d18b4e8d34a312ed56d7c98a51fe5c8957adb4 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 26 Oct 2022 11:29:34 -0700 Subject: [PATCH 3/3] revert: don't change to 4.8.1 --- ci/helm-chart/Chart.yaml | 2 +- ci/helm-chart/values.yaml | 2 +- docs/helm.md | 4 ++-- docs/manifest.json | 2 +- patches/telemetry.diff | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 2ecbd14d603d..01a24f0e7397 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -20,4 +20,4 @@ version: 3.3.0 # 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.1 +appVersion: 4.8.0 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index 36cfdda518a6..0767a69707c0 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.1' + tag: '4.8.0' pullPolicy: Always # Specifies one or more secrets to be used when pulling images from a diff --git a/docs/helm.md b/docs/helm.md index 827fdb3fe623..cf33d82892cf 100644 --- a/docs/helm.md +++ b/docs/helm.md @@ -1,6 +1,6 @@ # code-server Helm Chart -[![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) [![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![AppVersion: 4.8.1](https://img.shields.io/badge/AppVersion-4.8.1-informational?style=flat-square)](https://img.shields.io/badge/AppVersion-4.8.1-informational?style=flat-square) +[![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) [![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![AppVersion: 4.8.0](https://img.shields.io/badge/AppVersion-4.8.0-informational?style=flat-square)](https://img.shields.io/badge/AppVersion-4.8.0-informational?style=flat-square) [code-server](https://github.com/coder/code-server) code-server is VS Code running on a remote server, accessible through the browser. @@ -73,7 +73,7 @@ and their default values. | hostnameOverride | string | `""` | | image.pullPolicy | string | `"Always"` | | image.repository | string | `"codercom/code-server"` | -| image.tag | string | `"4.8.1"` | +| image.tag | string | `"4.8.0"` | | imagePullSecrets | list | `[]` | | ingress.enabled | bool | `false` | | nameOverride | string | `""` | diff --git a/docs/manifest.json b/docs/manifest.json index a616438fe760..d123dabad2ae 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,5 +1,5 @@ { - "versions": ["v4.8.1"], + "versions": ["v4.8.0"], "routes": [ { "title": "Home", diff --git a/patches/telemetry.diff b/patches/telemetry.diff index b23f5f7767cd..8d2938ee70dc 100644 --- a/patches/telemetry.diff +++ b/patches/telemetry.diff @@ -3,7 +3,7 @@ Add support for telemetry endpoint To test: 1. Create a RequestBin - https://requestbin.io/ 2. Run code-server with `CS_TELEMETRY_URL` set: - i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.8.1-macos-amd64/bin/code-server` + i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server--macos-amd64/bin/code-server` 3. Load code-server in browser an do things (i.e. open a file) 4. Refresh RequestBin and you should see logs