From d4b11703fd5eb9fd05d9b2e7aec47aaab945cf15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Jun 2026 14:48:27 +0000 Subject: [PATCH] chore(deps): bump github.com/docker/secrets-engine/client to v0.0.29 https://github.com/docker/secrets-engine/compare/client/v0.0.9...client/v0.0.29 - chore: bump x/v0.0.15-do.not.use - chore: bump x/v0.0.16-do.not.use - chore: bump x/v0.0.19-do.not.use - chore: bump x/v0.0.20-do.not.use - feat: move to standalone daemon socket path - feat: add license headers - feat: optional configuration to change response header timeout - feat: check dial errors and return appropriate error - test: client returns correct error on unavailable engine - fix(ci): get pipelines running again - fix: address govulncheck issues - chore: bump x/v0.0.21-do.not.use - chore: use x/v0.0.22 - feat: export realms from client - chore: update license headers - chore: bump x/v0.0.23-do.not.use - chore: bump x/v0.0.24-do.not.use - chore: bump x/v0.0.25-do.not.use - chore: use go 1.25.8 - chore: bump x/v0.0.26-do.not.use - chore: bump x/v0.0.27-do.not.use - feat(api): add daemon/v1 VersionService proto endpoint - chore: bump x/v0.0.28-do.not.use - feat(client): add "configurable" field from list API - feat: engine management API - chore: bump x/v0.0.29-do.not.use - feat: run status field - chore: bump x/v0.0.30-do.not.use - feat(x): status message field - chore: bump go version - chore: bump x/v0.0.31-do.not.use - chore: bump x/v0.0.32-do.not.use - fix: govulncheck - fix: bump Go to 1.25.11 to resolve stdlib vulnerabilities --- plugins/pass/go.mod | 2 +- vendor/modules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/pass/go.mod b/plugins/pass/go.mod index 3f846237..51964de2 100644 --- a/plugins/pass/go.mod +++ b/plugins/pass/go.mod @@ -9,7 +9,7 @@ replace github.com/docker/secrets-engine/store => ./../../store replace github.com/docker/secrets-engine/x => ./../../x require ( - github.com/docker/secrets-engine/client v0.0.9 + github.com/docker/secrets-engine/client v0.0.29 github.com/docker/secrets-engine/plugin v0.0.22 github.com/docker/secrets-engine/store v0.0.30 github.com/docker/secrets-engine/x v0.0.33-do.not.use diff --git a/vendor/modules.txt b/vendor/modules.txt index 18e49a1e..87c9b878 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -39,7 +39,7 @@ github.com/davecgh/go-spew/spew ## explicit; go 1.21 github.com/docker/docker-credential-helpers/client github.com/docker/docker-credential-helpers/credentials -# github.com/docker/secrets-engine/client v0.0.9 => ./client +# github.com/docker/secrets-engine/client v0.0.29 => ./client ## explicit; go 1.25.11 # github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin ## explicit; go 1.25.11