github ClickHouse/clickhouse-operator v0.0.5

4 hours ago

Install using the manifest

kubectl apply -f https://github.com/ClickHouse/clickhouse-operator/releases/download/v0.0.5/clickhouse-operator.yaml

Install using helmchart

helm install clickhouse-operator oci://ghcr.io/clickhouse/clickhouse-operator-helm \
   --version=0.0.5 \
   --create-namespace \
   -n clickhouse-operator-system

Changelog

🚀 Features

  • Added metrics logs so the built-in dashboard displays proper values. Otherwise, it feels broken at cluster installation.
  • feat: support keeper on a different namespace
  • feat: add clickhouse-cluster helm chart
  • feat: correctly handle IPv4-only envs
  • feat(helm): Regenerate helm chart with latest kubebuilder
  • feat: drop all capabilities by default, remove restricted security settings in OpenShift installations

🐛 Fixes

  • fix: cache version probe result to prevent reconciliation deadlock
  • fix: respect user-provided container capabilities under PodSecurity restricted
  • fix: set Healthy/Ready to Unknown if pods are running, but the operator can't connect to the server
  • fix: requeue reconciliation after replica update

📦 Uncategorized

  • test: support suppressing crd-comptat-check
  • Docs: restructure for Mintlify sync workflow

Don't miss a new clickhouse-operator release

NewReleases is sending notifications on new releases.