diff --git a/_includes/api-version-matrix.md b/_includes/api-version-matrix.md index b9c56ceefe..89adc111a8 100644 --- a/_includes/api-version-matrix.md +++ b/_includes/api-version-matrix.md @@ -1,6 +1,7 @@ -| Docker version | Maximum API version | Change log | -|:---------------|:---------------------------|:----------------------------------------------------------| +| Docker version | Maximum API version | Change log | +|:---------------|:---------------------------|:---------------------------------------------------------| +| 18.05 | [1.37](/engine/api/v1.37/) | [changes](/engine/api/version-history/#v137-api-changes) | | 18.04 | [1.37](/engine/api/v1.37/) | [changes](/engine/api/version-history/#v137-api-changes) | | 18.03 | [1.37](/engine/api/v1.37/) | [changes](/engine/api/version-history/#v137-api-changes) | | 18.02 | [1.36](/engine/api/v1.36/) | [changes](/engine/api/version-history/#v136-api-changes) | diff --git a/_scripts/fetch-upstream-resources.sh b/_scripts/fetch-upstream-resources.sh index 9c98b7f6b6..22569faa4d 100755 --- a/_scripts/fetch-upstream-resources.sh +++ b/_scripts/fetch-upstream-resources.sh @@ -69,7 +69,7 @@ sedi "s/{{ site.latest_stable_docker_engine_api_version }}/$latest_stable_docker # Engine stable ENGINE_SVN_BRANCH="branches/18.03" ENGINE_BRANCH="18.03" -ENGINE_EDGE_BRANCH="18.04" +ENGINE_EDGE_BRANCH="18.05" # Distribution DISTRIBUTION_SVN_BRANCH="branches/release/2.6"