Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

[18.06] Bump SwarmKit to 8852e88 #32

Merged
merged 1 commit into from
Aug 7, 2018

Conversation

thaJeztah
Copy link
Member

Backport of moby#37586 for 18.06

git checkout -b 18.06-bump_swarmkit ce-engine/18.06
git cherry-pick -s -S -x 660fa129c0ea09c1aa1770b5f2d26ec762213484
git push -u origin

cherry-pick was clean; no conflicts

Full diff: moby/swarmkit@6826639...8852e88

Relevant changes;

Relevant changes;

- swarmkit moby#2593 agent: return error when failing to apply network key
- swarmkit moby#2645 Replace deprecated grpc functions
- swarmkit moby#2720 Test if error is nil before to log it
- swarmkit moby#2712 [orchestrator] Fix task sorting
- swarmkit moby#2677 [manager/orchestrator/reaper] Fix the condition used for skipping over running tasks

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit 660fa12)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah
Copy link
Member Author

ping @anshulpundir @dperny

@thaJeztah thaJeztah added this to the 18.06.1 milestone Aug 6, 2018
@andrewhsu andrewhsu requested a review from dperny August 7, 2018 01:19
@andrewhsu andrewhsu changed the title [18.06] Bump SwarmKit to 8852e8840e30d69db0b39a4a3d6447362e17c64f [18.06] Bump SwarmKit to 8852e88 Aug 7, 2018
@andrewhsu andrewhsu merged commit 5150e82 into docker-archive:18.06 Aug 7, 2018
@thaJeztah thaJeztah deleted the 18.06-bump_swarmkit branch August 7, 2018 11:41
docker-jenkins pushed a commit that referenced this pull request May 3, 2019
1. There is no need to persist DOCKER_GITCOMMIT,
as it's not needed for runtime, only for build.
So, remove ENV.

2. In case $GITCOMMIT is not defined during build time
(and it happens if .git directory is not present),
we still need to have some value set, so set it to
`undefined`. Otherwise we'll have something like

>  => ERROR [builder 2/3] RUN hack/make.sh build-integration-test-binary
> ------
>  > [builder 2/3] RUN hack/make.sh build-integration-test-binary:
> #32 0.488
> #32 0.505 error: .git directory missing and DOCKER_GITCOMMIT not specified
> #32 0.505   Please either build with the .git directory accessible, or specify the
> #32 0.505   exact (--short) commit hash you are building using DOCKER_GITCOMMIT for
> #32 0.505   future accountability in diagnosing build issues.  Thanks!

Signed-off-by: Kir Kolyshkin <[email protected]>
andrewhsu pushed a commit that referenced this pull request May 14, 2019
1. There is no need to persist DOCKER_GITCOMMIT,
as it's not needed for runtime, only for build.
So, remove ENV.

2. In case $GITCOMMIT is not defined during build time
(and it happens if .git directory is not present),
we still need to have some value set, so set it to
`undefined`. Otherwise we'll have something like

>  => ERROR [builder 2/3] RUN hack/make.sh build-integration-test-binary
> ------
>  > [builder 2/3] RUN hack/make.sh build-integration-test-binary:
> #32 0.488
> #32 0.505 error: .git directory missing and DOCKER_GITCOMMIT not specified
> #32 0.505   Please either build with the .git directory accessible, or specify the
> #32 0.505   exact (--short) commit hash you are building using DOCKER_GITCOMMIT for
> #32 0.505   future accountability in diagnosing build issues.  Thanks!

Signed-off-by: Kir Kolyshkin <[email protected]>
(cherry picked from commit c3b2494)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants