Releases: ansible-collections/community.clickhouse
0.12.0
Release Summary
This is a minor release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
- clickhouse_role - add support for updating existing role settings using ALTER ROLE, making the module fully idempotent for role management operations (#62).
0.11.0
0.10.0
Release Summary
This is a minor release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
- clickhouse_user - the settings argument can now update user settings idempotently at any use, not only upon user creation as before (#73).
Bugfixes
- clickhouse_user - quote names in queries to prevent errors (#110).
0.9.0
Release Summary
This is a minor release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
New Modules
- clickhouse_grants - Manage grants for ClickHouse users and roles
0.8.5
Release Summary
This is a patch release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Bugfixes
- clickhouse_client - the module fails when executing DDL queries that return nothing via client object (#116).
0.8.4
Release Summary
This is a patch release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Bugfixes
- clickhouse_cfg_info - Prevent infinite loop when parsing YAML files with recursive anchors by validating JSON serializability (#114).
0.8.3
Release Summary
This is a patch release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Bugfixes
- clickhouse_db - fix the module to correct position "ON CLUSTER" when create db with specifying engine type (#108).
0.8.2
Release Summary
This is a patch release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Bugfixes
- clickhouse_user - fix the module to correct work clause "ON CLUSTER" when updating user attributes such as roles and passwords (#105).
0.8.1
Release Summary
This is a patch release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Bugfixes
- clickhouse_info - ensure the module works with ansible-core 2.19 and higher.
0.8.0
Release Summary
This is a minor release of the community.clickhouse collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Major Changes
- clickhouse_info - removed support for clickhouse versions 21 and 22 (#93).
Minor Changes
- clickhouse_info - columns are extracted from clickhouse version 23 system tables, the affected system tables are - databases, clusters, tables, dictionaries, settings, merge_tree_settings, users, settings_profile_elements (#93).
Bugfixes
- clickhouse_user - fixes failure when creating a new user and role_mode is not remove (#97).