Skip to content

Commit 4233961

Browse files
authored
Release 0.8.0 commit (#99)
1 parent a4d95bf commit 4233961

File tree

5 files changed

+50
-13
lines changed

5 files changed

+50
-13
lines changed

CHANGELOG.rst

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
1-
====================================================
2-
CHANGE THIS IN changelogs/config.yaml! Release Notes
3-
====================================================
1+
===============================================================
2+
Ansible community.clickhouse collection changelog Release Notes
3+
===============================================================
44

55
.. contents:: Topics
66

7+
v0.8.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This is a minor release of the ``community.clickhouse`` collection.
14+
This changelog contains all changes to the modules and plugins in this collection
15+
that have been made after the previous release.
16+
17+
Major Changes
18+
-------------
19+
20+
- clickhouse_info - removed support for clickhouse versions 21 and 22 (https://github.com/ansible-collections/community.clickhouse/pull/93).
21+
22+
Minor Changes
23+
-------------
24+
25+
- clickhouse_info - columns are extracted from clickhouse version 23 system tables, the affected system tables are - databases, clusters, tables, dictionaries, settings, merge_tree_settings, users, settings_profile_elements (https://github.com/ansible-collections/community.clickhouse/pull/93).
26+
27+
Bugfixes
28+
--------
29+
30+
- clickhouse_user - fixes failure when creating a new user and role_mode is not remove (https://github.com/ansible-collections/community.clickhouse/issues/97).
31+
732
v0.7.0
833
======
934

changelogs/changelog.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,24 @@ releases:
169169
name: clickhouse_cfg_info
170170
namespace: ''
171171
release_date: '2024-11-05'
172+
0.8.0:
173+
changes:
174+
bugfixes:
175+
- clickhouse_user - fixes failure when creating a new user and role_mode is
176+
not remove (https://github.com/ansible-collections/community.clickhouse/issues/97).
177+
major_changes:
178+
- clickhouse_info - removed support for clickhouse versions 21 and 22 (https://github.com/ansible-collections/community.clickhouse/pull/93).
179+
minor_changes:
180+
- clickhouse_info - columns are extracted from clickhouse version 23 system
181+
tables, the affected system tables are - databases, clusters, tables, dictionaries,
182+
settings, merge_tree_settings, users, settings_profile_elements (https://github.com/ansible-collections/community.clickhouse/pull/93).
183+
release_summary: 'This is a minor release of the ``community.clickhouse`` collection.
184+
185+
This changelog contains all changes to the modules and plugins in this collection
186+
187+
that have been made after the previous release.'
188+
fragments:
189+
- 0-clickhouse_info.yml
190+
- 0-clickhouse_user.yml
191+
- 0.8.0.yml
192+
release_date: '2025-04-03'

changelogs/fragments/0-clickhouse_info.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelogs/fragments/0-clickhouse_user.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace: community
44
name: clickhouse
5-
version: 0.7.0
5+
version: 0.8.0
66
readme: README.md
77
authors:
88
- Ansible ClickHouse community

0 commit comments

Comments
 (0)