From 13712fb994b69d1ef04abe2f641cac113a6d9818 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 25 Jan 2024 13:56:57 +0100 Subject: [PATCH] Release 0.1.0 commit (#9) --- CHANGELOG.rst | 27 +++++++++++++++++--- changelogs/changelog.yaml | 23 ++++++++++++++++- changelogs/fragments/0-clickhouse_client.yml | 2 -- changelogs/fragments/1-clickhouse_info.yml | 2 -- galaxy.yml | 2 +- 5 files changed, 47 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/0-clickhouse_client.yml delete mode 100644 changelogs/fragments/1-clickhouse_info.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 297a040..0ffe4c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2abdaca..ac09887 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/0-clickhouse_client.yml b/changelogs/fragments/0-clickhouse_client.yml deleted file mode 100644 index 378b8e6..0000000 --- a/changelogs/fragments/0-clickhouse_client.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- clickhouse_client - add the module. diff --git a/changelogs/fragments/1-clickhouse_info.yml b/changelogs/fragments/1-clickhouse_info.yml deleted file mode 100644 index f30ebdd..0000000 --- a/changelogs/fragments/1-clickhouse_info.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- clickhouse_info - add the module. diff --git a/galaxy.yml b/galaxy.yml index 6f28e54..e24154a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -6,7 +6,7 @@ version: 0.1.0 readme: README.md authors: - Ansible ClickHouse community -description: null +description: ClickHouse collection for Ansible license_file: LICENSE tags: # tags so people can search for collections https://galaxy.ansible.com/search