Skip to content

Commit f04dc2c

Browse files
committed
Update chart and changelog up to v4.114.1
1 parent 4af6408 commit f04dc2c

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,39 @@ Code v99.99.999
2222

2323
## Unreleased
2424

25+
## [4.114.1](https://github.com/coder/code-server/releases/tag/v4.114.1) - 2026-04-06
26+
27+
Code v1.114.0
28+
29+
### Changed
30+
31+
- Ensure native modules are built from source so they use the correct version of
32+
glibc. This should bring down the requirement from 2.34 back down to 2.28.
33+
34+
## [4.114.0](https://github.com/coder/code-server/releases/tag/v4.114.0) - 2026-04-04
35+
36+
Code v1.114.0
37+
38+
### Changed
39+
40+
- Update to Code 1.114.0.
41+
42+
## [4.113.1](https://github.com/coder/code-server/releases/tag/v4.113.1) - 2026-04-03
43+
44+
Code v1.113.0
45+
46+
This is a re-release of v4.113.0 but with the correct Node binaries for arm64
47+
and armv7l. Previously they were packaging the amd64 Node binary due to a
48+
mistake while refactoring CI to use more of the upstream build scripts.
49+
50+
## [4.113.0](https://github.com/coder/code-server/releases/tag/v4.113.0) - 2026-04-02
51+
52+
Code v1.113.0
53+
54+
### Changed
55+
56+
- Update to Code 1.113.0
57+
2558
## [4.112.0](https://github.com/coder/code-server/releases/tag/v4.112.0) - 2026-03-19
2659

2760
Code v1.112.0

ci/helm-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.33.0
18+
version: 3.34.0
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.109.5
23+
appVersion: 4.114.1

ci/helm-chart/values.yaml

Lines changed: 1 addition & 1 deletion
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.109.5'
9+
tag: '4.114.1'
1010
pullPolicy: Always
1111

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

0 commit comments

Comments
 (0)