Altinity Kubernetes Operator 0.21.2 Release Notes
clickhouse-operator 0.21.2 Release Notes
Added
- Added support of clickhouse-log via podTemplates by @dmmarkov in https://github.com/Altinity/clickhouse-operator/pull/1012
- Added SQL UDFs replication when adding shards/replicas. Closes https://github.com/Altinity/clickhouse-operator/issues/1174
Changed
- Operator and metrics-exporter now automatically select ‘http’ or ‘https’ for connecting to cluster based on cluster configuration
- Changed statefulSet update behaviour to abort the update on failure. That protects the rest of the cluster from a breaking changes
- Removed unneeded operations on persistent volumes
Fixed
- fix crash when reconcilePVC() failed by @jewelzqiu in https://github.com/Altinity/clickhouse-operator/pull/1168
- fix reconcile threads number by @jewelzqiu in https://github.com/Altinity/clickhouse-operator/pull/1170
Other
- Run tests in parallel by @antip00 in https://github.com/Altinity/clickhouse-operator/pull/1171
- fix build script to adapt to macos m1. by @xiedeyantu in https://github.com/Altinity/clickhouse-operator/pull/1169
Full Changelog: https://github.com/Altinity/clickhouse-operator/compare/release-0.21.1...release-0.21.2
Download at: https://github.com/Altinity/clickhouse-operator/releases/tag/release-0.21.2
Last modified 2023.07.31: Updated "Release Notes" headings for consistency and clarity