Skip to content

Commit

Permalink
Updated config.toml for 1.24 release
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
  • Loading branch information
nate-double-u committed Jan 17, 2022
1 parent 8e1e06f commit 1c48c93
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true

latest = "v1.23"
latest = "v1.24"

fullversion = "v1.23.0"
version = "v1.23"
fullversion = "v1.24.0"
version = "v1.24"
githubbranch = "main"
docsbranch = "main"
deprecated = false
Expand Down Expand Up @@ -179,23 +179,30 @@ js = [
]

[[params.versions]]
fullversion = "v1.23.0"
version = "v1.23"
githubbranch = "v1.23.0"
fullversion = "v1.24.0"
version = "v1.24"
githubbranch = "v1.24.0"
docsbranch = "main"
url = "https://kubernetes.io"

[[params.versions]]
fullversion = "v1.22.4"
fullversion = "v1.23.2"
version = "v1.23"
githubbranch = "v1.23.2"
docsbranch = "release-1.23"
url = "https://v1-23.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.22.6"
version = "v1.22"
githubbranch = "v1.22.4"
githubbranch = "v1.22.6"
docsbranch = "release-1.22"
url = "https://v1-22.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.21.7"
fullversion = "v1.21.9"
version = "v1.21"
githubbranch = "v1.21.7"
githubbranch = "v1.21.9"
docsbranch = "release-1.21"
url = "https://v1-21.docs.kubernetes.io"

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

[[params.versions]]
fullversion = "v1.19.16"
version = "v1.19"
githubbranch = "v1.19.16"
docsbranch = "release-1.19"
url = "https://v1-19.docs.kubernetes.io"

# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
Expand Down

0 comments on commit 1c48c93

Please sign in to comment.