File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,32 @@ Code v99.99.999
2222
2323## Unreleased
2424
25- ## [ 4.22.0] ( https://github.com/coder/code-server/releases/tag/v4.22.0 ) - 2021-03-03
25+ ## [ 4.22.1] ( https://github.com/coder/code-server/releases/tag/v4.22.1 ) - 2024-03-14
26+
27+ Code v1.87.2
28+
29+ ## Changed
30+
31+ - Updated to Code 1.87.2.
32+ - Enable keep-alive for proxy agent.
33+
34+ ## [ 4.22.0] ( https://github.com/coder/code-server/releases/tag/v4.22.0 ) - 2024-03-03
2635
2736Code v1.87.0
2837
2938## Changed
3039
3140- Updated to Code 1.87.0.
3241
33- ## [ 4.21.2] ( https://github.com/coder/code-server/releases/tag/v4.21.2 ) - 2021 -02-28
42+ ## [ 4.21.2] ( https://github.com/coder/code-server/releases/tag/v4.21.2 ) - 2024 -02-28
3443
3544Code v1.86.2
3645
3746## Changed
3847
3948- Updated to Code 1.86.2.
4049
41- ## [ 4.21.1] ( https://github.com/coder/code-server/releases/tag/v4.21.1 ) - 2021 -02-09
50+ ## [ 4.21.1] ( https://github.com/coder/code-server/releases/tag/v4.21.1 ) - 2024 -02-09
4251
4352Code v1.86.1
4453
@@ -51,15 +60,15 @@ Code v1.86.1
5160
5261- Docker images for Fedora and openSUSE.
5362
54- ## [ 4.21.0] ( https://github.com/coder/code-server/releases/tag/v4.21.0 ) - 2021 -02-05
63+ ## [ 4.21.0] ( https://github.com/coder/code-server/releases/tag/v4.21.0 ) - 2024 -02-05
5564
5665Code v1.86.0
5766
5867## Changed
5968
6069- Updated to Code 1.86.0.
6170
62- ## [ 4.20.1] ( https://github.com/coder/code-server/releases/tag/v4.20.1 ) - 2021 -01-22
71+ ## [ 4.20.1] ( https://github.com/coder/code-server/releases/tag/v4.20.1 ) - 2024 -01-22
6372
6473Code v1.85.2
6574
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.18.0
18+ version : 3.18.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.22.0
23+ appVersion : 4.22.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.22.0 '
9+ tag : ' 4.22.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