Update SwarmKit to 6bc357e9c5f0ac2cdf801898a43d08c260b4d5d0#31091
Merged
aaronlehmann merged 1 commit intomoby:masterfrom Feb 17, 2017
Merged
Update SwarmKit to 6bc357e9c5f0ac2cdf801898a43d08c260b4d5d0#31091aaronlehmann merged 1 commit intomoby:masterfrom
aaronlehmann merged 1 commit intomoby:masterfrom
Conversation
This fix tries to update the SwarmKit from ed384f3 to 6bc357e The following is the list of docker related changes: 1. Took long time for Docker Swarm service turn desired state from Ready to Running (Issue moby#28291) 2. Native Swarm in 1.12 - panic: runtime error: index out of range (Issue moby#25608) 3. Global mode target replicas keep increasing (Issue moby#30854) 4. Creating service with publish mode=host and without published port crashes swarm manager (Issue moby#30938) 5. Define signals used to stop containers for updates (Issue moby#25696) (PR moby#30754) This fix fixes moby#28291, moby#25608, moby#30854, moby#30938. This fix is required by PR moby#30754. Signed-off-by: Yong Tang <[email protected]>
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fix tries to update the SwarmKit to
6bc357e9c5f0ac2cdf801898a43d08c260b4d5d0from
ed384f3b3957f65e3111bd020f9815f3d4296fa2The following is the list of docker related changes:
--stop-signalforservice createandservice update#30754)This fix fixes #28291, #25608, #30854, #30938 in master branch (Fix for #28291, #25608 and #30938 in 1.13.x branch have been addressed by PR #31030)
This fix is required by PR #30754.
Fixes #28291
Fixes #25608
Fixes #30854
Fixes #30938
Fixes #31100
Signed-off-by: Yong Tang [email protected]