File tree 3 files changed +17
-8
lines changed
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
22
22
23
23
## Unreleased
24
24
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
26
35
27
36
Code v1.87.0
28
37
29
38
## Changed
30
39
31
40
- Updated to Code 1.87.0.
32
41
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
34
43
35
44
Code v1.86.2
36
45
37
46
## Changed
38
47
39
48
- Updated to Code 1.86.2.
40
49
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
42
51
43
52
Code v1.86.1
44
53
@@ -51,15 +60,15 @@ Code v1.86.1
51
60
52
61
- Docker images for Fedora and openSUSE.
53
62
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
55
64
56
65
Code v1.86.0
57
66
58
67
## Changed
59
68
60
69
- Updated to Code 1.86.0.
61
70
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
63
72
64
73
Code v1.85.2
65
74
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 3.18.0
18
+ version : 3.18.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# 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
6
6
7
7
image :
8
8
repository : codercom/code-server
9
- tag : ' 4.22.0 '
9
+ tag : ' 4.22.1 '
10
10
pullPolicy : Always
11
11
12
12
# 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