Skip to content

Commit 9cdc149

Browse files
committed
Updates v1.33 hugo.toml for release v1.33
Signed-off-by: Rayan Das <[email protected]>
1 parent 9664e0d commit 9cdc149

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
deprecated = false
@@ -174,35 +174,35 @@ js = [
174174
]
175175

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

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

188194
[[params.versions]]
189195
version = "v1.30"
190-
githubbranch = "v1.30.3"
196+
githubbranch = "v1.30.12"
191197
docsbranch = "release-1.30"
192198
url = "https://v1-30.docs.kubernetes.io"
193199

194200
[[params.versions]]
195201
version = "v1.29"
196-
githubbranch = "v1.29.7"
202+
githubbranch = "v1.29.14"
197203
docsbranch = "release-1.29"
198204
url = "https://v1-29.docs.kubernetes.io"
199205

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

0 commit comments

Comments
 (0)