Merge pull request #25761 from thaJeztah/update-changelog

Update 1.12.1 changelog for networking fixes
This commit is contained in:
Sebastiaan van Stijn 2016-08-16 21:51:27 +02:00 committed by GitHub
commit 0c369b1a5c

View file

@ -56,6 +56,8 @@ systemctl restart docker` to reload changes and (re)start the docker daemon.
- Fix random network issues on service with published port [#25603](https://github.com/docker/docker/pull/25603)
- Fix unreliable inter-service communication after scaling down and up [#25603](https://github.com/docker/docker/pull/25603)
- Fix issue where removing all tasks on a node and adding them back breaks connectivity with other services [#25603](https://github.com/docker/docker/pull/25603)
- Fix issue where a task that fails to start results in a race, causing a `network xxx not found` error that masks the actual error [#25550](https://github.com/docker/docker/pull/25550)
- Relax validation of SRV records for external services that use SRV records not formatted according to RFC 2782 [#25739](https://github.com/docker/docker/pull/25739)
### Plugins (experimental)