Skip to content

Commit

Permalink
Release 0.7.0 commit (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Nov 5, 2024
1 parent 6394e71 commit a8cc66f
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 9 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes

.. contents:: Topics

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

Breaking Changes / Porting Guide
--------------------------------

- clickhouse_info - removed ``functions`` for collecting information of created functions. A rare and unpopular feature.

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

- clickhouse_cfg_info - Retrieves ClickHouse config file content and returns it as JSON

v0.6.0
======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,29 @@ releases:
- 0-clickhouse_user.yml
- 0.6.0.yml
release_date: '2024-08-26'
0.7.0:
changes:
breaking_changes:
- clickhouse_info - removed ``functions`` for collecting information of created
functions. A rare and unpopular feature.
minor_changes:
- 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.
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-info_add_grants.yml
- 0.7.0.yml
- 1-info_add_all_grants.yml
- 2-info_add_all_settings_profiles.yml
- 3-info_get_functions.yml
modules:
- description: Retrieves ClickHouse config file content and returns it as JSON
name: clickhouse_cfg_info
namespace: ''
release_date: '2024-11-05'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-info_add_grants.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/3-info_get_functions.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.6.0
version: 0.7.0
readme: README.md
authors:
- Ansible ClickHouse community
Expand Down

0 comments on commit a8cc66f

Please sign in to comment.