Skip to content

fix(deps): update golang dependencies (non-major)#747

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/golang-dependencies-(non-major)
Open

fix(deps): update golang dependencies (non-major)#747
renovate[bot] wants to merge 2 commits intomainfrom
renovate/golang-dependencies-(non-major)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
carvel.dev/kbld v0.47.1v0.47.2 age confidence require patch
github.com/google/go-containerregistry v0.20.7v0.21.2 age confidence require minor v0.21.3
github.com/mykso/starlark-go 5a23e8eb730396 replace digest
golang.org/x/sync v0.19.0v0.20.0 age confidence require minor
golang.org/x/sys v0.41.0v0.42.0 age confidence require minor
golang.org/x/term v0.40.0v0.41.0 age confidence require minor

Release Notes

carvel-dev/kbld (carvel.dev/kbld)

v0.47.2

Compare Source

Installation and signature verification

Installation
By downloading binary from the release

For instance, if you are using Linux on an AMD64 architecture:

# Download the binary
curl -LO https://github.com/carvel-dev/kbld/releases/download/v0.47.2/kbld-linux-amd64

# Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/kbld

# Make the binary executable
chmod +x /usr/local/bin/kbld
Via Homebrew (macOS or Linux)
$ brew tap carvel-dev/carvel
$ brew install kbld
$ kbld version  
Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:

# Download the checksums file, certificate and signature
curl -LO https://github.com/carvel-dev/kbld/releases/download/v0.47.2/checksums.txt
curl -LO https://github.com/carvel-dev/kbld/releases/download/v0.47.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/kbld/releases/download/v0.47.2/checksums.txt.sig

# Verify the checksums file
cosign verify-blob checksums.txt \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp=https://github.com/carvel-dev \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.

# Verify the binary using the checksums file
sha256sum -c checksums.txt --ignore-missing

What's Changed

  • Bump golang to 1.25.7 and update imgpkg to v0.47.2 and vendir to v0.45.2

Full Changelog: carvel-dev/kbld@v0.47.1...v0.47.2

📂 Files Checksum

33a7e80404da43b1fd5912ff775f8dca7ef34120b177bc94737557a55985b5f4  ./kbld-windows-arm64.exe
4f220f904da398e7e8741d81995d9c96ff5f1e9b0578fa157fc5cc16730844a6  ./kbld-linux-amd64
928d0297cfcd1bcba15d17cac1576d9c2e4b33c9fe32f4c1966a5609c1bdfa29  ./kbld-darwin-amd64
a13bfe9ec7464c24dc18fcb2f192b383b7f26cdd1fa8d891de9699b04a86c4d7  ./kbld-linux-arm64
c3cf49fe1d92b4a76624b3ba2235fee176f4f5ffbfc07ae7fbcbb94471046c0c  ./kbld-windows-amd64.exe
da43fb9c6f9298f52b1c4a6d6a95047b81307f41a09a6918db8c10ae9448287b  ./kbld-darwin-arm64
google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.2

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.1...v0.21.2

v0.21.1

Compare Source

This release fixes a regression in crane introduced in the previous release.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.0...v0.21.1

v0.21.0

Compare Source

This release updates the minimum Go version to 1.25.6.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.7...v0.21.0

v0.20.8

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) February 26, 2026 22:39
@renovate
Copy link
Contributor Author

renovate bot commented Feb 26, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/containerd/stargz-snapshotter/estargz v0.18.1 -> v0.18.2
github.com/docker/cli v29.0.3+incompatible -> v29.2.1+incompatible
github.com/klauspost/compress v1.18.1 -> v1.18.4
golang.org/x/oauth2 v0.33.0 -> v0.35.0

@renovate renovate bot force-pushed the renovate/golang-dependencies-(non-major) branch 10 times, most recently from edc456d to 42febe9 Compare March 5, 2026 17:31
@renovate renovate bot force-pushed the renovate/golang-dependencies-(non-major) branch 11 times, most recently from 0c7cd31 to f4bbb05 Compare March 11, 2026 13:25
@renovate renovate bot force-pushed the renovate/golang-dependencies-(non-major) branch 7 times, most recently from c6a258e to 82e3797 Compare March 17, 2026 20:05
@renovate renovate bot force-pushed the renovate/golang-dependencies-(non-major) branch 8 times, most recently from dfa0cdb to 58c572e Compare March 19, 2026 12:42
@renovate renovate bot force-pushed the renovate/golang-dependencies-(non-major) branch from 09b66cf to 6f71f03 Compare March 21, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants