forked from ansible-collections/community.mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change deprecated parameter pw and db (ansible-collections#177)
* change deprecated parameter pw to password * change deprecated parameter db to database * add changelog fragment * Old plugin versions are no longer supported * Use packaging version checking. * Use stdlib version comparison * Use parse_version from setuptools * Revert to tuple/reduce version check --------- Co-authored-by: Jorge-Rodriguez <[email protected]>
- Loading branch information
1 parent
9acbd55
commit 2f151dc
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/177-change_deprecated_connection_parameters.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- mysql module utils - change deprecated connection parameters ``passwd`` and ``db`` to ``password`` and ``database`` (https://github.com/ansible-collections/community.mysql/pull/177). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters