@@ -139,10 +139,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
139
139
description = " Production-Grade Container Orchestration"
140
140
showedit = true
141
141
142
- latest = " v1.23 "
142
+ latest = " v1.24 "
143
143
144
- fullversion = " v1.23 .0"
145
- version = " v1.23 "
144
+ fullversion = " v1.24 .0"
145
+ version = " v1.24 "
146
146
githubbranch = " main"
147
147
docsbranch = " main"
148
148
deprecated = false
@@ -179,23 +179,30 @@ js = [
179
179
]
180
180
181
181
[[params .versions ]]
182
- fullversion = " v1.23 .0"
183
- version = " v1.23 "
184
- githubbranch = " v1.23 .0"
182
+ fullversion = " v1.24 .0"
183
+ version = " v1.24 "
184
+ githubbranch = " v1.24 .0"
185
185
docsbranch = " main"
186
186
url = " https://kubernetes.io"
187
187
188
188
[[params .versions ]]
189
- fullversion = " v1.22.4"
189
+ fullversion = " v1.23.2"
190
+ version = " v1.23"
191
+ githubbranch = " v1.23.2"
192
+ docsbranch = " release-1.23"
193
+ url = " https://v1-23.docs.kubernetes.io"
194
+
195
+ [[params .versions ]]
196
+ fullversion = " v1.22.6"
190
197
version = " v1.22"
191
- githubbranch = " v1.22.4 "
198
+ githubbranch = " v1.22.6 "
192
199
docsbranch = " release-1.22"
193
200
url = " https://v1-22.docs.kubernetes.io"
194
201
195
202
[[params .versions ]]
196
- fullversion = " v1.21.7 "
203
+ fullversion = " v1.21.9 "
197
204
version = " v1.21"
198
- githubbranch = " v1.21.7 "
205
+ githubbranch = " v1.21.9 "
199
206
docsbranch = " release-1.21"
200
207
url = " https://v1-21.docs.kubernetes.io"
201
208
@@ -206,13 +213,6 @@ githubbranch = "v1.20.13"
206
213
docsbranch = " release-1.20"
207
214
url = " https://v1-20.docs.kubernetes.io"
208
215
209
- [[params .versions ]]
210
- fullversion = " v1.19.16"
211
- version = " v1.19"
212
- githubbranch = " v1.19.16"
213
- docsbranch = " release-1.19"
214
- url = " https://v1-19.docs.kubernetes.io"
215
-
216
216
# User interface configuration
217
217
[params .ui ]
218
218
# Enable to show the side bar menu in its compact state.
0 commit comments