Skip to content

Commit f0e6f1f

Browse files
authored
Merge pull request #30781 from jlbutler/update-config-for-123-release
update config for release 1.23
2 parents 8983d73 + c0e8dd5 commit f0e6f1f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,30 +186,30 @@ docsbranch = "main"
186186
url = "https://kubernetes.io"
187187

188188
[[params.versions]]
189-
fullversion = "v1.22.1"
189+
fullversion = "v1.22.4"
190190
version = "v1.22"
191-
githubbranch = "v1.22.1"
191+
githubbranch = "v1.22.4"
192192
docsbranch = "release-1.22"
193193
url = "https://v1-22.docs.kubernetes.io"
194194

195195
[[params.versions]]
196-
fullversion = "v1.21.4"
196+
fullversion = "v1.21.7"
197197
version = "v1.21"
198-
githubbranch = "v1.21.4"
198+
githubbranch = "v1.21.7"
199199
docsbranch = "release-1.21"
200200
url = "https://v1-21.docs.kubernetes.io"
201201

202202
[[params.versions]]
203-
fullversion = "v1.20.10"
203+
fullversion = "v1.20.13"
204204
version = "v1.20"
205-
githubbranch = "v1.20.10"
205+
githubbranch = "v1.20.13"
206206
docsbranch = "release-1.20"
207207
url = "https://v1-20.docs.kubernetes.io"
208208

209209
[[params.versions]]
210-
fullversion = "v1.19.14"
210+
fullversion = "v1.19.16"
211211
version = "v1.19"
212-
githubbranch = "v1.19.14"
212+
githubbranch = "v1.19.16"
213213
docsbranch = "release-1.19"
214214
url = "https://v1-19.docs.kubernetes.io"
215215

0 commit comments

Comments
 (0)