From 2d3321ec444ef65be067dd93838e5d45d71e697d Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sun, 13 May 2018 00:27:51 +0000 Subject: [PATCH 1/2] Re-order CHANGELOG.md to pass `make validate` test This fix re-orders the CHANGELOG so that `make validate` test could pass. The validation requires that the date in the changelog is always ordered. Signed-off-by: Yong Tang Upstream-commit: 333693c37c8a2c14458d2a088829b9a2a3570eed Component: engine --- components/engine/CHANGELOG.md | 44 +++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index da052efc14..fec9269b79 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -5,6 +5,28 @@ information on the list of deprecated flags and APIs please have a look at https://docs.docker.com/engine/deprecated/ where target removal dates can also be found. +## 17.03.2-ce (2017-05-29) + +### Networking + +- Fix a concurrency issue preventing network creation [#33273](https://github.com/moby/moby/pull/33273) + +### Runtime + +- Relabel secrets path to avoid a Permission Denied on selinux enabled systems [#33236](https://github.com/moby/moby/pull/33236) (ref [#32529](https://github.com/moby/moby/pull/32529) +- Fix cases where local volume were not properly relabeled if needed [#33236](https://github.com/moby/moby/pull/33236) (ref [#29428](https://github.com/moby/moby/pull/29428)) +- Fix an issue while upgrading if a plugin rootfs was still mounted [#33236](https://github.com/moby/moby/pull/33236) (ref [#32525](https://github.com/moby/moby/pull/32525)) +- Fix an issue where volume wouldn't default to the `rprivate` propagation mode [#33236](https://github.com/moby/moby/pull/33236) (ref [#32851](https://github.com/moby/moby/pull/32851)) +- Fix a panic that could occur when a volume driver could not be retrieved [#33236](https://github.com/moby/moby/pull/33236) (ref [#32347](https://github.com/moby/moby/pull/32347)) ++ Add a warning in `docker info` when the `overlay` or `overlay2` graphdriver is used on a filesystem without `d_type` support [#33236](https://github.com/moby/moby/pull/33236) (ref [#31290](https://github.com/moby/moby/pull/31290)) +- Fix an issue with backporting mount spec to older volumes [#33207](https://github.com/moby/moby/pull/33207) +- Fix issue where a failed unmount can lead to data loss on local volume remove [#33120](https://github.com/moby/moby/pull/33120) + +### Swarm Mode + +- Fix a case where tasks could get killed unexpectedly [#33118](https://github.com/moby/moby/pull/33118) +- Fix an issue preventing to deploy services if the registry cannot be reached despite the needed images being locally present [#33117](https://github.com/moby/moby/pull/33117) + ## 17.05.0-ce (2017-05-04) ### Builder @@ -176,28 +198,6 @@ be found. * Block pulling Windows images on non-Windows daemons [#29001](https://github.com/docker/docker/pull/29001) -## 17.03.2-ce (2017-05-29) - -### Networking - -- Fix a concurrency issue preventing network creation [#33273](https://github.com/moby/moby/pull/33273) - -### Runtime - -- Relabel secrets path to avoid a Permission Denied on selinux enabled systems [#33236](https://github.com/moby/moby/pull/33236) (ref [#32529](https://github.com/moby/moby/pull/32529) -- Fix cases where local volume were not properly relabeled if needed [#33236](https://github.com/moby/moby/pull/33236) (ref [#29428](https://github.com/moby/moby/pull/29428)) -- Fix an issue while upgrading if a plugin rootfs was still mounted [#33236](https://github.com/moby/moby/pull/33236) (ref [#32525](https://github.com/moby/moby/pull/32525)) -- Fix an issue where volume wouldn't default to the `rprivate` propagation mode [#33236](https://github.com/moby/moby/pull/33236) (ref [#32851](https://github.com/moby/moby/pull/32851)) -- Fix a panic that could occur when a volume driver could not be retrieved [#33236](https://github.com/moby/moby/pull/33236) (ref [#32347](https://github.com/moby/moby/pull/32347)) -+ Add a warning in `docker info` when the `overlay` or `overlay2` graphdriver is used on a filesystem without `d_type` support [#33236](https://github.com/moby/moby/pull/33236) (ref [#31290](https://github.com/moby/moby/pull/31290)) -- Fix an issue with backporting mount spec to older volumes [#33207](https://github.com/moby/moby/pull/33207) -- Fix issue where a failed unmount can lead to data loss on local volume remove [#33120](https://github.com/moby/moby/pull/33120) - -### Swarm Mode - -- Fix a case where tasks could get killed unexpectedly [#33118](https://github.com/moby/moby/pull/33118) -- Fix an issue preventing to deploy services if the registry cannot be reached despite the needed images being locally present [#33117](https://github.com/moby/moby/pull/33117) - ## 17.03.1-ce (2017-03-27) ### Remote API (v1.27) & Client From 371327f90070659ceca9ebe308090ca14034205c Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sun, 13 May 2018 13:22:14 +0000 Subject: [PATCH 2/2] Fix incorrect link in version-history.md In version-history.md, the link for `Docker Engine API v1.37` was pointed to `v1.36`. This fix fixes the incorrect link. Signed-off-by: Yong Tang Upstream-commit: 6d66743ae3da148adbd29fb7e0c0433e93fec12b Component: engine --- components/engine/docs/api/version-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/api/version-history.md b/components/engine/docs/api/version-history.md index 51111bf061..61245e14a7 100644 --- a/components/engine/docs/api/version-history.md +++ b/components/engine/docs/api/version-history.md @@ -15,7 +15,7 @@ keywords: "API, Docker, rcli, REST, documentation" ## v1.37 API changes -[Docker Engine API v1.37](https://docs.docker.com/engine/api/v1.36/) documentation +[Docker Engine API v1.37](https://docs.docker.com/engine/api/v1.37/) documentation * `POST /containers/create` and `POST /services/create` now supports exposing SCTP ports. * `POST /configs/create` and `POST /configs/{id}/create` now accept a `Templating` driver.