MKurator 0.11.0
0.11.0 - 2026-06-18
Features
-
auth: AUTHREC channel/namelist profile parity (AUTH-9) 5edc84f
-
channel: Add RCVR receiver channel type (AUTH-8b) d63c95a
-
channel: Add SDR sender channel type (AUTH-8a) (#63) (#63, )50c7bcb
-
mqrest: Wire share DISPLAY probe into queue drift (Day 27 MQ-3) (#62) (#62, )fa61d3f
Container image
ghcr.io/conduit-ops/mkurator:0.11.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:86698e1a925c8f1c17cbd87b31a288a242771afcf2385a9ed408b49566037424Install (Kustomize)
kubectl apply -f install-crds.yaml
kubectl apply -f install.yamlInstall (Helm — OCI)
helm upgrade --install mkurator oci://ghcr.io/conduit-ops/mkurator \
--version 0.11.0 \
--namespace mkurator-system \
--create-namespace \
--set image.repository=ghcr.io/conduit-ops/mkurator \
--set image.tag=0.11.0Install (Helm — GitHub Release tarball)
helm upgrade --install mkurator mkurator-0.11.0.tgz \
--namespace mkurator-system \
--create-namespace \
--set image.repository=ghcr.io/conduit-ops/mkurator \
--set image.tag=0.11.0Verify checksums with sha256sum -c checksums.txt.