Skip to content

Commit c89724f

Browse files
build(deps): bump chainguard.dev/sdk from 0.1.210 to 0.1.212 (#2434)
Bumps [chainguard.dev/sdk](https://github.com/chainguard-dev/sdk) from 0.1.210 to 0.1.212. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chainguard-dev/sdk/releases">chainguard.dev/sdk's releases</a>.</em></p> <blockquote> <h2>v0.1.212</h2> <ul> <li>Retry the HTTP/1-downgrade STS exchange on 5xx responses, matching the gRPC path</li> </ul> <h2>v0.1.211</h2> <ul> <li>Add libraries.remote_registries.{create,list,delete} capabilities for the upcoming RemoteRegistry resource</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chainguard-dev/sdk/commit/934f49541d49e541069decb6d06a6b8bc2c4a5fe"><code>934f495</code></a> Retry the HTTP/1-downgrade STS exchange on 5xx responses, matching the gRPC path</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/4139a9afc6842e6754da3121d8990b8ec24a883d"><code>4139a9a</code></a> Add libraries.remote_registries.{create,list,delete} capabilities for the upc...</li> <li>See full diff in <a href="https://github.com/chainguard-dev/sdk/compare/v0.1.210...v0.1.212">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chainguard.dev/sdk&package-manager=go_modules&previous-version=0.1.210&new-version=0.1.212)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 326edce commit c89724f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module chainguard.dev/apko
33
go 1.27.0
44

55
require (
6-
chainguard.dev/sdk v0.1.210
6+
chainguard.dev/sdk v0.1.212
77
github.com/chainguard-dev/clog v1.8.1
88
github.com/charmbracelet/log v1.0.0
99
github.com/erofs/go-erofs v0.3.2-0.20260804074615-52cc42c5291c

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
chainguard.dev/go-grpc-kit v0.18.0 h1:kr451ml4eBgNcc0ytqcSSPZ3KGtyfHRrrBcYxW/oZwI=
22
chainguard.dev/go-grpc-kit v0.18.0/go.mod h1:N1ZZiV3KkNHFlIS6RPhLT9ppfObC7aa1hqWMPmNiTA0=
3-
chainguard.dev/sdk v0.1.210 h1:U97yTbmAYxe4mqrnYsMcp9DfRvdN8OkeLwzeYuYyCiI=
4-
chainguard.dev/sdk v0.1.210/go.mod h1:x2K7zBYasThji57XQbsvNkiKPrUyCSd+zy3jI5eZERk=
3+
chainguard.dev/sdk v0.1.212 h1:DuYgm0kOGdONqRwJDFt2WdreFdDxSq/RC29ESloBC2c=
4+
chainguard.dev/sdk v0.1.212/go.mod h1:x2K7zBYasThji57XQbsvNkiKPrUyCSd+zy3jI5eZERk=
55
cloud.google.com/go/auth v0.23.0 h1:6Gg1CMgpgubRG7DGz5Vf1pcoNo8RfiRiRAPS4crTp54=
66
cloud.google.com/go/auth v0.23.0/go.mod h1:4DhBRcqvtljQN3dJ57qtqbib5ZGCYE5f2crfiiC2EM0=
77
cloud.google.com/go/auth/oauth2adapt v0.2.8 h1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc=

0 commit comments

Comments
 (0)