Skip to content

Commit 10f1f69

Browse files
committed
Release 11.1.0.
1 parent 2737714 commit 10f1f69

18 files changed

+324
-83
lines changed

CHANGELOG.md

Lines changed: 106 additions & 12 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,92 @@ Community General Release Notes
66

77
This changelog describes changes after version 10.0.0.
88

9+
v11.1.0
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix and feature release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- cloudflare_dns - adds support for PTR records (https://github.com/ansible-collections/community.general/pull/10267).
21+
- cloudflare_dns - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
22+
- cloudflare_dns - simplify validations and refactor some code, no functional changes (https://github.com/ansible-collections/community.general/pull/10269).
23+
- crypttab - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
24+
- datadog_monitor - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
25+
- dense callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
26+
- gitlab_deploy_key - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
27+
- gitlab_group_access_token - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
28+
- gitlab_hook - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
29+
- gitlab_project_access_token - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
30+
- gitlab_runner - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
31+
- iocage inventory plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
32+
- ipa_group - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
33+
- jc filter plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
34+
- jenkins_build - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
35+
- jenkins_build_info - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
36+
- keycloak - add support for ``grant_type=client_credentials`` to all keycloak modules, so that specifying ``auth_client_id`` and ``auth_client_secret`` is sufficient for authentication (https://github.com/ansible-collections/community.general/pull/10231).
37+
- keycloak module utils - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
38+
- logstash callback plugin - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
39+
- mail callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
40+
- nmcli - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
41+
- nmcli - simplify validations and refactor some code, no functional changes (https://github.com/ansible-collections/community.general/pull/10323).
42+
- oneandone_firewall_policy - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
43+
- oneandone_load_balancer - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
44+
- oneandone_monitoring_policy - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
45+
- onepassword_info - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
46+
- osx_defaults - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
47+
- ovh_ip_loadbalancing_backend - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
48+
- pacemaker_cluster - add ``state=maintenance`` for managing pacemaker maintenance mode (https://github.com/ansible-collections/community.general/issues/10200, https://github.com/ansible-collections/community.general/pull/10227).
49+
- pacemaker_cluster - rename ``node`` to ``name`` and add ``node`` alias (https://github.com/ansible-collections/community.general/pull/10227).
50+
- pacemaker_resource - enhance module by removing duplicative code (https://github.com/ansible-collections/community.general/pull/10227).
51+
- packet_device - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
52+
- pagerduty - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
53+
- pingdom - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
54+
- python_runner module utils - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
55+
- rhevm - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
56+
- rocketchat - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
57+
- sensu_silence - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
58+
- sl_vm - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
59+
- urpmi - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
60+
- wsl connection plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
61+
- xattr - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
62+
- xen_orchestra inventory plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
63+
- xfconf - minor adjustments the the code (https://github.com/ansible-collections/community.general/pull/10311).
64+
- xml - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
65+
66+
Deprecated Features
67+
-------------------
68+
69+
- catapult - module is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/issues/10318, https://github.com/ansible-collections/community.general/pull/10329).
70+
- pacemaker_cluster - the parameter ``state`` will become a required parameter in community.general 12.0.0 (https://github.com/ansible-collections/community.general/pull/10227).
71+
72+
Bugfixes
73+
--------
74+
75+
- dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality (https://github.com/ansible-collections/community.general/pull/10359).
76+
- github_release - support multiple types of GitHub tokens; no longer failing when ``ghs_`` token type is provided (https://github.com/ansible-collections/community.general/issues/10338, https://github.com/ansible-collections/community.general/pull/10339).
77+
- icinga2 inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.general/pull/10271).
78+
- incus connection plugin - fix error handling to return more useful Ansible errors to the user (https://github.com/ansible-collections/community.general/issues/10344, https://github.com/ansible-collections/community.general/pull/10349).
79+
- linode inventory plugin - avoid using deprecated option when templating options (https://github.com/ansible-collections/community.general/pull/10271).
80+
- logstash callback plugin - remove reference to Python 2 library (https://github.com/ansible-collections/community.general/pull/10345).
81+
82+
New Plugins
83+
-----------
84+
85+
Callback
86+
~~~~~~~~
87+
88+
- community.general.tasks_only - Only show tasks.
89+
90+
New Modules
91+
-----------
92+
93+
- community.general.jenkins_credential - Manage Jenkins credentials and domains via API.
94+
995
v11.0.0
1096
=======
1197

changelogs/changelog.yaml

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,3 +1098,135 @@ releases:
10981098
name: onepassword_ssh_key
10991099
namespace: null
11001100
release_date: '2025-06-16'
1101+
11.1.0:
1102+
changes:
1103+
bugfixes:
1104+
- dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality
1105+
(https://github.com/ansible-collections/community.general/pull/10359).
1106+
- github_release - support multiple types of GitHub tokens; no longer failing
1107+
when ``ghs_`` token type is provided (https://github.com/ansible-collections/community.general/issues/10338,
1108+
https://github.com/ansible-collections/community.general/pull/10339).
1109+
- icinga2 inventory plugin - avoid using deprecated option when templating
1110+
options (https://github.com/ansible-collections/community.general/pull/10271).
1111+
- incus connection plugin - fix error handling to return more useful Ansible
1112+
errors to the user (https://github.com/ansible-collections/community.general/issues/10344,
1113+
https://github.com/ansible-collections/community.general/pull/10349).
1114+
- linode inventory plugin - avoid using deprecated option when templating
1115+
options (https://github.com/ansible-collections/community.general/pull/10271).
1116+
- logstash callback plugin - remove reference to Python 2 library (https://github.com/ansible-collections/community.general/pull/10345).
1117+
deprecated_features:
1118+
- catapult - module is deprecated and will be removed in community.general
1119+
13.0.0 (https://github.com/ansible-collections/community.general/issues/10318,
1120+
https://github.com/ansible-collections/community.general/pull/10329).
1121+
- pacemaker_cluster - the parameter ``state`` will become a required parameter
1122+
in community.general 12.0.0 (https://github.com/ansible-collections/community.general/pull/10227).
1123+
minor_changes:
1124+
- cloudflare_dns - adds support for PTR records (https://github.com/ansible-collections/community.general/pull/10267).
1125+
- cloudflare_dns - remove redundant brackets in conditionals, no functional
1126+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1127+
- cloudflare_dns - simplify validations and refactor some code, no functional
1128+
changes (https://github.com/ansible-collections/community.general/pull/10269).
1129+
- crypttab - remove redundant brackets in conditionals, no functional changes
1130+
(https://github.com/ansible-collections/community.general/pull/10328).
1131+
- datadog_monitor - remove redundant brackets in conditionals, no functional
1132+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1133+
- dense callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
1134+
- gitlab_deploy_key - remove redundant brackets in conditionals, no functional
1135+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1136+
- gitlab_group_access_token - remove redundant brackets in conditionals, no
1137+
functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1138+
- gitlab_hook - remove redundant brackets in conditionals, no functional changes
1139+
(https://github.com/ansible-collections/community.general/pull/10328).
1140+
- gitlab_project_access_token - remove redundant brackets in conditionals,
1141+
no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1142+
- gitlab_runner - remove redundant brackets in conditionals, no functional
1143+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1144+
- iocage inventory plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
1145+
- ipa_group - remove redundant brackets in conditionals, no functional changes
1146+
(https://github.com/ansible-collections/community.general/pull/10328).
1147+
- jc filter plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
1148+
- jenkins_build - remove redundant brackets in conditionals, no functional
1149+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1150+
- jenkins_build_info - remove redundant brackets in conditionals, no functional
1151+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1152+
- keycloak - add support for ``grant_type=client_credentials`` to all keycloak
1153+
modules, so that specifying ``auth_client_id`` and ``auth_client_secret``
1154+
is sufficient for authentication (https://github.com/ansible-collections/community.general/pull/10231).
1155+
- keycloak module utils - remove redundant brackets in conditionals, no functional
1156+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1157+
- logstash callback plugin - remove redundant brackets in conditionals, no
1158+
functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1159+
- mail callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
1160+
- nmcli - remove redundant brackets in conditionals, no functional changes
1161+
(https://github.com/ansible-collections/community.general/pull/10328).
1162+
- nmcli - simplify validations and refactor some code, no functional changes
1163+
(https://github.com/ansible-collections/community.general/pull/10323).
1164+
- oneandone_firewall_policy - remove redundant brackets in conditionals, no
1165+
functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1166+
- oneandone_load_balancer - remove redundant brackets in conditionals, no
1167+
functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1168+
- oneandone_monitoring_policy - remove redundant brackets in conditionals,
1169+
no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1170+
- onepassword_info - remove redundant brackets in conditionals, no functional
1171+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1172+
- osx_defaults - remove redundant brackets in conditionals, no functional
1173+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1174+
- ovh_ip_loadbalancing_backend - remove redundant brackets in conditionals,
1175+
no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1176+
- pacemaker_cluster - add ``state=maintenance`` for managing pacemaker maintenance
1177+
mode (https://github.com/ansible-collections/community.general/issues/10200,
1178+
https://github.com/ansible-collections/community.general/pull/10227).
1179+
- pacemaker_cluster - rename ``node`` to ``name`` and add ``node`` alias (https://github.com/ansible-collections/community.general/pull/10227).
1180+
- pacemaker_resource - enhance module by removing duplicative code (https://github.com/ansible-collections/community.general/pull/10227).
1181+
- packet_device - remove redundant brackets in conditionals, no functional
1182+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1183+
- pagerduty - remove redundant brackets in conditionals, no functional changes
1184+
(https://github.com/ansible-collections/community.general/pull/10328).
1185+
- pingdom - remove redundant brackets in conditionals, no functional changes
1186+
(https://github.com/ansible-collections/community.general/pull/10328).
1187+
- python_runner module utils - remove redundant brackets in conditionals,
1188+
no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1189+
- rhevm - remove redundant brackets in conditionals, no functional changes
1190+
(https://github.com/ansible-collections/community.general/pull/10328).
1191+
- rocketchat - remove redundant brackets in conditionals, no functional changes
1192+
(https://github.com/ansible-collections/community.general/pull/10328).
1193+
- sensu_silence - remove redundant brackets in conditionals, no functional
1194+
changes (https://github.com/ansible-collections/community.general/pull/10328).
1195+
- sl_vm - remove redundant brackets in conditionals, no functional changes
1196+
(https://github.com/ansible-collections/community.general/pull/10328).
1197+
- urpmi - remove redundant brackets in conditionals, no functional changes
1198+
(https://github.com/ansible-collections/community.general/pull/10328).
1199+
- wsl connection plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
1200+
- xattr - remove redundant brackets in conditionals, no functional changes
1201+
(https://github.com/ansible-collections/community.general/pull/10328).
1202+
- xen_orchestra inventory plugin - use f-strings instead of concatenation
1203+
(https://github.com/ansible-collections/community.general/pull/10285).
1204+
- xfconf - minor adjustments the the code (https://github.com/ansible-collections/community.general/pull/10311).
1205+
- xml - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
1206+
release_summary: Regular bugfix and feature release.
1207+
fragments:
1208+
- 10227-pacemaker-cluster-and-resource-enhancement.yml
1209+
- 10231-keycloak-add-client-credentials-authentication.yml
1210+
- 10267-add-cloudflare-ptr-record-support.yml
1211+
- 10269-cloudflare-dns-refactor.yml
1212+
- 10271--disable_lookups.yml
1213+
- 10285-fstr-plugins.yml
1214+
- 10311-xfconf-refactor.yml
1215+
- 10323-nmcli-improvements.yml
1216+
- 10328-redundant-brackets.yml
1217+
- 10329-catapult-deprecation.yml
1218+
- 10339-github_app_access_token.yml
1219+
- 10349-incus_connection-error-handling.yml
1220+
- 10359-dependent.yml
1221+
- 11.1.0.yml
1222+
- logstash.yml
1223+
modules:
1224+
- description: Manage Jenkins credentials and domains via API.
1225+
name: jenkins_credential
1226+
namespace: ''
1227+
plugins:
1228+
callback:
1229+
- description: Only show tasks.
1230+
name: tasks_only
1231+
namespace: null
1232+
release_date: '2025-07-14'

changelogs/fragments/10227-pacemaker-cluster-and-resource-enhancement.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)