chore(deps): update dependency community.postgresql to v2.2.0 #34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.3
->2.2.0
Release Notes
ansible-collections/community.postgresql
v2.2.0
Compare Source
======
Release Summary
This is the minor release of the
community.postgresql
collection.This changelog contains all changes to the modules in this collection that
have been added after the release of
community.postgresql
2.1.5.Major Changes
groups
argument has been deprecated and will be removed incommunity.postgresql 3.0.0
. Please use thepostgresql_membership
module to specify group/role memberships instead (Ability to specify exact list of groups for user (and revoke user from any other groups) ansible-collections/community.postgresql#277).Minor Changes
exact
state value to be able to specify a list of only groups a user must be a member of (Ability to specify exact list of groups for user (and revoke user from any other groups) ansible-collections/community.postgresql#277).overwrite
(bool, default: false) to remove unmanaged rules (feature request: bulk option for pg_hba module ansible-collections/community.postgresql#297).rules_behavior
(choices: conflict (default), combine) to fail whenrules
and normal rule-specific arguments are given or, whencombine
, use them as defaults for therules
items (feature request: bulk option for pg_hba module ansible-collections/community.postgresql#297).rules
to specify a list of rules using the normal rule-specific argument in each item (feature request: bulk option for pg_hba module ansible-collections/community.postgresql#297).Bugfixes
simplified_bsd.txt
license file for various module utils.ALL x IN SCHEMA
syntax (Update postgresql_privs.py to includeALL x IN SCHEMA
functionality for PostgreSQL versions 9.x + ansible-collections/community.postgresql#282). Please see the official documentation for details regarding grants (https://www.postgresql.org/docs/9.0/sql-grant.html).connparams
dict variable (postgresql_subscription module is not idempotent ansible-collections/community.postgresql#280).alter user
-statements in the return valuequeries
(postgresql_user:alter user
statements missing in return value ansible-collections/community.postgresql#307).v2.1.5
Compare Source
======
Release Summary
This is the bugfix release of the
community.postgresql
collection.This changelog contains all changes to the modules in this collection that
have been added after the release of
community.postgresql
2.1.4Bugfixes
PSF-license.txt
file forplugins/module_utils/_version.py
.nonetype
by always callingensure_required_libs
(AttributeError: 'NoneType' object has no attribute '__version__' ansible-collections/community.postgresql#252).v2.1.4
Compare Source
======
Release Summary
This is the minor release of the
community.postgresql
collection.This changelog contains all changes to the modules in this collection that
have been added after the release of
community.postgresql
2.1.3.Major Changes
Ansible 2.9
andansible-base 2.10
. While we take no active measures to prevent usage and there are no plans to introduce incompatible code to the modules, we will stop testing againstAnsible 2.9
andansible-base 2.10
. Both will very soon be End of Life and if you are still using them, you should consider upgrading to thelatest Ansible / ansible-core 2.11 or later
as soon as possible (Remove Ansible 2.9 & 2.10 ansible-collections/community.postgresql#245).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.