Skip to content

Commit dd9b845

Browse files
authored
Merge pull request #50529 from rayandas/update-release-1.33-hugo.toml
Updates v1.33 hugo.toml for dev-1.33
2 parents 9b6db00 + 9cdc149 commit dd9b845

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,9 +132,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
132132
description = "Production-Grade Container Orchestration"
133133
showedit = true
134134

135-
latest = "v1.32"
135+
latest = "v1.33"
136136

137-
version = "v1.32"
137+
version = "v1.33"
138138
githubbranch = "main"
139139
docsbranch = "main"
140140
# Should be changed to Docsy provided `archived_version` in the future.
@@ -175,35 +175,35 @@ js = [
175175
]
176176

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

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

189195
[[params.versions]]
190196
version = "v1.30"
191-
githubbranch = "v1.30.3"
197+
githubbranch = "v1.30.12"
192198
docsbranch = "release-1.30"
193199
url = "https://v1-30.docs.kubernetes.io"
194200

195201
[[params.versions]]
196202
version = "v1.29"
197-
githubbranch = "v1.29.7"
203+
githubbranch = "v1.29.14"
198204
docsbranch = "release-1.29"
199205
url = "https://v1-29.docs.kubernetes.io"
200206

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