Skip to content

Commit

Permalink
prepare release 1.5.0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman committed Jan 4, 2023
1 parent 8debc14 commit 5dc30b7
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 13 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Community ProxySQL Collection Release Notes
.. contents:: Topics


v1.5.0
======

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

This is the minor release of the ``community.proxysql`` collection.

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

- roles/proxysql - add support for configuring REST API (https://github.com/ansible-collections/community.proxysql/pull/110).

Bugfixes
--------

- proxysql_query_rules_fast_routing - fix query parameter order, that prevents updating ``destination_hostgroup`` parameter (https://github.com/ansible-collections/community.proxysql/pull/108).
- proxysql_query_rules_fast_routing - remove unnecessary ``flagIN`` check, that makes it impossible to update the ``destination_hostgroup`` parameter (https://github.com/ansible-collections/community.proxysql/pull/108).
- roles/proxysql - Fix wait_for task when `proxysql_admin_bind_address` is overridden (https://github.com/ansible-collections/community.proxysql/pull/115).
- roles/proxysql - Missing proxysql_global_variables module parameters (https://github.com/ansible-collections/community.proxysql/pull/116).

v1.4.0
======

Expand All @@ -17,7 +38,7 @@ Because ansible <= 2.10 is EOL, ``community.proxysql`` will only be tested again
Bugfixes
--------

- roles/proxysql - As of ProxySQL 2.4.0, ``client_found_rows`` mysql variable has been removed (https://github.com/ansible-collections/community.proxysql/pull/101).
- roles/proxysql - As of ProxySQL 2.4.0, `client_found_rows` mysql variable has been removed (https://github.com/ansible-collections/community.proxysql/pull/101).

v1.3.2
======
Expand Down
24 changes: 22 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,29 @@ releases:
has been removed (https://github.com/ansible-collections/community.proxysql/pull/101).
release_summary: 'This is the minor release of the ``community.proxysql`` collection.
Because ansible <= 2.10 is EOL, ``community.proxysql`` will only be tested against ansible > 2.10.'

Because ansible <= 2.10 is EOL, ``community.proxysql`` will only be tested
against ansible > 2.10.'
fragments:
- 1.4.0.yml
- 101-removed-mysql-variable.yml
release_date: '2022-05-23'
1.5.0:
changes:
bugfixes:
- proxysql_query_rules_fast_routing - fix query parameter order, that prevents
updating ``destination_hostgroup`` parameter (https://github.com/ansible-collections/community.proxysql/pull/108).
- proxysql_query_rules_fast_routing - remove unnecessary ``flagIN`` check, that
makes it impossible to update the ``destination_hostgroup`` parameter (https://github.com/ansible-collections/community.proxysql/pull/108).
- roles/proxysql - Fix wait_for task when `proxysql_admin_bind_address` is overridden
(https://github.com/ansible-collections/community.proxysql/pull/115).
- roles/proxysql - Missing proxysql_global_variables module parameters (https://github.com/ansible-collections/community.proxysql/pull/116).
minor_changes:
- roles/proxysql - add support for configuring REST API (https://github.com/ansible-collections/community.proxysql/pull/110).
release_summary: This is the minor release of the ``community.proxysql`` collection.
fragments:
- 1.5.0.yml
- 107-update_destination_hostgroup.yml
- 110-restapi.yml
- 115-wait-for-fix.yml
- 116-proxysql-global-variables-parameters.yml
release_date: '2023-01-04'
3 changes: 0 additions & 3 deletions changelogs/fragments/107-update_destination_hostgroup.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/110-restapi.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/115-wait-for-fix.yml

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: proxysql
version: 1.4.0
version: 1.5.0
readme: README.md
authors:
- Ansible ProxySQL community
Expand Down

0 comments on commit 5dc30b7

Please sign in to comment.