github stampchain-io/btc_stamps 1.9.4
Release 1.9.4

latest release: 1.9.5
6 hours ago

What's Changed

  • feat(indexer): flag-gated R2 dual-write mirror + resolver-KV upsert (image migration Phase 5 code) by @reinamora137 in #947
  • chore: release 1.9.4 [skip-version] by @reinamora137 in #949

Full Changelog: 1.9.3...1.9.4


Signed release image

This release is published to Docker Hub as an immutable digest and signed
keyless (Sigstore/cosign, GitHub Actions OIDC - no private keys):

btcstamps/indexer@sha256:1b0ed858b9b4918e93318f61be35ba04b9384ad0d1ff083cc33fa0d51cbbc915

Verify the signature:

cosign verify \
  --certificate-identity-regexp '^https://github.com/stampchain-io/btc_stamps/.github/workflows/docker-auto-publish.yml@refs/tags/1.9.4$' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  btcstamps/indexer@sha256:1b0ed858b9b4918e93318f61be35ba04b9384ad0d1ff083cc33fa0d51cbbc915

Verify the SPDX SBOM attestation:

cosign verify-attestation --type spdxjson \
  --certificate-identity-regexp '^https://github.com/stampchain-io/btc_stamps/.github/workflows/docker-auto-publish.yml@refs/tags/1.9.4$' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  btcstamps/indexer@sha256:1b0ed858b9b4918e93318f61be35ba04b9384ad0d1ff083cc33fa0d51cbbc915

Don't miss a new btc_stamps release

NewReleases is sending notifications on new releases.