Skip to content

Commit

Permalink
update overridden config for 1.10 (#7847)
Browse files Browse the repository at this point in the history
* update overridden config for 1.10

* fix config file per comments
  • Loading branch information
Bradamant3 authored and k8s-ci-robot committed Mar 26, 2018
1 parent 8e33f9c commit a4c1870
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,27 @@ incremental: true
safe: false
lsi: false

latest: "v1.9"
latest: "v1.10"
defaults:
-
scope:
path: ""
values:
fullversion: "v1.9.0"
version: "v1.9"
fullversion: "v1.10.0"
version: "v1.10"
githubbranch: "master"
docsbranch: "master"
versions:
- fullversion: "v1.10.0"
version: "v1.10"
githubbranch: "v1.10.0"
docsbranch: "release-1.10"
url: https://kubernetes.io
- fullversion: "v1.9.0"
version: "v1.9"
githubbranch: "v1.9.0"
docsbranch: "release-1.9"
url: https://kubernetes.io
url: https://v1-9.docs.kubernetes.io
- fullversion: "v1.8.4"
version: "v1.8"
githubbranch: "v1.8.4"
Expand All @@ -44,11 +49,6 @@ defaults:
githubbranch: "v1.6.8"
docsbranch: "release-1.6"
url: https://v1-6.docs.kubernetes.io
- fullversion: "v1.5.7"
version: "v1.5"
githubbranch: "v1.5.7"
docsbranch: "release-1.5"
url: https://v1-5.docs.kubernetes.io
deprecated: false
currentUrl: https://kubernetes.io/docs/home/
nextUrl: http://kubernetes-io-vnext-staging.netlify.com/
Expand Down

0 comments on commit a4c1870

Please sign in to comment.