Skip to content

MKurator 0.9.4

Choose a tag to compare

@github-actions github-actions released this 14 Jun 11:36

0.9.4 - 2026-06-14

Bug Fixes

  • auth: USERMAP drift polish and validation breadth (AUTH-3b) 1a064fb

Features

  • auth: QMGRMAP CHLAUTH remoteQueueManager field d113d4f

  • channelauth: SSLPEERMAP CHLAUTH CRD and mqrest 68ea774

  • channelauthrule: USERMAP CHLAUTH CRD and mqrest SET 8f09d62


Container image

ghcr.io/conduit-ops/mkurator:0.9.4

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

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

Install (Helm — GitHub Release tarball)

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

Verify checksums with sha256sum -c checksums.txt.