Skip to content

v5.16.3

Choose a tag to compare

@reactiveops-bot reactiveops-bot released this 15 May 20:31
· 81 commits to master since this release
02eccc4

Changelog

  • 02eccc4 Add a cosign 2.x command that works to validate the checksums (#484)

You can verify the signatures of both the checksums.txt file and the published docker images using cosign.

cosign 1.x

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub

cosign 2.x

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub --insecure-ignore-tlog
cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub