@@ -142,8 +142,8 @@ latest = "v1.22"
142
142
143
143
fullversion = " v1.22.0"
144
144
version = " v1.22"
145
- githubbranch = " master "
146
- docsbranch = " master "
145
+ githubbranch = " main "
146
+ docsbranch = " main "
147
147
deprecated = false
148
148
currentUrl = " https://kubernetes.io/docs/home/"
149
149
nextUrl = " https://kubernetes-io-vnext-staging.netlify.com/"
@@ -181,30 +181,37 @@ js = [
181
181
fullversion = " v1.22.0"
182
182
version = " v1.22"
183
183
githubbranch = " v1.22.0"
184
- docsbranch = " master "
184
+ docsbranch = " main "
185
185
url = " https://kubernetes.io"
186
186
187
187
[[params .versions ]]
188
- fullversion = " v1.21.1 "
188
+ fullversion = " v1.21.4 "
189
189
version = " v1.21"
190
- githubbranch = " v1.21.1 "
190
+ githubbranch = " v1.21.4 "
191
191
docsbranch = " release-1.21"
192
192
url = " https://v1-21.docs.kubernetes.io"
193
193
194
194
[[params .versions ]]
195
- fullversion = " v1.20.7 "
195
+ fullversion = " v1.20.10 "
196
196
version = " v1.20"
197
- githubbranch = " v1.20.7 "
197
+ githubbranch = " v1.20.10 "
198
198
docsbranch = " release-1.20"
199
199
url = " https://v1-20.docs.kubernetes.io"
200
200
201
201
[[params .versions ]]
202
- fullversion = " v1.19.11 "
202
+ fullversion = " v1.19.14 "
203
203
version = " v1.19"
204
- githubbranch = " v1.19.11 "
204
+ githubbranch = " v1.19.14 "
205
205
docsbranch = " release-1.19"
206
206
url = " https://v1-19.docs.kubernetes.io"
207
207
208
+ [[params .versions ]]
209
+ fullversion = " v1.18.20"
210
+ version = " v1.18"
211
+ githubbranch = " v1.18.20"
212
+ docsbranch = " release-1.18"
213
+ url = " https://v1-18.docs.kubernetes.io"
214
+
208
215
# User interface configuration
209
216
[params .ui ]
210
217
# Enable to show the side bar menu in its compact state.
0 commit comments