Releases: ClickHouse/clickhouse-operator
Releases · ClickHouse/clickhouse-operator
v0.0.3
Install using the manifest
kubectl apply -f https://github.com/ClickHouse/clickhouse-operator/releases/download/v0.0.3/clickhouse-operator.yaml
Install using helmchart
helm install clickhouse-operator oci://ghcr.io/clickhouse/clickhouse-operator-helm \
--version=0.0.3 \
--create-namespace \
-n clickhouse-operator-system
Changelog
📦 Uncategorized
- Fix WATCH_NAMESPACE typo in helm chart
- PR: #86
- Set default bundle channel to stable. Set correct image annotation in bundle.
- PR: #87
- Add explicit default cluster defenition with internal_replication=1 and generated cluster secret
- PR: #89
- fix wrong value key and bad spacing
- PR: #96
- Helmchart enhancements
- PR: #97
- Collect all e2e test runs in single report
- PR: #100
- Fix bool defaulting logic, make logToFile pointer to distinguish false and not set
- PR: #101
- Add crd-schema-checker to prevent backward incompatible changes
- PR: #102
- Generate api reference
- PR: #105
- fix rows.Err handling in commands
- PR: #107
- chore add rows.Err check in tests
- PR: #108
- Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0
- PR: #109
- Add grant option to default user
- PR: #110
- feat: Add configurable PodDisruptionBudget to ClickHouseCluster CRD
- PR: #104
- Fix spec modification issue, add spec fuzzing tests. Relax default anti-affinity rules.
- PR: #113
- support pre-release kubeversion
- PR: #114
- Add server version in the Status. Add warnings on replica version divergence.
- PR: #116
- Unify replica resources logic. Delete Pod in error state if STS stuck
- PR: #117
- chore: make error and log messages more consistent, use query parameters, bump ch version for tests, pin e2e k8s version, add action linter
- PR: #121
- feat: Add version upgrade availability checks
- PR: #120
v0.0.2
Install using the manifest
kubectl apply -f https://github.com/ClickHouse/clickhouse-operator/releases/download/v0.0.2/clickhouse-operator.yaml
Install using helmchart
helm install clickhouse-operator oci://ghcr.io/clickhouse/clickhouse-operator-helm \
--version=0.0.2 \
--create-namespace \
-n clickhouse-operator-system
Changelog
📦 Uncategorized
- Lower kubernetes version to v1.30+
- PR: #64
- chore: Fix Go mod to be correct
- PR: #67
- Remove commit status checks and minor README changes
- PR: #72
- fix: correct array index in logger toFields to prevent panic
- PR: #69
- fix: use correct separator for container image digest references
- PR: #70
- fix: add nil checks before dereferencing Shards pointers in webhook
- PR: #71
- Bump github.com/cert-manager/cert-manager from 1.19.2 to 1.19.3
- PR: #73
- Add Pod and Container security context overrides
- PR: #74
- feat: add clusterDomain field to support custom Kubernetes DNS domains
- PR: #77
- Adjust default health probes paramenters. Fix clickhouse liveness probe
- PR: #78
- Add default AccessModes to data disk. Allow custom data disk mounts.
- PR: #79
- fix: helm chart use wrong values field for manager container security…
- PR: #80
- Add build information to manger
- PR: #81
- Support all installModes, selection of watched namespaces
- PR: #83
- Upgrade go version to 1.26, upgrade dependecies and fix usage of recently deprecated APIs
- PR: #84
- Minimal k8s version
- PR: #85
v0.0.1
Install using the manifest
kubectl apply -f https://github.com/ClickHouse/clickhouse-operator/releases/download/v0.0.1/clickhouse-operator.yaml
Install using helmchart
helm install clickhouse-operator oci://ghcr.io/clickhouse/clickhouse-operator-helm \
--version=0.0.1 \
--create-namespace \
-n clickhouse-operator-system
Changelog
- no changes, initial release