Skip to content

Commit 4a7f5fa

Browse files
authored
Merge pull request #31370 from nate-double-u/config-toml-1.24
update config.toml for 1.24 release
2 parents 7654b8c + 1c48c93 commit 4a7f5fa

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

config.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
139139
description = "Production-Grade Container Orchestration"
140140
showedit = true
141141

142-
latest = "v1.23"
142+
latest = "v1.24"
143143

144-
fullversion = "v1.23.0"
145-
version = "v1.23"
144+
fullversion = "v1.24.0"
145+
version = "v1.24"
146146
githubbranch = "main"
147147
docsbranch = "main"
148148
deprecated = false
@@ -179,23 +179,30 @@ js = [
179179
]
180180

181181
[[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"
185185
docsbranch = "main"
186186
url = "https://kubernetes.io"
187187

188188
[[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"
190197
version = "v1.22"
191-
githubbranch = "v1.22.4"
198+
githubbranch = "v1.22.6"
192199
docsbranch = "release-1.22"
193200
url = "https://v1-22.docs.kubernetes.io"
194201

195202
[[params.versions]]
196-
fullversion = "v1.21.7"
203+
fullversion = "v1.21.9"
197204
version = "v1.21"
198-
githubbranch = "v1.21.7"
205+
githubbranch = "v1.21.9"
199206
docsbranch = "release-1.21"
200207
url = "https://v1-21.docs.kubernetes.io"
201208

@@ -206,13 +213,6 @@ githubbranch = "v1.20.13"
206213
docsbranch = "release-1.20"
207214
url = "https://v1-20.docs.kubernetes.io"
208215

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-
216216
# User interface configuration
217217
[params.ui]
218218
# Enable to show the side bar menu in its compact state.

0 commit comments

Comments
 (0)