From ee83ee5115f21a8dd7c2e88ba721c85c37a28655 Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Mon, 9 Nov 2015 12:36:27 -0500 Subject: [PATCH 1/2] Bump version to v1.9.1 Signed-off-by: Tibor Vass Conflicts: VERSION Upstream-commit: fefbb507a9c78f947e333b2e5eaf5923fc8709a8 Component: engine --- components/engine/CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++ components/engine/VERSION | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index f58945145a..c5be56c5b7 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -5,6 +5,46 @@ information on the list of deprecated flags and APIs please have a look at https://docs.docker.com/misc/deprecated/ where target removal dates can also be found. +## 1.9.1 + +## Runtime + +- Do not prevent daemon from booting if images could not be restored (#17695) +- Force IPC mount to unmount on daemon shutdown/init (#17539) +- Turn IPC unmount errors into warnings (#17554) +- Fix `docker stats` performance regression (#17638) +- Clarify cryptic error message upon `docker logs` if `--log-driver=none` (#17767) +- Fix seldom panics (#17639, #17634, #17703) +- Fix opq whiteouts problems for files with dot prefix (#17819) +- devicemapper: try defaulting to xfs instead of ext4 for performance reasons (#17903, #17918) +- devicemapper: fix displayed fs in docker info (#17974) +- selinux: only relabel if user requested so with the `z` option (#17450, #17834) +- Do not make network calls when normalizing names (#18014) + +## Client + +- Fix `docker login` on windows (#17738) +- Fix bug with `docker inspect` output when not connected to daemon (#17715) +- Fix `docker inspect -f {{.HostConfig.Dns}} somecontainer` (#17680) + +## Builder + +- Fix regression with symlink behavior in ADD/COPY (#17710) + +## Networking + +- Allow passing a network ID as an argument for `--net` (#17558) +- Fix connect to host and prevent disconnect from host for `host` network (#17476) +- Fix `--fixed-cidr` issue when gateway ip falls in ip-range and ip-range is + not the first block in the network (#17853) +- Restore deterministic `IPv6` generation from `MAC` address on default `bridge` network (#17890) +- Allow port-mapping only for endpoints created on docker run (#17858) +- Fixed an endpoint delete issue with a possible stale sbox (#18102) + +## Distribution + +- Correct parent chain in v2 push when v1Compatibility files on the disk are inconsistent (#18047) + ## 1.9.0 (2015-11-03) ### Runtime diff --git a/components/engine/VERSION b/components/engine/VERSION index a01185b4d6..9ab8337f39 100644 --- a/components/engine/VERSION +++ b/components/engine/VERSION @@ -1 +1 @@ -1.10.0-dev +1.9.1 From 81780d8309db61de74fdcadbe35250e4498bbd44 Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Fri, 20 Nov 2015 13:40:25 -0500 Subject: [PATCH 2/2] Bump version back to 1.10.0-dev Signed-off-by: Tibor Vass Upstream-commit: 75cb2dfe911c39a084b78a5b0d79d11b0792dbed Component: engine --- components/engine/CHANGELOG.md | 10 +++++----- components/engine/VERSION | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index c5be56c5b7..824cb39017 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -7,7 +7,7 @@ be found. ## 1.9.1 -## Runtime +### Runtime - Do not prevent daemon from booting if images could not be restored (#17695) - Force IPC mount to unmount on daemon shutdown/init (#17539) @@ -21,17 +21,17 @@ be found. - selinux: only relabel if user requested so with the `z` option (#17450, #17834) - Do not make network calls when normalizing names (#18014) -## Client +### Client - Fix `docker login` on windows (#17738) - Fix bug with `docker inspect` output when not connected to daemon (#17715) - Fix `docker inspect -f {{.HostConfig.Dns}} somecontainer` (#17680) -## Builder +### Builder - Fix regression with symlink behavior in ADD/COPY (#17710) -## Networking +### Networking - Allow passing a network ID as an argument for `--net` (#17558) - Fix connect to host and prevent disconnect from host for `host` network (#17476) @@ -41,7 +41,7 @@ be found. - Allow port-mapping only for endpoints created on docker run (#17858) - Fixed an endpoint delete issue with a possible stale sbox (#18102) -## Distribution +### Distribution - Correct parent chain in v2 push when v1Compatibility files on the disk are inconsistent (#18047) diff --git a/components/engine/VERSION b/components/engine/VERSION index 9ab8337f39..a01185b4d6 100644 --- a/components/engine/VERSION +++ b/components/engine/VERSION @@ -1 +1 @@ -1.9.1 +1.10.0-dev