generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0.0 future major release] postgresql_user: Remove deprecated privs argument in 4.0.0 #493
Milestone
Comments
@hunleyd fyi i was surprised to see this when grepped for 3.0.0 after merging all those PRs we added to the 3.0.0 milestone. |
Andersson007
changed the title
postgresql_user: Remove deprecated privs argument in 4.0.0
[4.0.0] postgresql_user: Remove deprecated privs argument in 4.0.0
Jun 9, 2023
Andersson007
changed the title
[4.0.0] postgresql_user: Remove deprecated privs argument in 4.0.0
[4.0.0 future major release] postgresql_user: Remove deprecated privs argument in 4.0.0
Aug 10, 2023
Jamal-B
added a commit
to mediapart/ansible-postgresql
that referenced
this issue
Sep 11, 2023
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Jamal-B
added a commit
to mediapart/ansible-postgresql
that referenced
this issue
Feb 13, 2024
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Jamal-B
added a commit
to mediapart/ansible-postgresql
that referenced
this issue
Feb 13, 2024
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Jamal-B
added a commit
to mediapart/ansible-postgresql
that referenced
this issue
Feb 13, 2024
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Jamal-B
added a commit
to mediapart/ansible-postgresql
that referenced
this issue
Feb 14, 2024
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Jamal-B
added a commit
to mediapart/ansible-postgresql
that referenced
this issue
Feb 15, 2024
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Jamal-B
added a commit
to mediapart/ansible-postgresql
that referenced
this issue
Feb 15, 2024
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Jamal-B
added a commit
to mediapart/ansible-postgresql
that referenced
this issue
Feb 15, 2024
Fix this warning: ``` [DEPRECATION WARNING]: Param 'priv' is deprecated. See the module docs for more information. This feature will be removed from community.postgreql in version 3.0.0. ``` See: ansible-collections/community.postgresql#212 ansible-collections/community.postgresql#227 ansible-collections/community.postgresql#493
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
postgresql_user: Remove privs argument in 4.0.0
Relates to #227
Fixes #117
The text was updated successfully, but these errors were encountered: