forked from ansible-collections/community.clickhouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.1.0 commit (ansible-collections#9)
- Loading branch information
1 parent
6922ea5
commit 13712fb
Showing
5 changed files
with
47 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
Will be updated by antsibull-changelog. Do not edit this manually! | ||
==================================================== | ||
CHANGE THIS IN changelogs/config.yaml! Release Notes | ||
==================================================== | ||
|
||
See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for information on how to use antsibull-changelog. | ||
.. contents:: Topics | ||
|
||
Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there. | ||
|
||
v0.1.0 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
This is the first release of the community.clickhouse collection. | ||
|
||
Minor Changes | ||
------------- | ||
|
||
- clickhouse_client - add the module. | ||
- clickhouse_info - add the module. | ||
|
||
New Modules | ||
----------- | ||
|
||
- clickhouse_client - Execute queries in a ClickHouse database using the clickhouse-driver Client interface | ||
- clickhouse_info - Gather ClickHouse server information using the clickhouse-driver Client interface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
releases: {} | ||
ancestor: null | ||
releases: | ||
0.1.0: | ||
changes: | ||
minor_changes: | ||
- clickhouse_client - add the module. | ||
- clickhouse_info - add the module. | ||
release_summary: This is the first release of the community.clickhouse collection. | ||
fragments: | ||
- 0-clickhouse_client.yml | ||
- 0.1.0.yml | ||
- 1-clickhouse_info.yml | ||
modules: | ||
- description: Execute queries in a ClickHouse database using the clickhouse-driver | ||
Client interface | ||
name: clickhouse_client | ||
namespace: '' | ||
- description: Gather ClickHouse server information using the clickhouse-driver | ||
Client interface | ||
name: clickhouse_info | ||
namespace: '' | ||
release_date: '2024-01-25' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters