Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Update
github.com/anchore/syft v1.40.1v1.41.0 age adoption passing confidence minor
kyverno/kyverno v1.16.2v1.16.3 age adoption passing confidence patch
vmware-tanzu/carvel-ytt v0.52.2v0.53.0 age adoption passing confidence minor

Release Notes

anchore/syft (github.com/anchore/syft)

v1.41.0

Compare Source

kyverno/kyverno (kyverno/kyverno)

v1.16.3

Compare Source

vmware-tanzu/carvel-ytt (vmware-tanzu/carvel-ytt)

v0.53.0

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/ytt/releases/download/v0.53.0/ytt-linux-amd64

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

# Make the binary executable
chmod +x /usr/local/bin/ytt
Via Homebrew (macOS or Linux)
$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt 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/ytt/releases/download/v0.53.0/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.53.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.53.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.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 version to 1.25.6 to fix CVEs in #​973 by @​CodesbyUnnati
  • Optimize OrderedMap string key comparison in #​959 by @​emh-jump

New Contributors

  • @​CodesbyUnnati made their first contribution in #​973

Full Changelog: carvel-dev/ytt@v0.52.2...v0.53.0

📂 Files Checksum

2e4986f44f3908a0a220b645587eab4d0ec70ff4a6818ca26d3a44e29e25f13c  ./ytt-linux-amd64
37fb4c7528e025582bc74a0692dded61f85e9192ddf4263fdebdeb8c7cd82660   ./ytt-darwin-amd64
403dcbd6fef85bf40a086348f25c0ae3a817ad761755df4fe8cf5276dad18995   ./ytt-darwin-arm64
5316ea78cdd03a65d4c508b8af57670b461057c4f0050de12661af7125ba2e16   ./ytt-windows-amd64.exe
581863d3b27474bfcbb6101bfe070dfc9a1e3d914b197a7195a6bbdc92a21fc4   ./ytt-windows-arm64.exe
9260208e471595fb32fc70bd7e2e0f5915ebe6b0663c0f944a627adb34806cf5   ./ytt-linux-riscv64
f4922e95801bc2b9b4baf553d4650b9300670e2821e20690026f1bfd78cf8cd5   ./ytt-linux-arm64


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Signed-off-by: Renovate Bot <renovate-bot@users.noreply.github.com>
@renovate renovate bot added dependencies Pull requests that update a dependency file ok-to-test labels Jan 27, 2026
@cert-manager-prow cert-manager-prow bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 27, 2026
@inteon
Copy link
Member

inteon commented Jan 27, 2026

/approve
/lgtm

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jan 27, 2026
@cert-manager-prow
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: inteon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 27, 2026
@cert-manager-prow cert-manager-prow bot merged commit 601375e into main Jan 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. ok-to-test size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant