Skip to content

Commit

Permalink
Release 1.2.0 commit (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman committed Aug 18, 2021
1 parent 328bbb5 commit ccb5211
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Community ProxySQL Collection Release Notes
.. contents:: Topics


v1.2.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
-------------

- refactor ``perform_checks`` function and move ``login_port`` check to ``module_utils/mysql.py`` (https://github.com/ansible-collections/community.proxysql/pull/63).

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

- community.proxysql.proxysql_info - Gathers information about proxysql server

v1.1.0
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,21 @@ releases:
name: proxysql_query_rules_fast_routing
namespace: ''
release_date: '2021-07-23'
1.2.0:
changes:
minor_changes:
- refactor ``perform_checks`` function and move ``login_port`` check to ``module_utils/mysql.py``
(https://github.com/ansible-collections/community.proxysql/pull/63).
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.2.0.yml
- 63-refactor-login-port-check.yml
modules:
- description: Gathers information about proxysql server
name: proxysql_info
namespace: ''
release_date: '2021-08-18'
2 changes: 0 additions & 2 deletions changelogs/fragments/63-refactor-login-port-check.yml

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

0 comments on commit ccb5211

Please sign in to comment.