[17.09] update changelog for 17.09.0-ce release#252
[17.09] update changelog for 17.09.0-ce release#252andrewhsu merged 1 commit intodocker-archive:17.09from andrewhsu:cl
Conversation
|
I think there's some cherry-picks we need to include in the changelog; I'll try to have a look |
mdlinville
left a comment
There was a problem hiding this comment.
Looking at the changelog, is there any way we can control the heading titles? For Docs we prefer use sentence case (Swarm mode, not Swarm Mode), and if it would be an easy change to make going forward, that would be grand.
| * Windows: named pipe mounts [moby/moby#33852](https://github.com/moby/moby/pull/33852) | ||
|
|
||
| ### Swarm Mode | ||
| ### Swarm mode |
There was a problem hiding this comment.
Thanks for making the change. I don't want you to have to manually change it each time, hopefully you can automate that?
|
@vieux @thaJeztah i've updated with the things that went into the rc3 release |
|
LGTM |
|
oh, was just about to post changes here; diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59da916474..1d4b065281 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,9 +23,16 @@ be found.
+ Add ulimits to unsupported compose fields [docker/cli#482](https://github.com/docker/cli/pull/482)
+ Add `--format` to `docker-search` [docker/cli#440](https://github.com/docker/cli/pull/440)
* Show images digests when `{{.Digest}}` is in format [docker/cli#439](https://github.com/docker/cli/pull/439)
-* Print timestamp when `--human=true` [docker/cli#438](https://github.com/docker/cli/pull/438)
+* Print output of `docker stack rm` on `stdout` instead of `stderr` [docker/cli#491](https://github.com/docker/cli/pull/491)
+- Fix `docker history --format '{{json .}}'` printing human-readable timestamps instead of ISO8601 when `--human=true` [docker/cli#438](https://github.com/docker/cli/pull/438)
+- Fix idempotence of `docker stack deploy` when secrets or configs are used [docker/cli#509](https://github.com/docker/cli/pull/509)
+- Fix presentation of random host ports [docker/cli#404](https://github.com/docker/cli/pull/404)
+### Logging
+
+- Fix Splunk logger not transmitting log data when tag is empty and raw-mode is used [moby/moby#34520](https://github.com/moby/moby/pull/34520)
+
### Networking
+ Add the control plane MTU option in the daemon config [moby/moby#34103](https://github.com/moby/moby/pull/34103)
@@ -42,12 +49,22 @@ be found.
* LCOW: Remove hard-coding [moby/moby#34398](https://github.com/moby/moby/pull/34398)
* LCOW: WORKDIR correct handling [moby/moby#34405](https://github.com/moby/moby/pull/34405)
* Windows: named pipe mounts [moby/moby#33852](https://github.com/moby/moby/pull/33852)
+- Fix "permission denied" errors when accessing volume with SELinux enforcing mode [moby/moby#34684](https://github.com/moby/moby/pull/34684)
+- Fix layers size reported as `0` in `docker system df` [moby/moby#34826](https://github.com/moby/moby/pull/34826)
+- Fix some "device or resource busy" errors when removing containers on RHEL 7.4 based kernels [moby/moby#34886](https://github.com/moby/moby/pull/34886)
### Swarm mode
* Include whether the managers in the swarm are autolocked as part of `docker info` [docker/cli#471](https://github.com/docker/cli/pull/471)
+ Add 'docker service rollback' subcommand [docker/cli#205](https://github.com/docker/cli/pull/205)
+- Fix managers failing to join if the gRPC snapshot is larger than 4MB [docker/swarmkit#2375](https://github.com/docker/swarmkit/pull/2375)
+- Fix "permission denied" errors for configuration file in SELinux-enabled containers [moby/moby#34732](https://github.com/moby/moby/pull/34732)
+- Fix services failing to deploy on ARM nodes [moby/moby#34021](https://github.com/moby/moby/pull/34021)
### Packaging
+ Build scripts for ppc64el on Ubuntu [docker/docker-ce-packaging#43](https://github.com/docker/docker-ce-packaging/pull/43)
+
+### Deprecation
+
++ Remove deprecated `--enable-api-cors` daemon flag [moby/moby#34821](https://github.com/moby/moby/pull/34821)
\ No newline at end of file |
CHANGELOG.md
Outdated
| * LCOW: WORKDIR correct handling [moby/moby#34405](https://github.com/moby/moby/pull/34405) | ||
| * Windows: named pipe mounts [moby/moby#33852](https://github.com/moby/moby/pull/33852) | ||
| * Fix layers size reported as 0 in `docker system df` [moby/moby#34826](https://github.com/moby/moby/pull/34826) | ||
| * Fix `device or resource busy` bug when removing stopped container [moby/moby#34886](https://github.com/moby/moby/pull/34886) |
There was a problem hiding this comment.
I slightly changed it in my patch to "some" device or resource busy issues, because this is just one possible situation (there may still be others that are not addressed)
There was a problem hiding this comment.
i'll remove this line because you already added it in Networking section
There was a problem hiding this comment.
No it's in Runtime (but the diff skipped those lines :D)
CHANGELOG.md
Outdated
| * LCOW: Remove hard-coding [moby/moby#34398](https://github.com/moby/moby/pull/34398) | ||
| * LCOW: WORKDIR correct handling [moby/moby#34405](https://github.com/moby/moby/pull/34405) | ||
| * Windows: named pipe mounts [moby/moby#33852](https://github.com/moby/moby/pull/33852) | ||
| * Fix layers size reported as 0 in `docker system df` [moby/moby#34826](https://github.com/moby/moby/pull/34826) |
There was a problem hiding this comment.
i'll remove this line too because already in Networking section
Signed-off-by: Andrew Hsu <[email protected]>
|
@thaJeztah moved the 3 networking items to runtime section after going over with @fcrisciani |
[18.09 backport] Restore `Type=notify` in Systemd unit Upstream-commit: 50b5361dabe74c9511ad41586461415d021e7b93 Component: packaging
[19.03 backport] Revert moby/swarmkit#2804 Upstream-commit: 0678d71038ff7a253e67392675485309b971ecb8 Component: engine
From PRs merged in the
17.09.0milestone: https://github.com/docker/docker-ce/milestone/6?closed=1Signed-off-by: Andrew Hsu [email protected]