Skip to content

Commit 4e09bc0

Browse files
committed
Updates v1.33 hugo.toml for release v1.35
1 parent 314e92f commit 4e09bc0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

hugo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
132132
description = "Production-Grade Container Orchestration"
133133
showedit = true
134134

135-
latest = "v1.34"
135+
latest = "v1.35"
136136

137137
version = "v1.33"
138-
githubbranch = "v1.33.4"
138+
githubbranch = "v1.33.6"
139139
docsbranch = "release-1.33"
140140
# Should be changed to Docsy provided `archived_version` in the future.
141141
deprecated = true
@@ -175,35 +175,35 @@ js = [
175175
]
176176

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

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

189195
[[params.versions]]
190196
version = "v1.32"
191-
githubbranch = "v1.32.8"
197+
githubbranch = "v1.32.10"
192198
docsbranch = "release-1.32"
193199
url = "https://v1-32.docs.kubernetes.io"
194200

195201
[[params.versions]]
196202
version = "v1.31"
197-
githubbranch = "v1.31.12"
203+
githubbranch = "v1.31.14"
198204
docsbranch = "release-1.31"
199205
url = "https://v1-31.docs.kubernetes.io"
200206

201-
[[params.versions]]
202-
version = "v1.30"
203-
githubbranch = "v1.30.14"
204-
docsbranch = "release-1.30"
205-
url = "https://v1-30.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)