Bump SwarmKit to 831df679a0b8a21b4dccd5791667d030642de7ff#36701
Merged
anusha-ragunathan merged 1 commit intomoby:masterfrom Apr 4, 2018
Merged
Bump SwarmKit to 831df679a0b8a21b4dccd5791667d030642de7ff#36701anusha-ragunathan merged 1 commit intomoby:masterfrom
anusha-ragunathan merged 1 commit intomoby:masterfrom
Conversation
Member
Author
|
whoops, forgot to add the new dependency; fixing fixed |
976fa1c to
138452e
Compare
Member
Author
|
Attaching to ingress network is now forbidden, so looks like there’s a test to update; |
Codecov Report
@@ Coverage Diff @@
## master #36701 +/- ##
==========================================
+ Coverage 34.93% 34.94% +0.01%
==========================================
Files 614 614
Lines 45645 45645
==========================================
+ Hits 15944 15951 +7
+ Misses 27607 27595 -12
- Partials 2094 2099 +5 |
thaJeztah
commented
Apr 2, 2018
integration/network/service_test.go
Outdated
Member
Author
There was a problem hiding this comment.
Attaching services to the ingress network is no longer allowed.
Discussing with @ctelfer This test needed a container to be attached to the ingress network, which is satisfied by the service publishing a port (which implicitly attaches it to the ingress network).
Changes included: - Ingress network should not be attachable - [manager/state] Add fernet as an option for raft encryption - Log GRPC server errors - Log leadership changes at manager level - [state/raft] Increase raft ElectionTick to 10xHeartbeatTick - Remove the containerd executor - agent: backoff session when no remotes are available - [ca/manager] Remove root CA key encryption support entirely - Fix agent logging race (fixes moby/swarmkit#2576) - Adding logic to restore networks in order Also adds github.com/fernet/fernet-go as a new dependency Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
|
Updated to include the changes from #36767 Extra changes: moby/swarmkit@82b9ea7...831df67
|
anshulpundir
approved these changes
Apr 3, 2018
Member
Author
|
Janky failures are flaky tests: https://jenkins.dockerproject.org/job/Docker-PRs/48842/console (tracked through #36501) |
This was referenced Apr 4, 2018
Merged
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.
Full diff: moby/swarmkit@49a9d7f...831df67
Changes included:
ping @anshulpundir @fcrisciani @stevvooe