Skip to content

Commit

Permalink
Release 1.1.0 commit (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman authored Jul 23, 2021
1 parent cee5d77 commit 11ea7b3
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 11 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.1.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
-------------

- Refactoring of connector presence checking (https://github.com/ansible-collections/community.proxysql/pull/50).
- Replace MySQL-Python with mysqlclient in the import error message (https://github.com/ansible-collections/community.proxysql/pull/50).
- proxysql_query_rules - added new parameters ``cache_empty_result``, ``multiplex``, ``OK_msg`` (https://github.com/ansible-collections/community.proxysql/issues/24).

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

- community.proxysql.proxysql_query_rules_fast_routing - Modifies query rules for fast routing policies using the proxysql admin interface

v1.0.0
======

Expand Down
29 changes: 25 additions & 4 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,28 @@ ancestor: null
releases:
1.0.0:
changes:
release_summary:
'This is the first proper release of the ``community.proxysql`` collection.
This changelog contains all changes to the modules in this collection that
were added after the release of Ansible 2.9.0.'
release_summary: This is the first proper release of the ``community.proxysql``
collection. This changelog contains all changes to the modules in this collection
that were added after the release of Ansible 2.9.0.
1.1.0:
changes:
minor_changes:
- Refactoring of connector presence checking (https://github.com/ansible-collections/community.proxysql/pull/50).
- Replace MySQL-Python with mysqlclient in the import error message (https://github.com/ansible-collections/community.proxysql/pull/50).
- proxysql_query_rules - added new parameters ``cache_empty_result``, ``multiplex``,
``OK_msg`` (https://github.com/ansible-collections/community.proxysql/issues/24).
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.1.0.yml
- 25-updated-query-rules.yaml
- 50-refactor-connectors.yaml
modules:
- description: Modifies query rules for fast routing policies using the proxysql
admin interface
name: proxysql_query_rules_fast_routing
namespace: ''
release_date: '2021-07-23'
3 changes: 0 additions & 3 deletions changelogs/fragments/25-updated-query-rules.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/50-refactor-connectors.yaml

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.0.1
version: 1.1.0
readme: README.md
authors:
- Ansible ProxySQL community
Expand Down

0 comments on commit 11ea7b3

Please sign in to comment.