Bump SwarmKit to 831df679a0b8a21b4dccd5791667d030642de7ff#36701
Bump SwarmKit to 831df679a0b8a21b4dccd5791667d030642de7ff#36701anusha-ragunathan merged 1 commit intomoby:masterfrom
Conversation
|
whoops, forgot to add the new dependency; fixing fixed |
976fa1c to
138452e
Compare
|
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 |
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 <[email protected]>
|
Updated to include the changes from #36767 Extra changes: moby/swarmkit@82b9ea7...831df67
|
|
Janky failures are flaky tests: https://jenkins.dockerproject.org/job/Docker-PRs/48842/console (tracked through #36501) |
Full diff: moby/swarmkit@49a9d7f...831df67
Changes included:
ping @anshulpundir @fcrisciani @stevvooe