Skip to content

Releases: Altinity/clickhouse-operator

release-0.4.0

18 Jun 21:33
b509fd6

Choose a tag to compare

New features:

  • Full support for Service spec in templates (service template)
  • Configurable service naming convention
  • Automatic PV removal when shard or installation is removed
  • Generated macros are now standard {cluster}, {shard}, {replica} ones
  • Additional memory and disk usage metrics are exported

release-0.3.0

02 Jun 15:57
0a91caa

Choose a tag to compare

New features:

  • Pod templates implement standard spec now -- that adds affinity, antiaffinity and other features.
  • Human readable name for pods/ss/services
  • Labels for all managed for k8s objects
  • Operator version labels
  • Operator configuration in ConfigMaps
  • ClickHouseInstallation object status

Improvements:

  • Port specification in Zookeeper is optional now
  • 'clusters' and 'spec' are optional in order to start one-node clusters
  • Cluster layout is deprecated

Documentation improvements:

  • Troubleshooting broken Pod example. Maintenance mode
  • Local HostPath storage example
  • Multi-zone deployment example

**Note: the release is backward incompatible with 0.2.3. **

release-0.2.3

20 May 13:01
382e380

Choose a tag to compare

Improvements:

  • Drop replicated tables in case of replica removal
  • Autofill mandatory user configuration fields (default profile and quota)
  • More examples for ZooKeeper configuration

release-0.2.2

30 Apr 17:32
7934c83

Choose a tag to compare

Improvements:

  • Rollback in case of configuration errors of different kinds
  • Improved documentation
  • Added Grafana dashboard example

Bug fixes:

  • Fixed a bug with 'password_sha256_hex' not being properly handled

release-0.2.1

23 Apr 21:21
1b4a27b

Choose a tag to compare

release-0.2.1 Pre-release
Pre-release

New features:

Improvements:

release-0.2.0-beta

15 Apr 22:20
0eb3535

Choose a tag to compare

New features:

  • Automatic schema creation on cluster scaling
  • Automatic 1-N (all-replicated) and N-1 (all-sharded) layouts
  • Operator configuration

Numerous documentation improvements.

release-0.1.9beta

02 Apr 23:53
f4784a5

Choose a tag to compare

release-0.1.9beta Pre-release
Pre-release

New features:

  • Handling Zookeeper configuration changes
  • Rolling upgrades of ClickHouse

release-0.1.8beta

22 Mar 16:36
204c2ad

Choose a tag to compare

New features:

  • ClickHouse configuration updates (users, profiles and so on)
  • Adding shards/replicas with a spec change
  • Container readiness probe

Bug fixes:

  • Fixed incorrect mapping of configuration files

release-0.1.7beta

14 Mar 11:18
2121627

Choose a tag to compare

release-0.1.7beta Pre-release
Pre-release

New features:

  • ClickHouse metrics export to Prometheus
  • Support for persistent volume claims

General stability improvements and better documentation.

release-0.1.6beta

11 Mar 15:28
936c1d5

Choose a tag to compare

release-0.1.6beta Pre-release
Pre-release

New features:

  • Headless service for ClickHouse installation
  • Improved documentation and examples

Bug fixes:

  • Fixed broken replication configuration due to regression in 0.1.4beta