Skip to content

Commit

Permalink
Release 0.5.0 commit (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Jul 10, 2024
1 parent 19bb2d3 commit ed20697
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes

.. contents:: Topics


v0.5.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_client - added the ``set_settings`` argument (https://github.com/ansible-collections/community.clickhouse/pull/63).
- clickhouse_user - added the ability to add settings with their restrictions applied by default when a user logs in.

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

- clickhouse_role - Creates or removes a ClickHouse role.

v0.4.0
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,23 @@ releases:
name: clickhouse_user
namespace: ''
release_date: '2024-03-14'
0.5.0:
changes:
minor_changes:
- clickhouse_client - added the ``set_settings`` argument (https://github.com/ansible-collections/community.clickhouse/pull/63).
- clickhouse_user - added the ability to add settings with their restrictions
applied by default when a user logs in.
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_user.yml
- 0.5.0.yml
- 1-clickhouse_client.yml
modules:
- description: Creates or removes a ClickHouse role.
name: clickhouse_role
namespace: ''
release_date: '2024-07-10'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-clickhouse_user.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1-clickhouse_client.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.4.0
version: 0.5.0
readme: README.md
authors:
- Ansible ClickHouse community
Expand Down

0 comments on commit ed20697

Please sign in to comment.