@@ -132,10 +132,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
132132description = " Production-Grade Container Orchestration"
133133showedit = true
134134
135- latest = " v1.34 "
135+ latest = " v1.35 "
136136
137137version = " v1.33"
138- githubbranch = " v1.33.4 "
138+ githubbranch = " v1.33.6 "
139139docsbranch = " release-1.33"
140140# Should be changed to Docsy provided `archived_version` in the future.
141141deprecated = 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"
180180docsbranch = " main"
181181url = " 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 ]]
184190version = " v1.33"
185- githubbranch = " v1.33.4 "
191+ githubbranch = " v1.33.6 "
186192docsbranch = " release-1.33"
187193url = " https://v1-33.docs.kubernetes.io"
188194
189195[[params .versions ]]
190196version = " v1.32"
191- githubbranch = " v1.32.8 "
197+ githubbranch = " v1.32.10 "
192198docsbranch = " release-1.32"
193199url = " https://v1-32.docs.kubernetes.io"
194200
195201[[params .versions ]]
196202version = " v1.31"
197- githubbranch = " v1.31.12 "
203+ githubbranch = " v1.31.14 "
198204docsbranch = " release-1.31"
199205url = " 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