Skip to content

Commit

Permalink
Release 0.6.0 commit (ansible-collections#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Aug 26, 2024
1 parent d1b3d41 commit 07cd26a
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======
Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-clickhouse_info.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/0-clickhouse_user.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.5.0
version: 0.6.0
readme: README.md
authors:
- Ansible ClickHouse community
Expand Down

0 comments on commit 07cd26a

Please sign in to comment.