From 385a8132bd6fbf2d3a44363684199bdedb6913bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:35:03 +0800 Subject: [PATCH 1/2] chore(deps): bump github.com/docker/docker from 27.1.1+incompatible to 27.3.1+incompatible (#3556) chore(deps): bump github.com/docker/docker Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.1.1+incompatible to 27.3.1+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/compare/v27.1.1...v27.3.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b41eacfd8f7..0e5ca7d9034 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/deckarep/golang-set/v2 v2.6.0 github.com/distribution/distribution/v3 v3.0.0-20220620080156-3e4f8a0ab147 github.com/docker/distribution v2.8.3+incompatible - github.com/docker/docker v27.1.1+incompatible + github.com/docker/docker v27.3.1+incompatible github.com/docker/go-connections v0.5.0 github.com/docker/go-units v0.4.0 github.com/gaius-qi/ping v1.0.0 diff --git a/go.sum b/go.sum index 168ccd0c114..5c9695df1c4 100644 --- a/go.sum +++ b/go.sum @@ -400,8 +400,8 @@ github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4Kfc github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v1.4.2-0.20200319182547-c7ad2b866182/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v20.10.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v27.1.1+incompatible h1:hO/M4MtV36kzKldqnA37IWhebRA+LnqqcqDja6kVaKY= -github.com/docker/docker v27.1.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI= +github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= From da109723327cad882776e5d24dac872ca09102f5 Mon Sep 17 00:00:00 2001 From: Gaius Date: Fri, 11 Oct 2024 20:18:36 +0800 Subject: [PATCH 2/2] chore: update rust client and console submodule (#3567) Signed-off-by: Gaius --- client-rs | 2 +- deploy/docker-compose/docker-compose.yaml | 1 - manager/console | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client-rs b/client-rs index 92e21fbfb59..e54b93dc7d7 160000 --- a/client-rs +++ b/client-rs @@ -1 +1 @@ -Subproject commit 92e21fbfb5992a04ce2e53e2c7e54b78483d7a6b +Subproject commit e54b93dc7d73159e70b60245eefde7590f596949 diff --git a/deploy/docker-compose/docker-compose.yaml b/deploy/docker-compose/docker-compose.yaml index f743eb19f64..e200045b850 100644 --- a/deploy/docker-compose/docker-compose.yaml +++ b/deploy/docker-compose/docker-compose.yaml @@ -1,4 +1,3 @@ -version: "3" services: redis: image: redis:6-alpine diff --git a/manager/console b/manager/console index b8e77ff88b3..e868d5cb2ea 160000 --- a/manager/console +++ b/manager/console @@ -1 +1 @@ -Subproject commit b8e77ff88b36b17f00eac4f33ce455d6b4ff07fc +Subproject commit e868d5cb2eafe598eda6ec8bbd8c379960d125a7