From f4bf49205175da335c50048b0514d2286b5fa5b1 Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 29 Sep 2023 15:21:48 -0800 Subject: [PATCH] Release v4.17.1 --- CHANGELOG.md | 12 +++++++++++- ci/helm-chart/Chart.yaml | 4 ++-- ci/helm-chart/values.yaml | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90723ff8..bced74265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,16 @@ Code v99.99.999 ## Unreleased +## [4.17.1](https://github.com/coder/code-server/releases/tag/v4.17.1) - 2023-09-29 + +Code v1.82.2 + +### Fixed + +- Make secret storage persistent. For example, logging in with GitHub should + persist between browser refreshes and code-server restarts. +- Issues with argon2 on arm builds should be fixed now. + ## [4.17.0](https://github.com/coder/code-server/releases/tag/v4.17.0) - 2023-09-22 Code v1.82.2 @@ -298,7 +308,7 @@ Code v1.71.0 ### Fixed -- Add flags --unsafe-perm --legacy-peer-deps in `npm-postinstsall.sh` which ensures installing with npm works correctly +- Add flags --unsafe-perm --legacy-peer-deps in `npm-postinstall.sh` which ensures installing with npm works correctly ## [4.6.1](https://github.com/coder/code-server/releases/tag/v4.6.1) - 2022-09-31 diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 219d512eb..b0a6eac42 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.13.0 +version: 3.13.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.17.0 +appVersion: 4.17.1 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index ae0b1cbfa..9c8167473 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.17.0' + tag: '4.17.1' pullPolicy: Always # Specifies one or more secrets to be used when pulling images from a