Skip to content

Commit cb15b41

Browse files
committed
update hugo.toml for 1.34 release
1 parent 6f1e5a9 commit cb15b41

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

hugo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -175,35 +175,35 @@ js = [
175175
]
176176

177177
[[params.versions]]
178-
version = "v1.33"
179-
githubbranch = "v1.33.0"
178+
version = "v1.34"
179+
githubbranch = "v1.34.0"
180180
docsbranch = "main"
181181
url = "https://kubernetes.io"
182182

183+
[[params.versions]]
184+
version = "v1.33"
185+
githubbranch = "v1.33.4"
186+
docsbranch = "release-1.33"
187+
url = "https://v1-33.docs.kubernetes.io"
188+
183189
[[params.versions]]
184190
version = "v1.32"
185-
githubbranch = "v1.32.4"
191+
githubbranch = "v1.32.8"
186192
docsbranch = "release-1.32"
187193
url = "https://v1-32.docs.kubernetes.io"
188194

189195
[[params.versions]]
190196
version = "v1.31"
191-
githubbranch = "v1.31.8"
197+
githubbranch = "v1.31.12"
192198
docsbranch = "release-1.31"
193199
url = "https://v1-31.docs.kubernetes.io"
194200

195201
[[params.versions]]
196202
version = "v1.30"
197-
githubbranch = "v1.30.12"
203+
githubbranch = "v1.30.14"
198204
docsbranch = "release-1.30"
199205
url = "https://v1-30.docs.kubernetes.io"
200206

201-
[[params.versions]]
202-
version = "v1.29"
203-
githubbranch = "v1.29.14"
204-
docsbranch = "release-1.29"
205-
url = "https://v1-29.docs.kubernetes.io"
206-
207207
# User interface configuration
208208
[params.ui]
209209
# Enable to show the side bar menu in its compact state.

0 commit comments

Comments
 (0)