Skip to content

Commit f62a501

Browse files
build(deps): bump chainguard.dev/sdk from 0.1.44 to 0.1.45 (#1980)
Bumps [chainguard.dev/sdk](https://github.com/chainguard-dev/sdk) from 0.1.44 to 0.1.45. <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.45</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/chainguard-dev/sdk/compare/v0.1.44...v0.1.45">https://github.com/chainguard-dev/sdk/compare/v0.1.44...v0.1.45</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chainguard-dev/sdk/commit/e21af8901a1aa1b6c4b3430dfc3f9d3bf63b4476"><code>e21af89</code></a> Merge pull request <a href="https://redirect.github.com/chainguard-dev/sdk/issues/125">#125</a> from chainguard-dev/create-pull-request/patch</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/d405c9902c123ee9b6cb6ae3a777a9e0b442d990"><code>d405c99</code></a> Export 1b1bf053443e26180257065d040a43e4c1353444</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/19d678a458b9baf477dfe4800263669c14cfb64a"><code>19d678a</code></a> Export 36214279ca11ca062785ef17c9bbd1ca16879c2b</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/8c53d4b52c0d7680c8e9be68595ba4c2b3fb57cc"><code>8c53d4b</code></a> Export 44b12214a8170c44420fadeba04e6275d976c54f</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/f24ea3ef0087abe968b30c694fb17ad0059b0e8e"><code>f24ea3e</code></a> Export 2797f385ff6a8a30d398536e03a5c5ac18720743</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/9631481127bfb0633e0d290eb1e846ba266a984f"><code>9631481</code></a> Export 31de4027d8a144f96b0340676c94a8c55f5fb216</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/02bc69a2f748c5ca6d9db8ea8d9c454fadc2c4b8"><code>02bc69a</code></a> Export f58c719947761b583281475de440e6f06d99fee8</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/5961889c5c73ee74f4a5fcef9cd312bce85c952a"><code>5961889</code></a> Export 5545d5845cdac2c5407ce8695acf261153d47a7f</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/d3c5231b34005f3c0de95d9597a54f28d288063c"><code>d3c5231</code></a> Export e5c239f828c0ac48c2b8039b6a5323ce204b8104</li> <li><a href="https://github.com/chainguard-dev/sdk/commit/aa4ef5e2267028e77b30d606045fc492ae06b2f9"><code>aa4ef5e</code></a> Export 23cdd48f8ce39343d2be1c28b7b13db0b6de7981</li> <li>Additional commits viewable in <a href="https://github.com/chainguard-dev/sdk/compare/v0.1.44...v0.1.45">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.44&new-version=0.1.45)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f88822 commit f62a501

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.24.6
44

55
require (
6-
chainguard.dev/sdk v0.1.44
6+
chainguard.dev/sdk v0.1.45
77
github.com/chainguard-dev/clog v1.8.0
88
github.com/charmbracelet/log v0.4.2
99
github.com/go-git/go-git/v5 v5.16.4

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.17.15 h1:y+FBjta2lsC0XxlkG+W5P1VxYl0zG74GRvoYN2o+p7s=
22
chainguard.dev/go-grpc-kit v0.17.15/go.mod h1:1wAVAX2CCamtFlfMs9PFzfgQQxX1/TQyF6cbWApbJ2U=
3-
chainguard.dev/sdk v0.1.44 h1:N65xDKBSgZ/y8M8F/BZUv2sjMHxDKTPV5RieTg6mqew=
4-
chainguard.dev/sdk v0.1.44/go.mod h1:sOIIIsNAfdlDdm+it6viMvVsgXHOVwJ8tDi4CKpbjnI=
3+
chainguard.dev/sdk v0.1.45 h1:s8lqcoqwq+9nfZXYvPd3h9sDzwhQ0cjXLWUCFRTSJ20=
4+
chainguard.dev/sdk v0.1.45/go.mod h1:Xq7KQhJHsWAovd8AiWBAj/ftcNkxMPx5YoQeGVTIj2c=
55
cloud.google.com/go/auth v0.17.0 h1:74yCm7hCj2rUyyAocqnFzsAYXgJhrG26XCFimrc/Kz4=
66
cloud.google.com/go/auth v0.17.0/go.mod h1:6wv/t5/6rOPAX4fJiRjKkJCvswLwdet7G8+UGXt7nCQ=
77
cloud.google.com/go/auth/oauth2adapt v0.2.8 h1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc=

0 commit comments

Comments
 (0)