diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7104d47..29764dc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes .. contents:: Topics +v0.6.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_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 (https://github.com/ansible-collections/community.clickhouse/pull/70). +- clickhouse_user - add the ``default_roles`` argument to set default roles (https://github.com/ansible-collections/community.clickhouse/pull/70). +- clickhouse_user - add the ``roles_mode`` argument to specify how to handle roles passed through ``roles`` argument (https://github.com/ansible-collections/community.clickhouse/pull/70). +- clickhouse_user - add the ``roles`` argument to grant roles (https://github.com/ansible-collections/community.clickhouse/pull/70). v0.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 99f5998..da7ae3e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -122,3 +122,24 @@ releases: name: clickhouse_role namespace: '' release_date: '2024-07-10' + 0.6.0: + changes: + minor_changes: + - 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 (https://github.com/ansible-collections/community.clickhouse/pull/70). + - clickhouse_user - add the ``default_roles`` argument to set default roles + (https://github.com/ansible-collections/community.clickhouse/pull/70). + - clickhouse_user - add the ``roles_mode`` argument to specify how to handle + roles passed through ``roles`` argument (https://github.com/ansible-collections/community.clickhouse/pull/70). + - clickhouse_user - add the ``roles`` argument to grant roles (https://github.com/ansible-collections/community.clickhouse/pull/70). + 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.' + fragments: + - 0-clickhouse_info.yml + - 0-clickhouse_user.yml + - 0.6.0.yml + release_date: '2024-08-26' diff --git a/changelogs/fragments/0-clickhouse_info.yml b/changelogs/fragments/0-clickhouse_info.yml deleted file mode 100644 index a39df27..0000000 --- a/changelogs/fragments/0-clickhouse_info.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- clickhouse_info - add the ``roles`` field to user information. diff --git a/changelogs/fragments/0-clickhouse_user.yml b/changelogs/fragments/0-clickhouse_user.yml deleted file mode 100644 index ee3da27..0000000 --- a/changelogs/fragments/0-clickhouse_user.yml +++ /dev/null @@ -1,5 +0,0 @@ -minor_changes: -- clickhouse_user - add the ``roles`` argument to grant roles (https://github.com/ansible-collections/community.clickhouse/pull/70). -- clickhouse_user - add the ``default_roles`` argument to set default roles (https://github.com/ansible-collections/community.clickhouse/pull/70). -- clickhouse_user - add the ``roles_mode`` argument to specify how to handle roles passed through ``roles`` argument (https://github.com/ansible-collections/community.clickhouse/pull/70). -- clickhouse_user - add the ``default_roles_mode`` argument to specify how to handle roles passed through ``default_roles`` argument (https://github.com/ansible-collections/community.clickhouse/pull/70). diff --git a/galaxy.yml b/galaxy.yml index 01fc73f..833fbd7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: clickhouse -version: 0.5.0 +version: 0.6.0 readme: README.md authors: - Ansible ClickHouse community