Release 4.7.0.

This commit is contained in:
Felix Fontein 2022-04-05 14:02:29 +02:00
commit 22b72e6684
13 changed files with 64 additions and 39 deletions

View file

@ -1 +0,0 @@
release_summary: Regular bugfix and feature release.

View file

@ -1,4 +0,0 @@
---
bugfixes:
- nmcli - fix returning "changed" when routes parameters set, also suggest new routes4 and routes6 format
(https://github.com/ansible-collections/community.general/issues/4131).

View file

@ -1,4 +0,0 @@
---
bugfixes:
- proxmox inventory plugin - fixed the ``tags_parsed`` field when Proxmox
returns a single space for the ``tags`` entry (https://github.com/ansible-collections/community.general/pull/4378).

View file

@ -1,4 +0,0 @@
---
minor_changes:
- sudoers - add support for ``runas`` parameter
(https://github.com/ansible-collections/community.general/issues/4379).

View file

@ -1,6 +0,0 @@
---
bugfixes:
- keycloak_* - the documented ``validate_certs`` parameter was not taken into
account when calling the ``open_url`` function in some cases, thus enforcing
certificate validation even when ``validate_certs`` was set to ``false``.
(https://github.com/ansible-collections/community.general/pull/4382)

View file

@ -1,4 +0,0 @@
---
minor_changes:
- keycloak_client - add ``default_client_scopes`` and ``optional_client_scopes`` parameters.
(https://github.com/ansible-collections/community.general/pull/4385).

View file

@ -1,4 +0,0 @@
---
minor_changes:
- proxmox inventory plugin - add support for templating the ``url``, ``user``, and ``password`` options
(https://github.com/ansible-collections/community.general/pull/4418).

View file

@ -1,4 +0,0 @@
---
minor_changes:
- ipa_service - add ``skip_host_check`` parameter.
(https://github.com/ansible-collections/community.general/pull/4417).

View file

@ -1,2 +0,0 @@
bugfixes:
- zypper - fixed bug that caused zypper to always report [ok] and do nothing on ``state=present`` when all packages in ``name`` had a version specification (https://github.com/ansible-collections/community.general/issues/4371, https://github.com/ansible-collections/community.general/pull/4421).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- dsv lookup plugin - raise an Ansible error if the wrong ``python-dsv-sdk`` version is installed (https://github.com/ansible-collections/community.general/pull/4422).

View file

@ -1,3 +0,0 @@
---
minor_changes:
- keycloak_client - add ``always_display_in_console`` parameter (https://github.com/ansible-collections/community.general/issues/4390).