| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| altinity-clickhouse-operator-0.25.5.tgz | 2025-10-24 | 87.0 kB | |
| README.md | 2025-10-24 | 2.2 kB | |
| release-0.25.5 source code.tar.gz | 2025-10-24 | 5.0 MB | |
| release-0.25.5 source code.zip | 2025-10-24 | 5.8 MB | |
| Totals: 4 Items | 10.9 MB | 0 | |
Added
- The latest applied ActionPlan is now stored in chi-storage ConfigMap
- volumeClaimTemplate.volumeAttributeClass attribute. Closes https://github.com/Altinity/clickhouse-operator/issues/1818
-
Configuration for DROP REPLICA behavior:
reconcile: host: drop: replicas: # Whether the operator during reconcile procedure should drop replicas when replica is deleted onDelete: yes # Whether the operator during reconcile procedure should drop replicas when replica volume is lost onLostVolume: yes # Whether the operator during reconcile procedure should drop active replicas when replica is deleted or recreated active: no Now active replicas are never dropped. That solves a potential bug when replica could be dropped on a multi-volume node if newly added volume is not yet available.
Changed
- Enabled ReadinessProbe for Keeper. Closes https://github.com/Altinity/clickhouse-operator/issues/1846
- Enabled query_log for all DDL statements performed by operator
- minor logging improvements by @janeklb in https://github.com/Altinity/clickhouse-operator/pull/1829
Fixed
- Removed excessive logging isUpdatedEndpointSlice():unknown
- Changed metrics collection query that could be broken in 0.25.4 for old ClickHouse versions
Helm updates
- fix: correctly delete existing helm release artifacts by appending asset ID to URL by @Slach in https://github.com/Altinity/clickhouse-operator/pull/1827
- Updated Helm repo location to https://helm.altinity.com by @DougTidwell in https://github.com/Altinity/clickhouse-operator/pull/1835
- Helm: add metrics.enabled conditional checks for serviceMonitor by @KJone1 in https://github.com/Altinity/clickhouse-operator/pull/1834
- Hotfix helm schema by @Slach in https://github.com/Altinity/clickhouse-operator/pull/1842
New Contributors
- @KJone1 made their first contribution in https://github.com/Altinity/clickhouse-operator/pull/1834
- @fkywong made their first contribution in https://github.com/Altinity/clickhouse-operator/pull/1837
Full Changelog: https://github.com/Altinity/clickhouse-operator/compare/release-0.25.4...release-0.25.5