@@ -132,9 +132,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
132
132
description = " Production-Grade Container Orchestration"
133
133
showedit = true
134
134
135
- latest = " v1.32 "
135
+ latest = " v1.33 "
136
136
137
- version = " v1.32 "
137
+ version = " v1.33 "
138
138
githubbranch = " main"
139
139
docsbranch = " main"
140
140
# Should be changed to Docsy provided `archived_version` in the future.
@@ -175,35 +175,35 @@ js = [
175
175
]
176
176
177
177
[[params .versions ]]
178
- version = " v1.32 "
179
- githubbranch = " v1.32 .0"
178
+ version = " v1.33 "
179
+ githubbranch = " v1.33 .0"
180
180
docsbranch = " main"
181
181
url = " https://kubernetes.io"
182
182
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
+
183
189
[[params .versions ]]
184
190
version = " v1.31"
185
- githubbranch = " v1.31.0 "
191
+ githubbranch = " v1.31.8 "
186
192
docsbranch = " release-1.31"
187
193
url = " https://v1-31.docs.kubernetes.io"
188
194
189
195
[[params .versions ]]
190
196
version = " v1.30"
191
- githubbranch = " v1.30.3 "
197
+ githubbranch = " v1.30.12 "
192
198
docsbranch = " release-1.30"
193
199
url = " https://v1-30.docs.kubernetes.io"
194
200
195
201
[[params .versions ]]
196
202
version = " v1.29"
197
- githubbranch = " v1.29.7 "
203
+ githubbranch = " v1.29.14 "
198
204
docsbranch = " release-1.29"
199
205
url = " https://v1-29.docs.kubernetes.io"
200
206
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
-
207
207
# User interface configuration
208
208
[params .ui ]
209
209
# Enable to show the side bar menu in its compact state.
0 commit comments