Skip to content

Commit 5c21015

Browse files
authored
release: v4.9.1 (#5893)
* chore: add 4.9.1 to changelog * chore: bump Helm to 4.9.1
1 parent fa39d47 commit 5c21015

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ Code v99.99.999
2020
2121
-->
2222

23+
## [4.9.1](https://github.com/coder/code-server/releases/tag/v4.9.1) - 2022-12-15
24+
25+
Code v1.73.1
26+
27+
### Changed
28+
29+
- Updated a couple steps in the build and release process to ensure we're using
30+
`npm` and `yarn` consistently depending on the step.
31+
32+
### Fixed
33+
34+
- Fixed an issue with code-server version not displaying in the Help > About window.
35+
- Fixed terminal not loading on macOS clients.
36+
2337
## [4.9.0](https://github.com/coder/code-server/releases/tag/v4.9.0) - 2022-12-06
2438

2539
Code v1.73.1

ci/helm-chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 3.4.0
18+
version: 3.4.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 4.9.0
23+
appVersion: 4.9.1

ci/helm-chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: codercom/code-server
9-
tag: '4.9.0'
9+
tag: '4.9.1'
1010
pullPolicy: Always
1111

1212
# Specifies one or more secrets to be used when pulling images from a

0 commit comments

Comments
 (0)