From 4ad763ad594416d814db97ef3c4cd6ec345ac248 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 7 Nov 2022 11:10:59 -0700 Subject: [PATCH 1/5] chore: update version to 4.8.3 --- ci/helm-chart/Chart.yaml | 2 +- ci/helm-chart/values.yaml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 8e483c788712..0a725a41541f 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -20,4 +20,4 @@ version: 3.3.2 # 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.2 +appVersion: 4.8.3 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index bbea93944ee4..ac047a4286b9 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.2' + tag: '4.8.3' pullPolicy: Always # Specifies one or more secrets to be used when pulling images from a diff --git a/package.json b/package.json index eb0939573d64..e083c2e71106 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-server", "license": "MIT", - "version": "4.8.2", + "version": "4.8.3", "description": "Run VS Code on a remote server.", "homepage": "https://github.com/coder/code-server", "bugs": { From a2e464d06d1f516546741b3b184c83a1616183d9 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 7 Nov 2022 11:12:15 -0700 Subject: [PATCH 2/5] chore: update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5ebb1216f0..55f89029c3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,14 @@ Code v99.99.999 --> +## [4.8.3](https://github.com/coder/code-server/releases/tag/v4.8.3) - 2022-11-07 + +Code v1.72.1 + +### Changed + +- Updated text in the Getting Started page. + ## [4.8.2](https://github.com/coder/code-server/releases/tag/v4.8.2) - 2022-11-02 Code v1.72.1 From 072b5a8f92ee432fdf2b2a2f3e7e8e5e18139f68 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 7 Nov 2022 11:18:16 -0700 Subject: [PATCH 3/5] fixup!: update chart version --- ci/helm-chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 0a725a41541f..2d4ff8d20524 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -15,7 +15,7 @@ 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.2 +version: 3.3.3 # 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 From 957a84f9c05ece1083eeb70560fa128aadd6f514 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 7 Nov 2022 12:07:27 -0700 Subject: [PATCH 4/5] fixup: update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f89029c3f7..c757e39c96ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ Code v99.99.999 Code v1.72.1 +### Added + +- install script now supports arch-like (i.e. manjaro, endeavourous, etc.) +architectures + ### Changed - Updated text in the Getting Started page. From 4106b2a7de74740809583da021138e0bc4c0ddcb Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 7 Nov 2022 12:23:27 -0700 Subject: [PATCH 5/5] fixup: formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c757e39c96ce..1de833e7a662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ Code v1.72.1 ### Added - install script now supports arch-like (i.e. manjaro, endeavourous, etc.) -architectures + architectures ### Changed