Skip to content

Releases: ansible-collections/community.clickhouse

0.12.0

24 Oct 08:22
dceaac8

Choose a tag to compare

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

16 Oct 09:57
e132bbb

Choose a tag to compare

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_grants - add cluster argument (#130).

0.10.0

08 Oct 13:21
3e068f8

Choose a tag to compare

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

06 Oct 09:48
8f5a2a6

Choose a tag to compare

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

27 Aug 07:08
76e8a8a

Choose a tag to compare

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

18 Jul 05:32
dce7196

Choose a tag to compare

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

27 May 06:20
0a86556

Choose a tag to compare

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

24 May 08:10
1e3139c

Choose a tag to compare

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

25 Apr 08:23
ab9a355

Choose a tag to compare

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

03 Apr 11:16
4233961

Choose a tag to compare

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).