1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #25713 from thaJeztah/update-changelog

[1.12.1] Add removal of "--network-add" / "--network-rm" to changelog
This commit is contained in:
Tibor Vass 2016-08-15 10:34:16 -07:00 committed by GitHub
commit 8dae3ecff0

View file

@ -41,6 +41,9 @@ systemctl restart docker` to reload changes and (re)start the docker daemon.
- Fix a crash on `service inspect` [#25454](https://github.com/docker/docker/pull/25454) - Fix a crash on `service inspect` [#25454](https://github.com/docker/docker/pull/25454)
- Fix issue preventing `service update --env-add` to work as intended [#25427](https://github.com/docker/docker/pull/25427) - Fix issue preventing `service update --env-add` to work as intended [#25427](https://github.com/docker/docker/pull/25427)
- Fix issue preventing `service update --publish-add` to work as intended [#25428](https://github.com/docker/docker/pull/25428) - Fix issue preventing `service update --publish-add` to work as intended [#25428](https://github.com/docker/docker/pull/25428)
- Remove `service update --network-add` and `service update --network-rm` flags
because this feature is not yet implemented in 1.12, but was inadvertently added
to the client in 1.12.0 [#25646](https://github.com/docker/docker/pull/25646)
### Contrib ### Contrib