-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Bump SwarmKit to 831df679a0b8a21b4dccd5791667d030642de7ff #36701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
integration/network/service_test.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 rest 8000 ore networks in order Also adds github.com/fernet/fernet-go as a new dependency Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Updated to include the changes from #36767 Extra changes: moby/swarmkit@82b9ea7...831df67
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🌮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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