Skip to content

Ruscker v0.1.97

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:15
· 16 commits to main since this release
c1daff8

Container image

docker pull ghcr.io/strategicprojects/ruscker:0.1.97

Multi-arch (linux/amd64, linux/arm64). The attached
.tar.gz files are static musl binaries; the .deb files
install on Debian/Ubuntu via apt install ./ruscker_*.deb.
Each asset ships a matching .sha256.

Verifying signatures (cosign, keyless)

All artifacts are signed with cosign
via GitHub Actions OIDC — no keys to distribute.

Container image:

cosign verify ghcr.io/strategicprojects/ruscker:0.1.97 \
  --certificate-identity-regexp '^https://github.com/StrategicProjects/ruscker/' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

A release asset (.sig + .pem are attached next to each file):

cosign verify-blob ruscker-linux-amd64.tar.gz \
  --signature ruscker-linux-amd64.tar.gz.sig \
  --certificate ruscker-linux-amd64.tar.gz.pem \
  --certificate-identity-regexp '^https://github.com/StrategicProjects/ruscker/' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

What's Changed

  • fix(logs): collapse the app column when a line has no app by @milkway in #712
  • chore(release): bump workspace version 0.1.96 → 0.1.97 by @milkway in #713

Full Changelog: v0.1.96...v0.1.97