Skip to content

Commit ccfb817

Browse files
authored
Merge pull request #40231 from mickeyboxell/hugo-toml-1.27
Updated config.toml for 1.27 release
2 parents 0cbb4d0 + 1ee260f commit ccfb817

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

hugo.toml

Lines changed: 19 additions & 19 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.26"
141+
latest = "v1.27"
142142

143-
fullversion = "v1.26.0"
144-
version = "v1.26"
143+
fullversion = "v1.27.0"
144+
version = "v1.27"
145145
githubbranch = "main"
146146
docsbranch = "main"
147147
deprecated = false
@@ -181,40 +181,40 @@ js = [
181181
]
182182

183183
[[params.versions]]
184-
fullversion = "v1.26.0"
185-
version = "v1.26"
186-
githubbranch = "v1.26.0"
184+
fullversion = "v1.27.0"
185+
version = "v1.27"
186+
githubbranch = "v1.27.0"
187187
docsbranch = "main"
188188
url = "https://kubernetes.io"
189189

190190
[[params.versions]]
191-
fullversion = "v1.25.5"
191+
fullversion = "v1.26.3"
192+
version = "v1.26"
193+
githubbranch = "v1.26.3"
194+
docsbranch = "release-1.26"
195+
url = "https://v1-26.docs.kubernetes.io"
196+
197+
[[params.versions]]
198+
fullversion = "v1.25.8"
192199
version = "v1.25"
193-
githubbranch = "v1.25.5"
200+
githubbranch = "v1.25.8"
194201
docsbranch = "release-1.25"
195202
url = "https://v1-25.docs.kubernetes.io"
196203

197204
[[params.versions]]
198-
fullversion = "v1.24.9"
205+
fullversion = "v1.24.12"
199206
version = "v1.24"
200-
githubbranch = "v1.24.9"
207+
githubbranch = "v1.24.12"
201208
docsbranch = "release-1.24"
202209
url = "https://v1-24.docs.kubernetes.io"
203210

204211
[[params.versions]]
205-
fullversion = "v1.23.15"
212+
fullversion = "v1.23.17"
206213
version = "v1.23"
207-
githubbranch = "v1.23.15"
214+
githubbranch = "v1.23.17"
208215
docsbranch = "release-1.23"
209216
url = "https://v1-23.docs.kubernetes.io"
210217

211-
[[params.versions]]
212-
fullversion = "v1.22.17"
213-
version = "v1.22"
214-
githubbranch = "v1.22.17"
215-
docsbranch = "release-1.22"
216-
url = "https://v1-22.docs.kubernetes.io"
217-
218218
# User interface configuration
219219
[params.ui]
220220
# Enable to show the side bar menu in its compact state.

0 commit comments

Comments
 (0)