Skip to content

Commit cd24a86

Browse files
authored
Merge pull request #27869 from PI-Victor/config-toml-1.22
config.toml: update config for k/website 1.22 release.
2 parents ba7fae9 + f3040bc commit cd24a86

File tree

1 file changed

+17
-25
lines changed

1 file changed

+17
-25
lines changed

config.toml

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

141-
latest = "v1.21"
141+
latest = "v1.22"
142142

143-
fullversion = "v1.21.0"
144-
version = "v1.21"
143+
fullversion = "v1.22.0"
144+
version = "v1.22"
145145
githubbranch = "master"
146146
docsbranch = "master"
147147
deprecated = false
@@ -178,41 +178,33 @@ js = [
178178
]
179179

180180
[[params.versions]]
181-
fullversion = "v1.21.0"
182-
version = "v1.21"
183-
githubbranch = "v1.21.0"
181+
fullversion = "v1.22.0"
182+
version = "v1.22"
183+
githubbranch = "v1.22.0"
184184
docsbranch = "master"
185185
url = "https://kubernetes.io"
186186

187187
[[params.versions]]
188-
fullversion = "v1.20.5"
188+
fullversion = "v1.21.1"
189+
version = "v1.21"
190+
githubbranch = "v1.21.1"
191+
docsbranch = "release-1.21"
192+
url = "https://v1-21.docs.kubernetes.io"
193+
194+
[[params.versions]]
195+
fullversion = "v1.20.7"
189196
version = "v1.20"
190-
githubbranch = "v1.20.5"
197+
githubbranch = "v1.20.7"
191198
docsbranch = "release-1.20"
192199
url = "https://v1-20.kubernetes.io"
193200

194201
[[params.versions]]
195-
fullversion = "v1.19.9"
202+
fullversion = "v1.19.11"
196203
version = "v1.19"
197-
githubbranch = "v1.19.9"
204+
githubbranch = "v1.19.11"
198205
docsbranch = "release-1.19"
199206
url = "https://v1-19.docs.kubernetes.io"
200207

201-
[[params.versions]]
202-
fullversion = "v1.18.17"
203-
version = "v1.18"
204-
githubbranch = "v1.18.17"
205-
docsbranch = "release-1.18"
206-
url = "https://v1-18.docs.kubernetes.io"
207-
208-
[[params.versions]]
209-
fullversion = "v1.17.17"
210-
version = "v1.17"
211-
githubbranch = "v1.17.17"
212-
docsbranch = "release-1.17"
213-
url = "https://v1-17.docs.kubernetes.io"
214-
215-
216208
# User interface configuration
217209
[params.ui]
218210
# Enable to show the side bar menu in its compact state.

0 commit comments

Comments
 (0)