This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[17.07] Re-vendor swarmkit #136
Merged
Merged
Conversation
- moby/swarmkit#2288 (Allow updates of failed services with restart policy "none") - moby/swarmkit#2304 (Reset restart history when task spec changes) - moby/swarmkit#2309 (updating the service spec version when rolling back) - moby/swarmkit#2310 (fix for slow swarm shutdown) Signed-off-by: Ying <ying.li@docker.com>
|
Tests are failing, but I don't think it's related to the changes here. It seems to be because this repo runs the integration tests with a newer version of the CLI. There's been at least one PR in moby/moby that updates tests to be compatible with a current version of the CLI, but it was refused (moby/moby#33386). |
Contributor
|
Test Failures: Test failures seem consistent to what we're seeing with docker-integration-tests job and do not seem to be related to this specific PR. |
Contributor
|
LGTM |
docker-jenkins
pushed a commit
that referenced
this pull request
Aug 8, 2018
Merged with https://github.com/seemethere/unir Upstream-commit: 7dcf805d9f7b1f633a371ee46b24b86cd7bceca9 Component: packaging
docker-jenkins
pushed a commit
that referenced
this pull request
Dec 13, 2018
[18.09 engine] registry: use len(via)!=0 instead of via!=nil Upstream-commit: 01c732d40a3f67bed801f8fd4b62f3dbc035b788 Component: engine
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Feb 3, 2020
[17.07] Re-vendor swarmkit
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 vendoring comes from the swarmkit
bump_17.07branch, and includes the following fixes:cc @aaronlehmann