mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Release 5.8.5.
This commit is contained in:
parent
74c7cee446
commit
7c76d92ed0
17 changed files with 99 additions and 44 deletions
|
@ -6,6 +6,38 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 4.0.0.
|
This changelog describes changes after version 4.0.0.
|
||||||
|
|
||||||
|
v5.8.5
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- ModuleHelper - fix bug when adjusting the name of reserved output variables (https://github.com/ansible-collections/community.general/pull/5755).
|
||||||
|
- alternatives - support subcommands on Fedora 37, which uses ``follower`` instead of ``slave`` (https://github.com/ansible-collections/community.general/pull/5794).
|
||||||
|
- bitwarden lookup plugin - clarify what to do, if the bitwarden vault is not unlocked (https://github.com/ansible-collections/community.general/pull/5811).
|
||||||
|
- dig lookup plugin - correctly handle DNSKEY record type's ``algorithm`` field (https://github.com/ansible-collections/community.general/pull/5914).
|
||||||
|
- gem - fix hang due to interactive prompt for confirmation on specific version uninstall (https://github.com/ansible-collections/community.general/pull/5751).
|
||||||
|
- gitlab_deploy_key - also update ``title`` and not just ``can_push`` (https://github.com/ansible-collections/community.general/pull/5888).
|
||||||
|
- keycloak_user_federation - fixes federation creation issue. When a new federation was created and at the same time a default / standard mapper was also changed / updated the creation process failed as a bad None set variable led to a bad malformed url request (https://github.com/ansible-collections/community.general/pull/5750).
|
||||||
|
- keycloak_user_federation - fixes idempotency detection issues. In some cases the module could fail to properly detect already existing user federations because of a buggy seemingly superflous extra query parameter (https://github.com/ansible-collections/community.general/pull/5732).
|
||||||
|
- loganalytics callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- logdna callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- logstash callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- nsupdate - fix zone lookup. The SOA record for an existing zone is returned as an answer RR and not as an authority RR (https://github.com/ansible-collections/community.general/issues/5817, https://github.com/ansible-collections/community.general/pull/5818).
|
||||||
|
- redfish_utils - removed basic auth HTTP header when performing a GET on the service root resource and when performing a POST to the session collection (https://github.com/ansible-collections/community.general/issues/5886).
|
||||||
|
- splunk callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- sumologic callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- syslog_json callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- terraform - fix ``current`` workspace never getting appended to the ``all`` key in the ``workspace_ctf`` object (https://github.com/ansible-collections/community.general/pull/5735).
|
||||||
|
- terraform - fix ``terraform init`` failure when there are multiple workspaces on the remote backend and when ``default`` workspace is missing by setting ``TF_WORKSPACE`` environmental variable to the value of ``workspace`` when used (https://github.com/ansible-collections/community.general/pull/5735).
|
||||||
|
- terraform module - disable ANSI escape sequences during validation phase (https://github.com/ansible-collections/community.general/pull/5843).
|
||||||
|
- xml - fixed a bug where empty ``children`` list would not be set (https://github.com/ansible-collections/community.general/pull/5808).
|
||||||
|
|
||||||
v5.8.4
|
v5.8.4
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1420,3 +1420,70 @@ releases:
|
||||||
- 5705-opkg-fix-force-reinstall.yml
|
- 5705-opkg-fix-force-reinstall.yml
|
||||||
- 5744-unixy-callback-fix-config-manager-typo.yml
|
- 5744-unixy-callback-fix-config-manager-typo.yml
|
||||||
release_date: '2023-01-04'
|
release_date: '2023-01-04'
|
||||||
|
5.8.5:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- ModuleHelper - fix bug when adjusting the name of reserved output variables
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/5755).
|
||||||
|
- alternatives - support subcommands on Fedora 37, which uses ``follower`` instead
|
||||||
|
of ``slave`` (https://github.com/ansible-collections/community.general/pull/5794).
|
||||||
|
- bitwarden lookup plugin - clarify what to do, if the bitwarden vault is not
|
||||||
|
unlocked (https://github.com/ansible-collections/community.general/pull/5811).
|
||||||
|
- dig lookup plugin - correctly handle DNSKEY record type's ``algorithm`` field
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/5914).
|
||||||
|
- gem - fix hang due to interactive prompt for confirmation on specific version
|
||||||
|
uninstall (https://github.com/ansible-collections/community.general/pull/5751).
|
||||||
|
- gitlab_deploy_key - also update ``title`` and not just ``can_push`` (https://github.com/ansible-collections/community.general/pull/5888).
|
||||||
|
- keycloak_user_federation - fixes federation creation issue. When a new federation
|
||||||
|
was created and at the same time a default / standard mapper was also changed
|
||||||
|
/ updated the creation process failed as a bad None set variable led to a
|
||||||
|
bad malformed url request (https://github.com/ansible-collections/community.general/pull/5750).
|
||||||
|
- 'keycloak_user_federation - fixes idempotency detection issues. In some cases
|
||||||
|
the module could fail to properly detect already existing user federations
|
||||||
|
because of a buggy seemingly superflous extra query parameter (https://github.com/ansible-collections/community.general/pull/5732).
|
||||||
|
|
||||||
|
'
|
||||||
|
- loganalytics callback plugin - adjust type of callback to ``notification``,
|
||||||
|
it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- logdna callback plugin - adjust type of callback to ``notification``, it was
|
||||||
|
incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- logstash callback plugin - adjust type of callback to ``notification``, it
|
||||||
|
was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- nsupdate - fix zone lookup. The SOA record for an existing zone is returned
|
||||||
|
as an answer RR and not as an authority RR (https://github.com/ansible-collections/community.general/issues/5817,
|
||||||
|
https://github.com/ansible-collections/community.general/pull/5818).
|
||||||
|
- redfish_utils - removed basic auth HTTP header when performing a GET on the
|
||||||
|
service root resource and when performing a POST to the session collection
|
||||||
|
(https://github.com/ansible-collections/community.general/issues/5886).
|
||||||
|
- splunk callback plugin - adjust type of callback to ``notification``, it was
|
||||||
|
incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- sumologic callback plugin - adjust type of callback to ``notification``, it
|
||||||
|
was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- syslog_json callback plugin - adjust type of callback to ``notification``,
|
||||||
|
it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761).
|
||||||
|
- terraform - fix ``current`` workspace never getting appended to the ``all``
|
||||||
|
key in the ``workspace_ctf`` object (https://github.com/ansible-collections/community.general/pull/5735).
|
||||||
|
- terraform - fix ``terraform init`` failure when there are multiple workspaces
|
||||||
|
on the remote backend and when ``default`` workspace is missing by setting
|
||||||
|
``TF_WORKSPACE`` environmental variable to the value of ``workspace`` when
|
||||||
|
used (https://github.com/ansible-collections/community.general/pull/5735).
|
||||||
|
- terraform module - disable ANSI escape sequences during validation phase (https://github.com/ansible-collections/community.general/pull/5843).
|
||||||
|
- xml - fixed a bug where empty ``children`` list would not be set (https://github.com/ansible-collections/community.general/pull/5808).
|
||||||
|
release_summary: Regular bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 5.8.5.yml
|
||||||
|
- 5732-bugfix-keycloak-userfed-idempotency.yml
|
||||||
|
- 5735-terraform-init-fix-when-default-workspace-doesnt-exists.yaml
|
||||||
|
- 5750-bugfixing-keycloak-usrfed-fail-when-update-default-mapper-simultaneously.yml
|
||||||
|
- 5751-gem-fix-uninstall-hang.yml
|
||||||
|
- 5755-mh-fix-output-conflict.yml
|
||||||
|
- 5761-callback-types.yml
|
||||||
|
- 5794-alternatives-fedora37.yml
|
||||||
|
- 5808-xml-children-parameter-does-not-exist.yml
|
||||||
|
- 5811-clarify-bitwarden-error.yml
|
||||||
|
- 5818-nsupdate-fix-zone-lookup.yml
|
||||||
|
- 5843-terraform-validate-no-color.yml
|
||||||
|
- 5886-redfish-correct-basic-auth-usage-on-session-creation.yml
|
||||||
|
- 5888-update-key-title.yml
|
||||||
|
- 5914-dig-dnskey.yml
|
||||||
|
release_date: '2023-01-31'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular bugfix release.
|
|
|
@ -1,6 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- >
|
|
||||||
keycloak_user_federation - fixes idempotency detection issues. In some
|
|
||||||
cases the module could fail to properly detect already existing user
|
|
||||||
federations because of a buggy seemingly superflous extra query parameter
|
|
||||||
(https://github.com/ansible-collections/community.general/pull/5732).
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- terraform - fix ``current`` workspace never getting appended to the ``all`` key in the ``workspace_ctf`` object (https://github.com/ansible-collections/community.general/pull/5735).
|
|
||||||
- terraform - fix ``terraform init`` failure when there are multiple workspaces on the remote backend and when ``default`` workspace is missing by setting ``TF_WORKSPACE`` environmental variable to the value of ``workspace`` when used (https://github.com/ansible-collections/community.general/pull/5735).
|
|
|
@ -1,7 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- >-
|
|
||||||
keycloak_user_federation - fixes federation creation issue. When a new
|
|
||||||
federation was created and at the same time a default / standard mapper
|
|
||||||
was also changed / updated the creation process failed as a bad None
|
|
||||||
set variable led to a bad malformed url request
|
|
||||||
(https://github.com/ansible-collections/community.general/pull/5750).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gem - fix hang due to interactive prompt for confirmation on specific version uninstall (https://github.com/ansible-collections/community.general/pull/5751).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- ModuleHelper - fix bug when adjusting the name of reserved output variables (https://github.com/ansible-collections/community.general/pull/5755).
|
|
|
@ -1,7 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "loganalytics callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761)."
|
|
||||||
- "logdna callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761)."
|
|
||||||
- "logstash callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761)."
|
|
||||||
- "splunk callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761)."
|
|
||||||
- "sumologic callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761)."
|
|
||||||
- "syslog_json callback plugin - adjust type of callback to ``notification``, it was incorrectly classified as ``aggregate`` before (https://github.com/ansible-collections/community.general/pull/5761)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "alternatives - support subcommands on Fedora 37, which uses ``follower`` instead of ``slave`` (https://github.com/ansible-collections/community.general/pull/5794)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- xml - fixed a bug where empty ``children`` list would not be set (https://github.com/ansible-collections/community.general/pull/5808).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- bitwarden lookup plugin - clarify what to do, if the bitwarden vault is not unlocked (https://github.com/ansible-collections/community.general/pull/5811).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- nsupdate - fix zone lookup. The SOA record for an existing zone is returned as an answer RR and not as an authority RR (https://github.com/ansible-collections/community.general/issues/5817, https://github.com/ansible-collections/community.general/pull/5818).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- terraform module - disable ANSI escape sequences during validation phase (https://github.com/ansible-collections/community.general/pull/5843).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- redfish_utils - removed basic auth HTTP header when performing a GET on the service root resource and when performing a POST to the session collection (https://github.com/ansible-collections/community.general/issues/5886).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gitlab_deploy_key - also update ``title`` and not just ``can_push`` (https://github.com/ansible-collections/community.general/pull/5888).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "dig lookup plugin - correctly handle DNSKEY record type's ``algorithm`` field (https://github.com/ansible-collections/community.general/pull/5914)."
|
|
Loading…
Reference in a new issue