Skip to content

MKurator 0.9.6

Choose a tag to compare

@github-actions github-actions released this 17 Jun 22:57

0.9.6 - 2026-06-17

Bug Fixes

  • e2e: Serialize suite teardown on process 1 (#57) (#57, )bea6b20

  • task: Prefer valid kind kubeconfig path 0e9ce20

Refactoring

  • mqrest: Table-drive CHLAUTH auth unit tests 086996b

Merge

  • Bring dependabot go minor patch fixes (#51, )10c45b3

  • Bring task and docs fixes from chore/tst-4-blockaddr-default-samples e39dd25

  • Bring kubeconfig task fix from chore/tst-4-blockaddr-default-samples c42194f


Container image

ghcr.io/conduit-ops/mkurator:0.9.6

Multi-arch (linux/amd64, linux/arm64), distroless nonroot base.

OCI attestations (SBOM + SLSA provenance) are attached in GHCR. Verify the signature:

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/conduit-ops/MKurator/.+' \
  ghcr.io/conduit-ops/mkurator@sha256:d6401026d889eea6865287207272c0444a07a862647dfb6a58590d34aa62e9a5

Install (Kustomize)

kubectl apply -f install-crds.yaml
kubectl apply -f install.yaml

Install (Helm — OCI)

helm upgrade --install mkurator oci://ghcr.io/conduit-ops/mkurator \
  --version 0.9.6 \
  --namespace mkurator-system \
  --create-namespace \
  --set image.repository=ghcr.io/conduit-ops/mkurator \
  --set image.tag=0.9.6

Install (Helm — GitHub Release tarball)

helm upgrade --install mkurator mkurator-0.9.6.tgz \
  --namespace mkurator-system \
  --create-namespace \
  --set image.repository=ghcr.io/conduit-ops/mkurator \
  --set image.tag=0.9.6

Verify checksums with sha256sum -c checksums.txt.