Skip to content

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 22 May 09:22
· 25 commits to main since this release
Immutable release. Only release title and notes can be modified.

Install via Homebrew

brew install pallewela/tap/rusta

If 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 rusta

Manual install

curl -L https://github.com/pallewela/rusta/releases/download/v1.2.2/rusta-v1.2.2-aarch64-apple-darwin.tar.gz -o rusta.tar.gz
tar -xzf rusta.tar.gz
install -m 0755 rusta /usr/local/bin/rusta

SHA256 (rusta-v1.2.2-aarch64-apple-darwin.tar.gz):

2b58e6f39e54186bbbb3df80aae07f74025867e6852365ee1765e389eea8d7fe

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.2.2

What's Changed

  • fix(update-check): drop CHECK_INTERVAL to 1h so same-day releases surface by @pallewela in #39

Full Changelog: v1.2.1...v1.2.2