Skip to content

MKurator 0.10.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 00:57

0.10.0 - 2026-06-18

Features

  • mqrest: DISPLAY capability probe spike (Day 22 MQ-1) (#58) (#58, )7bc65f3

Container image

ghcr.io/conduit-ops/mkurator:0.10.0

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:b4e637a396e5e9c99424381d6a36b03498bf88a0bd2b78a14436b13bb49d0a4d

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.10.0 \
  --namespace mkurator-system \
  --create-namespace \
  --set image.repository=ghcr.io/conduit-ops/mkurator \
  --set image.tag=0.10.0

Install (Helm — GitHub Release tarball)

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

Verify checksums with sha256sum -c checksums.txt.