Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

[17.09] update changelog for 17.09.0-ce release#252

Merged
andrewhsu merged 1 commit intodocker-archive:17.09from
andrewhsu:cl
Sep 26, 2017
Merged

[17.09] update changelog for 17.09.0-ce release#252
andrewhsu merged 1 commit intodocker-archive:17.09from
andrewhsu:cl

Conversation

@andrewhsu
Copy link
Contributor

@andrewhsu andrewhsu commented Sep 22, 2017

@andrewhsu andrewhsu added this to the 17.09.0 milestone Sep 22, 2017
@thaJeztah
Copy link
Member

I think there's some cherry-picks we need to include in the changelog; I'll try to have a look

Copy link
Contributor

@mdlinville mdlinville left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the change. I don't want you to have to manually change it each time, hopefully you can automate that?

@andrewhsu
Copy link
Contributor Author

@vieux @thaJeztah i've updated with the things that went into the rc3 release

@andrewhsu andrewhsu changed the title WIP [17.09] update changelog for 17.09.0-ce release [17.09] update changelog for 17.09.0-ce release Sep 26, 2017
@vieux
Copy link
Contributor

vieux commented Sep 26, 2017

LGTM

@thaJeztah
Copy link
Member

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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Copy link
Contributor Author

@andrewhsu andrewhsu Sep 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll remove this line because you already added it in Networking section

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll remove this line too because already in Networking section

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andrewhsu
Copy link
Contributor Author

@thaJeztah moved the 3 networking items to runtime section after going over with @fcrisciani

Copy link

@fcrisciani fcrisciani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andrewhsu andrewhsu merged commit 3b0f381 into docker-archive:17.09 Sep 26, 2017
@andrewhsu andrewhsu deleted the cl branch September 26, 2017 22:24
docker-jenkins pushed a commit that referenced this pull request Oct 18, 2018
[18.09 backport] Restore `Type=notify` in Systemd unit
Upstream-commit: 50b5361dabe74c9511ad41586461415d021e7b93
Component: packaging
docker-jenkins pushed a commit that referenced this pull request Jun 4, 2019
[19.03 backport] Revert moby/swarmkit#2804
Upstream-commit: 0678d71038ff7a253e67392675485309b971ecb8
Component: engine
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants