Merge pull request #33334 from nate-double-u/update-release-1.24-config.toml

update dev-1.24 config.toml for release 1.24
This commit is contained in:
Nate W 2022-05-02 17:46:08 -07:00 committed by GitHub
commit ec9c136ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -186,30 +186,30 @@ docsbranch = "main"
url = "https://kubernetes.io" url = "https://kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.23.2" fullversion = "v1.23.6"
version = "v1.23" version = "v1.23"
githubbranch = "v1.23.2" githubbranch = "v1.23.6"
docsbranch = "release-1.23" docsbranch = "release-1.23"
url = "https://v1-23.docs.kubernetes.io" url = "https://v1-23.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.22.6" fullversion = "v1.22.9"
version = "v1.22" version = "v1.22"
githubbranch = "v1.22.6" githubbranch = "v1.22.9"
docsbranch = "release-1.22" docsbranch = "release-1.22"
url = "https://v1-22.docs.kubernetes.io" url = "https://v1-22.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.21.9" fullversion = "v1.21.12"
version = "v1.21" version = "v1.21"
githubbranch = "v1.21.9" githubbranch = "v1.21.12"
docsbranch = "release-1.21" docsbranch = "release-1.21"
url = "https://v1-21.docs.kubernetes.io" url = "https://v1-21.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.20.13" fullversion = "v1.20.15"
version = "v1.20" version = "v1.20"
githubbranch = "v1.20.13" githubbranch = "v1.20.15"
docsbranch = "release-1.20" docsbranch = "release-1.20"
url = "https://v1-20.docs.kubernetes.io" url = "https://v1-20.docs.kubernetes.io"