Skip to content

silo 1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Sep 09:09
· 3 commits to main since this release
35e0a54

Install

brew install org-quicko/tap/silo

Or pull the container image, which is also on ghcr.io/org-quicko/silo:

docker pull labsatquicko/silo:1.4.0

Or download the archive for your platform below and put silo on your PATH.

Verify

Check the archive against SHA256SUMS:

sha256sum --ignore-missing --check SHA256SUMS

SHA256SUMS itself is signed. With cosign:

cosign verify-blob --bundle SHA256SUMS.cosign.bundle \
  --certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  SHA256SUMS

Or, with the release GPG key, gpg --verify SHA256SUMS.asc SHA256SUMS.

Each archive also carries build provenance:

gh attestation verify silo-*.tar.gz --repo org-quicko/silo

The container image is signed and attested the same two ways:

cosign verify docker.io/labsatquicko/silo:1.4.0 \
  --certificate-identity-regexp '^https://github\.com/org-quicko/silo/\.github/workflows/release\.yml@' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

gh attestation verify oci://docker.io/labsatquicko/silo:1.4.0 --repo org-quicko/silo

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0