File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed
Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff 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
2760Code v1.112.0
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
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
You can’t perform that action at this time.
0 commit comments