v1.3.0
·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Install via Homebrew
brew install pallewela/tap/rustaIf you have an older version installed, refresh the tap before
upgrading — brew upgrade does not pull tap updates on its own:
brew update
brew upgrade rustaManual install
curl -L https://github.com/pallewela/rusta/releases/download/v1.3.0/rusta-v1.3.0-aarch64-apple-darwin.tar.gz -o rusta.tar.gz
tar -xzf rusta.tar.gz
install -m 0755 rusta /usr/local/bin/rustaSHA256 (rusta-v1.3.0-aarch64-apple-darwin.tar.gz):
c898d90b94bc8d521a788368c71cf750afa3769db690043a25a6b154a228cc6b
Verifying provenance (SLSA)
Each release ships a Sigstore-signed in-toto attestation
(*.intoto.jsonl). Verify with
slsa-verifier:
slsa-verifier verify-artifact rusta.tar.gz \
--provenance-path multiple.intoto.jsonl \
--source-uri github.com/pallewela/rusta \
--source-tag v1.3.0What's Changed
- feat: configurable image sources and image names by @pallewela in #56
Full Changelog: v1.2.7...v1.3.0