Skip to content

v1.7.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@kj187 kj187 released this 08 Jul 20:44
1cca324

Pre-release build

Release candidate for the upcoming stable release. Not published as latest.

Commits since v1.6.0:

  • feat(release): support pre-release (RC) tags in release workflow (#86) (1cca324)
  • chore(deps): bump docker/metadata-action from 6.1.0 to 6.2.0 (#75) (db1ec9a)
  • chore(deps): bump anchore/sbom-action/download-syft from 0.9.0 to 0.24.0 (#76) (90da0cd)
  • chore(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0 (#74) (9b2f0e4)
  • chore(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#73) (94b4953)
  • fix(backend): silence staticcheck SA5011 false positive in registry_test (#85) (cfeaa7f)
  • chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 (#72) (70eeac2)
  • feat(alerts): firing-pattern heatmap for card + detail view (#84) (38881da)
  • fix(silences): use shared fallback refetch interval for cluster health (#82) (c7568bd)
  • docs: add Mermaid diagrams for lifecycle, OIDC login, and E2E stack (#81) (2369a7d)
  • fix(alerts): redesign Fast-Silence menu, aligned submenu icon (#79) (80abb49)
  • fix(silences): eliminate per-client Alertmanager load (#80) (359ab80)
  • test(silences): add differential E2E specs against real Alertmanager (#71) (305b0b3)
  • fix(silences): edit real regex matchers as raw text instead of corrupting them (#70) (09f8774)
  • fix(silences): fix group Fast-Silence scope and reach 100% coverage (#69) (d1cf4d6)
  • fix(silences): validate matchers server-side and relay AM rejections (#68) (eeec0f1)
  • fix(silences): match Alertmanager's anchored-regex semantics exactly (#67) (bd58492)
  • feat(alerts): add group Fast-Silence and persistent bell action rail (#61) (7991681)
  • docs: make PR-only git workflow explicit with interactive gates for AI agents (#60) (51bd89c)
  • feat(alerts): support Alertmanager HA gossip clusters with fingerprint dedup (#59) (ab8c372)
  • docs: define project scope, add scope gate and issue-triage command (#58) (a221884)
  • Merge pull request #57 from kj187/fix/ws-register-race (b4a9422)
  • fix(ws): register clients synchronously to stop losing events after connect (85973ae)

Container image

docker pull ghcr.io/kj187/jarvis:1.7.0-rc.1

Digest: sha256:c44c5e7c0126c1ca95daa9dad4884868e8c0c8d212b60303f4726ebea22b0989

Verify image signature (cosign)

cosign verify ghcr.io/kj187/jarvis@sha256:c44c5e7c0126c1ca95daa9dad4884868e8c0c8d212b60303f4726ebea22b0989 \
  --certificate-identity-regexp="https://github.com/kj187/jarvis/.*" \
  --certificate-oidc-issuer="https://token.actions.githubusercontent.com"

Verify build provenance (GitHub attestation)

gh attestation verify oci://ghcr.io/kj187/jarvis:1.7.0-rc.1 --repo kj187/jarvis

Helm chart

helm install jarvis oci://ghcr.io/kj187/charts/jarvis --version 1.6.0

Verify chart signature (cosign)

cosign verify ghcr.io/kj187/charts/jarvis:1.6.0 \
  --certificate-identity-regexp="https://github.com/kj187/jarvis/.*" \
  --certificate-oidc-issuer="https://token.actions.githubusercontent.com"

SBOM

The SPDX SBOM is attached to this release (sbom.spdx.json) and also
embedded in the image manifest (docker buildx imagetools inspect).