This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[18.03] update swarmkit#521
Closed
thaJeztah wants to merge 3 commits into
Closed
Conversation
…4301" This reverts commit 2d690d4. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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> (cherry picked from commit 27749659d5a30999691e401a351221780a483099) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Relevant changes: - moby/swarmkit#2551 RoleManager will remove deleted nodes from the cluster membership - moby/swarmkit#2574 Scheduler/TaskReaper: handle unassigned tasks marked for shutdown - moby/swarmkit#2561 Avoid predefined error log - moby/swarmkit#2557 Task reaper should delete tasks with removed slots that were not yet assigned - moby/swarmkit#2587 [fips] Agent reports FIPS status - moby/swarmkit#2603 Fix manager/state/store.timedMutex Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 333b2f28fef4ba857905e7263e7b9bbbf7c522fc) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
|
moby/swarmkit#2574 (included in this bump) is being reverted in |
Contributor
|
Closing this PR because docker-ce 18.03 is EOL. |
docker-jenkins
pushed a commit
that referenced
this pull request
Feb 23, 2021
deb: add support for building debian 11 "Bullseye" Upstream-commit: 7889cc4 Component: packaging
akrasnov-drv
pushed a commit
to drivenets/docker-ce
that referenced
this pull request
Apr 23, 2023
deb: add support for building debian 11 "Bullseye"
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.
Bump SwamKit to latest version (full diff: moby/swarmkit@11d7b06...9c2aa15)
cherry-picks of:
revert [18.03] disallow attaching ingress network #453 (superseded by cherry-picks below)
Bump SwarmKit to 831df679a0b8a21b4dccd5791667d030642de7ff moby/moby#36701 Bump SwarmKit to 831df679a0b8a21b4dccd5791667d030642de7ff
Full diff: moby/swarmkit@11d7b06...831df67
Changes included:
Bump SwarmKit to 9c2aa152c3054371b833483a7ddad8d15052ec4f moby/moby#36880 Bump SwarmKit to 9c2aa152c3054371b833483a7ddad8d15052ec4f
Full diff: moby/swarmkit@831df67...9c2aa15
Relevant changes:
no conflicts