Skip to content

Commit

Permalink
Release 1.3.0 commit (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Sep 30, 2021
1 parent ee554c1 commit 503fb7b
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ Community ProxySQL Collection Release Notes
.. contents:: Topics


v1.3.0
======

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

This is the minor release of the ``community.proxysql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

Minor Changes
-------------

- proxysql_query_rules - add ``next_query_flagIN`` argument (https://github.com/ansible-collections/community.proxysql/pull/74).
- proxysql_replication_hostgroups - implement ``check_type`` parameter (https://github.com/ansible-collections/community.proxysql/pull/69).

Bugfixes
--------

- proxysql_query_rules - fix backwards compatibility. Proxysql > 2 does not support parameter ``cache_empty_result`` (https://github.com/ansible-collections/community.proxysql/pull/77).
- proxysql_replication_hostgroups - ability to change ``reader_hostgroup`` (https://github.com/ansible-collections/community.proxysql/pull/69).

v1.2.0
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,23 @@ releases:
name: proxysql_info
namespace: ''
release_date: '2021-08-18'
1.3.0:
changes:
bugfixes:
- proxysql_query_rules - fix backwards compatibility. Proxysql > 2 does not
support parameter ``cache_empty_result`` (https://github.com/ansible-collections/community.proxysql/pull/77).
- proxysql_replication_hostgroups - ability to change ``reader_hostgroup`` (https://github.com/ansible-collections/community.proxysql/pull/69).
minor_changes:
- proxysql_query_rules - add ``next_query_flagIN`` argument (https://github.com/ansible-collections/community.proxysql/pull/74).
- proxysql_replication_hostgroups - implement ``check_type`` parameter (https://github.com/ansible-collections/community.proxysql/pull/69).
release_summary: 'This is the minor release of the ``community.proxysql`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 1.3.0.yml
- 69-check_type.yml
- 74-add-support-for-next_query_flagIN.yml
- 77-fix-query-rules.yml
release_date: '2021-09-30'
4 changes: 0 additions & 4 deletions changelogs/fragments/69-check_type.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/74-add-support-for-next_query_flagIN.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/77-fix-query-rules.yml

This file was deleted.

3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
namespace: community
name: proxysql
version: 1.3.0-dev
version: 1.3.0
readme: README.md
authors:
- Ansible ProxySQL community
- Akim Lindberg (@akimrx)
- Ben Mildren (@bmildren)
- Markus Bergholz (@markuman)
description: ProxySQL collection for Ansible
license_file: LICENSE
tags:
Expand Down

0 comments on commit 503fb7b

Please sign in to comment.