Skip to content

Latest commit

 

History

History
172 lines (117 loc) · 5.42 KB

CHANGELOG.rst

File metadata and controls

172 lines (117 loc) · 5.42 KB

CHANGE THIS IN changelogs/config.yaml! Release Notes

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.

  • clickhouse_info - add the grants return value for users and roles.
  • clickhouse_info - add the grants returns all grants for users and roles.
  • clickhouse_info - add the settings_profile_elements returns all settings for users, profiles and roles.
  • clickhouse_info - removed functions for collecting information of created functions. A rare and unpopular feature.
  • clickhouse_cfg_info - Retrieves ClickHouse config file content and returns it as JSON

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.

  • clickhouse_info - add the roles field to user information.
  • clickhouse_user - add the default_roles_mode argument to specify how to handle roles passed through default_roles argument (ansible-collections#70).
  • clickhouse_user - add the default_roles argument to set default roles (ansible-collections#70).
  • clickhouse_user - add the roles_mode argument to specify how to handle roles passed through roles argument (ansible-collections#70).
  • clickhouse_user - add the roles argument to grant roles (ansible-collections#70).

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.

  • clickhouse_client - added the set_settings argument (ansible-collections#63).
  • clickhouse_user - added the ability to add settings with their restrictions applied by default when a user logs in.
  • clickhouse_role - Creates or removes a ClickHouse role.

This is the 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.

  • clickhouse_db - add the cluster argument to execute commands on all cluster hosts.
  • clickhouse_db - add the comment argument to set a comment on databases.
  • clickhouse_db - add the target argument to rename the database.
  • clickhouse_db - added the ability to rename databases.
  • clickhouse_info - added the ability to collect information from system.functions.
  • clickhouse_info - added the ability to collect information from system.quotas, system.settings_profiles.
  • clickhouse_info - added the ability to collect information from system.storage_policies.
  • clickhouse_user - Creates or removes a ClickHouse user using the clickhouse-driver Client interface

This is the 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.

  • clickhouse_info - added the ability to collect information from system.tables, system.dictionaries, system.merge_tree_settings.
  • clickhouse_client - Add support for returned values of types IPv4Address and IPv6Address.
  • clickhouse_client - Add support for returned values of types UUID and decimal.
  • clickhouse_db - Creates or removes a ClickHouse database using the clickhouse-driver Client interface

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.

  • clickhouse_info - add the limit argument to limit the returned values.

This is a patch release of the community.clickhouse collections. It fixes the clickhouse_info module to work with older versions of the ClickHouse server.

This is the first release of the community.clickhouse collection.

  • clickhouse_client - add the module.
  • clickhouse_info - add the module.
  • clickhouse_client - Execute queries in a ClickHouse database using the clickhouse-driver Client interface
  • clickhouse_info - Gather ClickHouse server information using the clickhouse-driver Client interface