Skip to content

Commit

Permalink
Release v0.3.0 commit (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksvagachev authored Feb 15, 2024
1 parent 71d49e2 commit 8aed576
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes

.. contents:: Topics

v0.3.0
======

Release Summary
---------------

This is the 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 - added the ability to collect information from system.tables, system.dictionaries, system.merge_tree_settings.

Bugfixes
--------

- clickhouse_client - Add support for returned values of types ``IPv4Address`` and ``IPv6Address``.
- clickhouse_client - Add support for returned values of types ``UUID`` and ``decimal``.

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

- clickhouse_db - Creates or removes a ClickHouse database using the clickhouse-driver Client interface

v0.2.0
======
Expand Down
27 changes: 27 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,30 @@ releases:
- 0-clickhouse_info_limit.yml
- 0.2.0.yml
release_date: '2024-01-31'
0.3.0:
changes:
bugfixes:
- clickhouse_client - Add support for returned values of types ``IPv4Address``
and ``IPv6Address``.
- clickhouse_client - Add support for returned values of types ``UUID`` and
``decimal``.
minor_changes:
- clickhouse_info - added the ability to collect information from system.tables,
system.dictionaries, system.merge_tree_settings.
release_summary: 'This is the 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-clickhouse_info.yml
- 0.3.0.yml
- 1-clickhouse_client.yml
- 2-clickhouse_client.yml
modules:
- description: Creates or removes a ClickHouse database using the clickhouse-driver
Client interface
name: clickhouse_db
namespace: ''
release_date: '2024-02-15'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-clickhouse_info.yml

This file was deleted.

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

This file was deleted.

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

0 comments on commit 8aed576

Please sign in to comment.