You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+97
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,103 @@ Community General Release Notes
6
6
7
7
This changelog describes changes after version 2.0.0.
8
8
9
+
v3.5.0
10
+
======
11
+
12
+
Release Summary
13
+
---------------
14
+
15
+
Regular bugfix and feature release.
16
+
17
+
Minor Changes
18
+
-------------
19
+
20
+
- apache2_module - minor refactoring improving code quality, readability and speed (https://github.com/ansible-collections/community.general/pull/3106).
21
+
- dnsimple - module rewrite to include support for python-dnsimple>=2.0.0; also add ``sandbox`` parameter (https://github.com/ansible-collections/community.general/pull/2946).
22
+
- github_repo - add new option ``api_url`` to allow working with on premises installations (https://github.com/ansible-collections/community.general/pull/3038).
23
+
- gunicorn - search for ``gunicorn`` binary in more paths (https://github.com/ansible-collections/community.general/pull/3092).
24
+
- hana_query - added the abillity to use hdbuserstore (https://github.com/ansible-collections/community.general/pull/3125).
25
+
- hpilo_info - added ``host_power_status`` return value to report power state of machine with ``OFF``, ``ON`` or ``UNKNOWN`` (https://github.com/ansible-collections/community.general/pull/3079).
26
+
- nmcli - add ``dummy`` interface support (https://github.com/ansible-collections/community.general/issues/724).
27
+
- nmcli - add ``wifi-sec`` option change detection to support managing secure Wi-Fi connections (https://github.com/ansible-collections/community.general/pull/3136).
28
+
- nmcli - add ``wifi`` option to support managing Wi-Fi settings such as ``hidden`` or ``mode`` (https://github.com/ansible-collections/community.general/pull/3081).
29
+
- pkgin - in case of ``pkgin`` tool failue, display returned standard output ``stdout`` and standard error ``stderr`` to ease debugging (https://github.com/ansible-collections/community.general/issues/3146).
- redfish_command - add ``boot_override_mode`` argument to BootSourceOverride commands (https://github.com/ansible-collections/community.general/issues/3134).
32
+
- supervisorctl - using standard Ansible mechanism to validate ``signalled`` state required parameter (https://github.com/ansible-collections/community.general/pull/3068).
33
+
34
+
Security Fixes
35
+
--------------
36
+
37
+
- nmcli - do not pass WiFi secrets on the ``nmcli`` command line. Use ``nmcli con edit`` instead and pass secrets as ``stdin`` (https://github.com/ansible-collections/community.general/issues/3145).
38
+
39
+
Bugfixes
40
+
--------
41
+
42
+
- ali_instance_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
43
+
- archive - fixing archive root determination when longest common root is ``/`` (https://github.com/ansible-collections/community.general/pull/3036).
44
+
- deploy_helper - improved parameter checking by using standard Ansible construct (https://github.com/ansible-collections/community.general/pull/3104).
45
+
- django_manage - refactor to call ``run_command()`` passing command as a list instead of string (https://github.com/ansible-collections/community.general/pull/3098).
46
+
- ejabberd_user - replaced in-code check with ``required_if``, using ``get_bin_path()`` for the command, passing args to ``run_command()`` as list instead of string (https://github.com/ansible-collections/community.general/pull/3093).
47
+
- gitlab_group_members - fixes issue when gitlab group has more then 20 members, pagination problem (https://github.com/ansible-collections/community.general/issues/3041).
48
+
- gitlab_project_members - fixes issue when gitlab group has more then 20 members, pagination problem (https://github.com/ansible-collections/community.general/issues/3041).
49
+
- idrac_redfish_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
50
+
- ini_file - fix inconsistency between empty value and no value (https://github.com/ansible-collections/community.general/issues/3031).
51
+
- java_cert - import private key as well as public certificate from PKCS#12 (https://github.com/ansible-collections/community.general/issues/2460).
52
+
- memset_memstore_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
53
+
- memset_server_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
54
+
- oneview_datacenter_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
55
+
- oneview_enclosure_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
56
+
- oneview_ethernet_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
57
+
- oneview_fc_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
58
+
- oneview_fcoe_network_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
59
+
- oneview_logical_interconnect_group_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
60
+
- oneview_network_set_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
61
+
- oneview_san_manager_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
62
+
- openbsd_pkg - fix regexp matching crash. This bug could trigger on package names with special characters, for example ``g++`` (https://github.com/ansible-collections/community.general/pull/3161).
63
+
- pids - avoid crashes for older ``psutil`` versions, like on RHEL6 and RHEL7 (https://github.com/ansible-collections/community.general/pull/2808).
64
+
- proxmox inventory plugin - fixed plugin failure when a ``qemu`` guest has no ``template`` key (https://github.com/ansible-collections/community.general/pull/3052).
65
+
- proxmox_kvm - fix result of clone, now returns ``newid`` instead of ``vmid`` (https://github.com/ansible-collections/community.general/pull/3034).
66
+
- rax_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
67
+
- redfish_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
68
+
- smartos_image_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
69
+
- snmp_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
70
+
- supervisorctl - state ``signalled`` was not working (https://github.com/ansible-collections/community.general/pull/3068).
71
+
- taiga - some constructs in the module fixed to work also in Python 3 (https://github.com/ansible-collections/community.general/pull/3067).
72
+
- tss lookup plugin - fixed incompatibility with ``python-tss-sdk`` version 1.0.0 (https://github.com/ansible-collections/community.general/issues/3057, https://github.com/ansible-collections/community.general/pull/3139).
73
+
- utm_aaa_group_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
74
+
- utm_ca_host_key_cert_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
75
+
- utm_network_interface_address_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
76
+
- utm_proxy_frontend_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
77
+
- utm_proxy_location_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
78
+
- xenserver_facts - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
79
+
- xfconf_info - added support to check mode (https://github.com/ansible-collections/community.general/pull/3084).
80
+
81
+
New Modules
82
+
-----------
83
+
84
+
Identity
85
+
~~~~~~~~
86
+
87
+
keycloak
88
+
^^^^^^^^
89
+
90
+
- keycloak_client_rolemapping - Allows administration of Keycloak client_rolemapping with the Keycloak API
91
+
92
+
Packaging
93
+
~~~~~~~~~
94
+
95
+
language
96
+
^^^^^^^^
97
+
98
+
- ansible_galaxy_install - Install Ansible roles or collections using ansible-galaxy
99
+
100
+
System
101
+
~~~~~~
102
+
103
+
- sap_task_list_execute - Perform SAP Task list execution
0 commit comments