Release 3.4.0.

This commit is contained in:
Felix Fontein 2021-07-19 23:59:45 +02:00
commit 5a71909770
19 changed files with 118 additions and 46 deletions

View file

@ -1,2 +0,0 @@
minor_changes:
- nmcli - add ``runner`` and ``runner_hwaddr_policy`` options (https://github.com/ansible-collections/community.general/issues/2901).

View file

@ -1,6 +0,0 @@
---
minor_changes:
- filesystem - extend support for FreeBSD. Avoid potential data loss by checking
existence of a filesystem with ``fstyp`` (native command) if ``blkid`` (foreign
command) doesn't find one. Add support for character devices and ``ufs`` filesystem
type (https://github.com/ansible-collections/community.general/pull/2902).

View file

@ -1,4 +0,0 @@
---
minor_changes:
- archive - added ``dest_state`` return value to describe final state of ``dest`` after successful task execution
(https://github.com/ansible-collections/community.general/pull/2913).

View file

@ -1,2 +0,0 @@
minor_changes:
- module_helper module utils - added feature flag parameters to ``CmdMixin`` to control whether ``rc``, ``out`` and ``err`` are automatically added to the module output (https://github.com/ansible-collections/community.general/pull/2922).

View file

@ -1,2 +0,0 @@
minor_changes:
- jenkins_job_info - the ``password`` and ``token`` parameters can also be omitted to retrieve only public information (https://github.com/ansible-collections/community.general/pull/2948).

View file

@ -1,3 +0,0 @@
---
minor_changes:
- keycloak_client - add ``authentication_flow_binding_overrides`` option (https://github.com/ansible-collections/community.general/pull/2949).

View file

@ -1,2 +0,0 @@
minor_changes:
- rax_mon_notification_plan - fixed validation checks by specifying type ``str`` as the ``elements`` of parameters ``ok_state``, ``warning_state`` and ``critical_state`` (https://github.com/ansible-collections/community.general/pull/2955).

View file

@ -1,3 +0,0 @@
minor_changes:
- datadog_monitor - allow creation of composite datadog monitors
(https://github.com/ansible-collections/community.general/issues/2956).

View file

@ -1,2 +0,0 @@
bugfixes:
- launchd - fixed sanity check in the module's code (https://github.com/ansible-collections/community.general/pull/2960).

View file

@ -1,3 +0,0 @@
---
minor_changes:
- keycloak_authentication - enhanced diff mode to also return before and after state when the authentication flow is updated (https://github.com/ansible-collections/community.general/pull/2963).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- proxmox inventory plugin - fixed parsing failures when some cluster nodes are offline (https://github.com/ansible-collections/community.general/issues/2931).

View file

@ -1,4 +0,0 @@
---
minor_changes:
- archive - refactoring prior to fix for idempotency checks. The fix will be a breaking change and only appear
in community.general 4.0.0 (https://github.com/ansible-collections/community.general/pull/2987).

View file

@ -1,2 +0,0 @@
bugfixes:
- pamd - fixed problem with files containing only one or two lines (https://github.com/ansible-collections/community.general/issues/2925).

View file

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

View file

@ -1,2 +0,0 @@
minor_changes:
- gitlab_project - add new options ``allow_merge_on_skipped_pipeline``, ``only_allow_merge_if_all_discussions_are_resolved``, ``only_allow_merge_if_pipeline_succeeds``, ``packages_enabled``, ``remove_source_branch_after_merge``, ``squash_option`` (https://github.com/ansible-collections/community.general/pull/3002).

View file

@ -1,3 +0,0 @@
bugfixes:
- redfish_command - fix extraneous error caused by missing ``bootdevice`` argument
when using the ``DisableBootOverride`` sub-command (https://github.com/ansible-collections/community.general/issues/3005).

View file

@ -1,2 +0,0 @@
bugfixes:
- "snap - fix formatting of ``--channel`` argument when the ``channel`` option is used (https://github.com/ansible-collections/community.general/pull/3028)."