Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a75d71a

Browse files
authored
Release 3.10.3 commit (ansible-collections#678)
1 parent eec6e70 commit a75d71a

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Community MySQL and MariaDB Collection Release Notes
66

77
This changelog describes changes after version 2.0.0.
88

9+
v3.10.3
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
This is a bugfix release of the ``community.mysql`` collection.
16+
This changelog contains all changes to the modules and plugins in this
17+
collection that have been made after the previous release.
18+
19+
Bugfixes
20+
--------
21+
22+
- mysql_user - add correct ``ed25519`` auth plugin handling when creating a user (https://github.com/ansible-collections/community.mysql/pull/676).
23+
924
v3.10.2
1025
=======
1126

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,20 @@ releases:
187187
- 0-mysql_user.yml
188188
- 3.10.2.yml
189189
release_date: '2024-09-06'
190+
3.10.3:
191+
changes:
192+
bugfixes:
193+
- mysql_user - add correct ``ed25519`` auth plugin handling when creating a
194+
user (https://github.com/ansible-collections/community.mysql/pull/676).
195+
release_summary: 'This is a bugfix release of the ``community.mysql`` collection.
196+
197+
This changelog contains all changes to the modules and plugins in this
198+
199+
collection that have been made after the previous release.'
200+
fragments:
201+
- 0-mysql_user.yml
202+
- 3.10.3.yml
203+
release_date: '2024-09-09'
190204
3.2.0:
191205
changes:
192206
bugfixes:

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: community
33
name: mysql
4-
version: 3.10.2
4+
version: 3.10.3
55
readme: README.md
66
authors:
77
- Ansible community

0 commit comments

Comments
 (0)