Skip to content

Commit 99a1995

Browse files
authored
Merge pull request #45860 from drewhagen/update-release-1.29-hugo.toml
Updates v1.29 hugo.toml for v1.30 release
2 parents 13dd6a8 + 19af8e9 commit 99a1995

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

hugo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
142142
description = "Production-Grade Container Orchestration"
143143
showedit = true
144144

145-
latest = "v1.29"
145+
latest = "v1.30"
146146

147147
version = "v1.29"
148-
githubbranch = "main"
149-
docsbranch = "main"
148+
githubbranch = "v1.29.3"
149+
docsbranch = "release-1.29"
150150
deprecated = false
151151
currentUrl = "https://kubernetes.io/docs/home/"
152152
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
@@ -184,35 +184,35 @@ js = [
184184
]
185185

186186
[[params.versions]]
187-
version = "v1.29"
188-
githubbranch = "v1.29.0"
187+
version = "v1.30"
188+
githubbranch = "v1.30.0"
189189
docsbranch = "main"
190190
url = "https://kubernetes.io"
191191

192+
[[params.versions]]
193+
version = "v1.29"
194+
githubbranch = "v1.29.3"
195+
docsbranch = "release-1.29"
196+
url = "https://v1-29.docs.kubernetes.io"
197+
192198
[[params.versions]]
193199
version = "v1.28"
194-
githubbranch = "v1.28.4"
200+
githubbranch = "v1.28.8"
195201
docsbranch = "release-1.28"
196202
url = "https://v1-28.docs.kubernetes.io"
197203

198204
[[params.versions]]
199205
version = "v1.27"
200-
githubbranch = "v1.27.8"
206+
githubbranch = "v1.27.12"
201207
docsbranch = "release-1.27"
202208
url = "https://v1-27.docs.kubernetes.io"
203209

204210
[[params.versions]]
205211
version = "v1.26"
206-
githubbranch = "v1.26.11"
212+
githubbranch = "v1.26.15"
207213
docsbranch = "release-1.26"
208214
url = "https://v1-26.docs.kubernetes.io"
209215

210-
[[params.versions]]
211-
version = "v1.25"
212-
githubbranch = "v1.25.16"
213-
docsbranch = "release-1.25"
214-
url = "https://v1-25.docs.kubernetes.io"
215-
216216
# User interface configuration
217217
[params.ui]
218218
# Enable to show the side bar menu in its compact state.

0 commit comments

Comments
 (0)