Update product versions in _config.yml

This commit is contained in:
gbarr01 2018-04-10 09:53:36 -07:00 committed by Gwendolynne Barr
parent 542032cf21
commit 20d4031f8b
1 changed files with 3 additions and 3 deletions

View File

@ -13,15 +13,15 @@ safe: false
lsi: false
url: https://docs.docker.com
# This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile)
keep_files: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.12", "v1.13", "v17.03", "v17.06", "v17.09", "v17.12"]
keep_files: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.12", "v1.13", "v17.03", "v17.06", "v17.09", "v17.12",, "v18.03"]
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks"]
# Component versions -- address like site.docker_ce_stable_version
# You can't have - characters in these for non-YAML reasons
docker_ce_stable_version: "18.03"
latest_stable_docker_engine_api_version: "1.37"
docker_ce_edge_version: "18.03"
docker_ce_stable_version: "18.04"
docker_ce_edge_version: "18.04"
docker_ee_version: "17.06"
compose_version: "1.21.0"
machine_version: "0.14.0"