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
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,73 @@ Community General Release Notes
6
6
7
7
This changelog describes changes after version 10.0.0.
8
8
9
+
v11.2.0
10
+
=======
11
+
12
+
Release Summary
13
+
---------------
14
+
15
+
Regular bugfix and features release.
16
+
17
+
Minor Changes
18
+
-------------
19
+
20
+
- apk - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/issues/10479, https://github.com/ansible-collections/community.general/pull/10520).
21
+
- bzr - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10523).
22
+
- capabilities - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10524).
23
+
- composer - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10525).
- easy_install - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10526).
26
+
- imgadm - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10536).
27
+
- jenkins_plugin - install dependencies for specific version (https://github.com/ansible-collections/community.general/issue/4995, https://github.com/ansible-collections/community.general/pull/10346).
28
+
- keycloak_identity_provider – add support for ``fromUrl`` to automatically fetch OIDC endpoints from the well-known discovery URL, simplifying identity provider configuration (https://github.com/ansible-collections/community.general/pull/10527).
29
+
- keycloak_realm - add support for ``brute_force_strategy`` and ``max_temporary_lockouts`` (https://github.com/ansible-collections/community.general/issues/10412, https://github.com/ansible-collections/community.general/pull/10415).
30
+
- keycloak_realm - add support for client-related options and Oauth2 device (https://github.com/ansible-collections/community.general/pull/10538).
31
+
- logstash_plugin - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/issues/10479, https://github.com/ansible-collections/community.general/pull/10520).
32
+
- nagios - make parameter ``services`` a ``list`` instead of a ``str`` (https://github.com/ansible-collections/community.general/pull/10493).
33
+
- open_iscsi - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10599).
34
+
- pear - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10601).
35
+
- portage - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10602).
36
+
- riak - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10603).
37
+
- scaleway_* modules, scaleway inventory plugin - update available zones and API URLs (https://github.com/ansible-collections/community.general/issues/10383, https://github.com/ansible-collections/community.general/pull/10424).
38
+
- sensu_subscription - normalize quotes in the module output (https://github.com/ansible-collections/community.general/pull/10483).
39
+
- solaris_zone - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10604).
40
+
- swupd - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10605).
41
+
- tasks_only callback plugin - add ``result_format`` and ``pretty_results`` options similarly to the default callback (https://github.com/ansible-collections/community.general/pull/10422).
42
+
- timezone - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10612).
43
+
- urpmi - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10606).
44
+
- xbps - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10608).
45
+
- xfs_quota - using safer mechanism to run external command (https://github.com/ansible-collections/community.general/pull/10609).
46
+
47
+
Deprecated Features
48
+
-------------------
49
+
50
+
- bearychat - module is deprecated and will be removed in community.general 12.0.0 (https://github.com/ansible-collections/community.general/issues/10514).
51
+
- cpanm - deprecate ``mode=compatibility``, ``mode=new`` should be used instead (https://github.com/ansible-collections/community.general/pull/10434).
- rocketchat - the default value for ``is_pre740``, currently ``true``, is deprecated and will change to ``false`` in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/10490).
54
+
55
+
Bugfixes
56
+
--------
57
+
58
+
- jenkins_plugin - install latest compatible version instead of latest (https://github.com/ansible-collections/community.general/issues/854, https://github.com/ansible-collections/community.general/pull/10346).
59
+
- jenkins_plugin - separate Jenkins and external URL credentials (https://github.com/ansible-collections/community.general/issues/4419, https://github.com/ansible-collections/community.general/pull/10346).
60
+
- lvm_pv - properly detect SCSI or NVMe devices to rescan (https://github.com/ansible-collections/community.general/issues/10444, https://github.com/ansible-collections/community.general/pull/10596).
61
+
62
+
New Plugins
63
+
-----------
64
+
65
+
Lookup
66
+
~~~~~~
67
+
68
+
- community.general.binary_file - Read binary file and return it Base64 encoded.
69
+
70
+
New Modules
71
+
-----------
72
+
73
+
- community.general.lvm_pv_move_data - Move data between LVM Physical Volumes (PVs).
74
+
- community.general.pacemaker_info - Gather information about Pacemaker cluster.
0 commit comments