Skip to content

Ruscker v0.1.98

Choose a tag to compare

@github-actions github-actions released this 08 Jun 20:10
· 13 commits to main since this release
bbd1035

Container image

docker pull ghcr.io/strategicprojects/ruscker:0.1.98

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.98 \
  --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

  • feat(spec-form): match the handoff section structure (PR A pt.1) by @milkway in #714
  • feat(spec-form): inline logo gallery in Appearance (PR A pt.2) by @milkway in #715
  • chore(release): bump workspace version 0.1.97 → 0.1.98 by @milkway in #716

Full Changelog: v0.1.97...v0.1.98