Bump github.com/vmware-tanzu/carvel-kbld from 0.38.2 to 0.39.0 in /hack/kbld by dependabot[bot] · Pull Request #381 · servicebinding/runtime
Bumps github.com/vmware-tanzu/carvel-kbld from 0.38.2 to 0.39.0.
Release notes
Sourced from github.com/vmware-tanzu/carvel-kbld's releases.
v0.39.0
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.39.0/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/kbldVia Homebrew (macOS or Linux)
$ brew tap carvel-dev/carvel $ brew install kbld $ kbld versionVerify 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.39.0/checksums.txt curl -LO https://github.com/carvel-dev/kbld/releases/download/v0.39.0/checksums.txt.pem curl -LO https://github.com/carvel-dev/kbld/releases/download/v0.39.0/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.comVerify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
... (truncated)
Commits
fbe8164Merge pull request #454 from carvel-dev/bump-imgpkg-vendirbb9c61duse carvel.dev to import imgpkg and vendir and bumped there versionsa64ff38Merge pull request #452 from carvel-dev/bump-go-1.21.65351752Bump go version to 1.21.69878ed5sign release artifacts using cosign (#450)359d310Merge pull request #432 from carvel-dev/bump-go-1.20.3a962c3eBumping imgpkg to v0.38.2 and vendir to v0.35.27c9ed4cBump go version to 1.21.3b4eb091Merge pull request #423 from carvel-dev/runner-free-space65046c7Remove tools cache in github runner- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)