From c31d2a0e376a5e7050b5c421bcd86bd262fcd95f Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 9 Feb 2024 13:02:44 -0900 Subject: [PATCH] Release v4.21.1 --- CHANGELOG.md | 15 ++++++++++++++- ci/helm-chart/Chart.yaml | 4 ++-- ci/helm-chart/values.yaml | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f518814..d6e8010ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,13 +22,26 @@ Code v99.99.999 ## Unreleased +## [4.21.1](https://github.com/coder/code-server/releases/tag/v4.21.1) - 2021-02-09 + +Code v1.86.1 + +## Changed + +- Updated to Code 1.86.1. +- Updated to Node 18.17.1. + +## Added + +- Docker images for Fedora and openSUSE. + ## [4.21.0](https://github.com/coder/code-server/releases/tag/v4.21.0) - 2021-02-05 Code v1.86.0 ## Changed -- Updated to Code 1.86.0 +- Updated to Code 1.86.0. ## [4.20.1](https://github.com/coder/code-server/releases/tag/v4.20.1) - 2021-01-22 diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index e5f3aa749..3b8753575 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.17.0 +version: 3.17.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.21.0 +appVersion: 4.21.1 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index b9c8d2b0b..2890434ff 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.21.0' + tag: '4.21.1' pullPolicy: Always # Specifies one or more secrets to be used when pulling images from a