Skip to content

Commit

Permalink
Release 0.1.0 commit (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Jan 25, 2024
1 parent 6922ea5 commit 13712fb
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 9 deletions.
27 changes: 24 additions & 3 deletions CHANGELOG.rst
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
23 changes: 22 additions & 1 deletion changelogs/changelog.yaml
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'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-clickhouse_client.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1-clickhouse_info.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 @@ -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
Expand Down

0 comments on commit 13712fb

Please sign in to comment.