Skip to content

Commit f04d0cf

Browse files
committed
updated config.toml for 1.15
1 parent 8781518 commit f04d0cf

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

config.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ time_format_blog = "Monday, January 02, 2006"
6464
description = "Production-Grade Container Orchestration"
6565
showedit = true
6666

67-
latest = "v1.14"
67+
latest = "v1.15"
6868

69-
fullversion = "v1.14.0"
70-
version = "v1.14"
69+
fullversion = "v1.15.0"
70+
version = "v1.15"
7171
githubbranch = "master"
7272
docsbranch = "master"
7373
deprecated = false
@@ -77,10 +77,10 @@ githubWebsiteRepo = "github.com/kubernetes/website"
7777
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
7878

7979
[[params.versions]]
80-
fullversion = "v1.14.0"
81-
version = "v1.14"
82-
githubbranch = "v1.14.0"
83-
docsbranch = "release-1.14"
80+
fullversion = "v1.15.0"
81+
version = "v1.15"
82+
githubbranch = "v1.15.0"
83+
docsbranch = "release-1.15"
8484
url = "https://kubernetes.io"
8585

8686
[params.pushAssets]
@@ -95,33 +95,33 @@ js = [
9595
]
9696

9797
[[params.versions]]
98-
fullversion = "v1.13.4"
98+
fullversion = "v1.14.3"
99+
version = "v1.14"
100+
githubbranch = "v1.14.3"
101+
docsbranch = "release-1.14"
102+
url = "https://v1-14.docs.kubernetes.io"
103+
104+
[[params.versions]]
105+
fullversion = "v1.13.7"
99106
version = "v1.13"
100-
githubbranch = "v1.13.4"
107+
githubbranch = "v1.13.7"
101108
docsbranch = "release-1.13"
102109
url = "https://v1-13.docs.kubernetes.io"
103110

104111
[[params.versions]]
105-
fullversion = "v1.12.6"
112+
fullversion = "v1.12.9"
106113
version = "v1.12"
107-
githubbranch = "v1.12.6"
114+
githubbranch = "v1.12.9"
108115
docsbranch = "release-1.12"
109116
url = "https://v1-12.docs.kubernetes.io"
110117

111118
[[params.versions]]
112-
fullversion = "v1.11.8"
119+
fullversion = "v1.11.10"
113120
version = "v1.11"
114-
githubbranch = "v1.11.8"
121+
githubbranch = "v1.11.10"
115122
docsbranch = "release-1.11"
116123
url = "https://v1-11.docs.kubernetes.io"
117124

118-
[[params.versions]]
119-
fullversion = "v1.10.13"
120-
version = "v1.10"
121-
githubbranch = "v1.10.13"
122-
docsbranch = "release-1.10"
123-
url = "https://v1-10.docs.kubernetes.io"
124-
125125
# Language definitions.
126126

127127
[languages]

0 commit comments

Comments
 (0)