Skip to content

Commit

Permalink
Release v0.4.0 commit (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksvagachev authored Mar 15, 2024
1 parent f90377d commit dc8383e
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 13 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes

.. contents:: Topics

v0.4.0
======

Release Summary
---------------

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.

Minor Changes
-------------

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

New Modules
-----------

- clickhouse_user - Creates or removes a ClickHouse user using the clickhouse-driver Client interface

v0.3.0
======

Expand Down
31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,34 @@ releases:
name: clickhouse_db
namespace: ''
release_date: '2024-02-15'
0.4.0:
changes:
minor_changes:
- 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.
release_summary: '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.'
fragments:
- 0-clickhouse_info.yml
- 0.4.0.yml
- 1-clickhouse_db.yml
- 2-clickhouse_db.yml
- 2-clickhouse_info.yml
- 3-clickhouse_info.yml
modules:
- description: Creates or removes a ClickHouse user using the clickhouse-driver
Client interface
name: clickhouse_user
namespace: ''
release_date: '2024-03-14'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-clickhouse_info.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1-clickhouse_db.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/2-clickhouse_db.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/2-clickhouse_info.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/3-clickhouse_info.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace: community
name: clickhouse
version: 0.3.0
version: 0.4.0
readme: README.md
authors:
- Ansible ClickHouse community
Expand Down

0 comments on commit dc8383e

Please sign in to comment.