Skip to content

Commit 3670b2a

Browse files
authored
Release 3.5.0 commit (#436)
1 parent cc5cf98 commit 3670b2a

File tree

5 files changed

+39
-9
lines changed

5 files changed

+39
-9
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ Community MySQL Collection Release Notes
66

77
This changelog describes changes after version 2.0.0.
88

9+
v3.5.0
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
This is the minor release of the ``community.mysql`` collection.
16+
This changelog contains all changes to the modules in this collection
17+
that have been added after the release of ``community.mysql`` 3.4.0.
18+
19+
Minor Changes
20+
-------------
21+
22+
- mysql_replication - add a new option: ``primary_ssl_verify_server_cert`` (https://github.com//pull/435).
23+
24+
Bugfixes
25+
--------
26+
27+
- mysql_user - grant option was revoked accidentally when modifying users. This fix revokes grant option only when privs are setup to do that (https://github.com/ansible-collections/community.mysql/issues/77#issuecomment-1209693807).
28+
929
v3.4.0
1030
======
1131

changelogs/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,21 @@ releases:
227227
- fix-256-mysql_dump-errors.yml
228228
- simplified-bsd-license.yml
229229
release_date: '2022-08-02'
230+
3.5.0:
231+
changes:
232+
bugfixes:
233+
- mysql_user - grant option was revoked accidentally when modifying users. This
234+
fix revokes grant option only when privs are setup to do that (https://github.com/ansible-collections/community.mysql/issues/77#issuecomment-1209693807).
235+
minor_changes:
236+
- 'mysql_replication - add a new option: ``primary_ssl_verify_server_cert``
237+
(https://github.com//pull/435).'
238+
release_summary: 'This is the minor release of the ``community.mysql`` collection.
239+
240+
This changelog contains all changes to the modules in this collection
241+
242+
that have been added after the release of ``community.mysql`` 3.4.0.'
243+
fragments:
244+
- 3.5.0.yml
245+
- 434-do-not-revoke-grant-option-always.yaml
246+
- 435-mysql_replication_verify_server_cert.yml
247+
release_date: '2022-09-05'

changelogs/fragments/434-do-not-revoke-grant-option-always.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelogs/fragments/435-mysql_replication_verify_server_cert.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: mysql
3-
version: 3.4.1
3+
version: 3.5.0
44
readme: README.md
55
authors:
66
- Ansible community

0 commit comments

Comments
 (0)