Skip to content

Commit 48c50fa

Browse files
committed
Release 11.2.1.
1 parent a1e2ada commit 48c50fa

File tree

9 files changed

+78
-31
lines changed

9 files changed

+78
-31
lines changed

CHANGELOG.md

Lines changed: 40 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,40 @@
22

33
**Topics**
44

5-
- <a href="#v11-2-0">v11\.2\.0</a>
5+
- <a href="#v11-2-1">v11\.2\.1</a>
66
- <a href="#release-summary">Release Summary</a>
7+
- <a href="#bugfixes">Bugfixes</a>
8+
- <a href="#v11-2-0">v11\.2\.0</a>
9+
- <a href="#release-summary-1">Release Summary</a>
710
- <a href="#minor-changes">Minor Changes</a>
811
- <a href="#deprecated-features">Deprecated Features</a>
9-
- <a href="#bugfixes">Bugfixes</a>
12+
- <a href="#bugfixes-1">Bugfixes</a>
1013
- <a href="#new-plugins">New Plugins</a>
1114
- <a href="#lookup">Lookup</a>
1215
- <a href="#new-modules">New Modules</a>
1316
- <a href="#v11-1-2">v11\.1\.2</a>
14-
- <a href="#release-summary-1">Release Summary</a>
17+
- <a href="#release-summary-2">Release Summary</a>
1518
- <a href="#minor-changes-1">Minor Changes</a>
16-
- <a href="#bugfixes-1">Bugfixes</a>
19+
- <a href="#bugfixes-2">Bugfixes</a>
1720
- <a href="#v11-1-1">v11\.1\.1</a>
18-
- <a href="#release-summary-2">Release Summary</a>
21+
- <a href="#release-summary-3">Release Summary</a>
1922
- <a href="#minor-changes-2">Minor Changes</a>
20-
- <a href="#bugfixes-2">Bugfixes</a>
23+
- <a href="#bugfixes-3">Bugfixes</a>
2124
- <a href="#v11-1-0">v11\.1\.0</a>
22-
- <a href="#release-summary-3">Release Summary</a>
25+
- <a href="#release-summary-4">Release Summary</a>
2326
- <a href="#minor-changes-3">Minor Changes</a>
2427
- <a href="#deprecated-features-1">Deprecated Features</a>
25-
- <a href="#bugfixes-3">Bugfixes</a>
28+
- <a href="#bugfixes-4">Bugfixes</a>
2629
- <a href="#new-plugins-1">New Plugins</a>
2730
- <a href="#callback">Callback</a>
2831
- <a href="#new-modules-1">New Modules</a>
2932
- <a href="#v11-0-0">v11\.0\.0</a>
30-
- <a href="#release-summary-4">Release Summary</a>
33+
- <a href="#release-summary-5">Release Summary</a>
3134
- <a href="#minor-changes-4">Minor Changes</a>
3235
- <a href="#deprecated-features-2">Deprecated Features</a>
3336
- <a href="#removed-features-previously-deprecated">Removed Features \(previously deprecated\)</a>
3437
- <a href="#security-fixes">Security Fixes</a>
35-
- <a href="#bugfixes-4">Bugfixes</a>
38+
- <a href="#bugfixes-5">Bugfixes</a>
3639
- <a href="#known-issues">Known Issues</a>
3740
- <a href="#new-plugins-2">New Plugins</a>
3841
- <a href="#callback-1">Callback</a>
@@ -43,10 +46,27 @@
4346
- <a href="#new-modules-2">New Modules</a>
4447
This changelog describes changes after version 10\.0\.0\.
4548

49+
<a id="v11-2-1"></a>
50+
## v11\.2\.1
51+
52+
<a id="release-summary"></a>
53+
### Release Summary
54+
55+
Bugfix release\.
56+
57+
<a id="bugfixes"></a>
58+
### Bugfixes
59+
60+
* Avoid deprecated functionality in ansible\-core 2\.20 \([https\://github\.com/ansible\-collections/community\.general/pull/10687](https\://github\.com/ansible\-collections/community\.general/pull/10687)\)\.
61+
* apache2\_module \- check the <code>cgi</code> module restrictions only during activation \([https\://github\.com/ansible\-collections/community\.general/pull/10423](https\://github\.com/ansible\-collections/community\.general/pull/10423)\)\.
62+
* composer \- fix broken command lines \([https\://github\.com/ansible\-collections/community\.general/issues/10662](https\://github\.com/ansible\-collections/community\.general/issues/10662)\, [https\://github\.com/ansible\-collections/community\.general/pull/10669](https\://github\.com/ansible\-collections/community\.general/pull/10669)\)\.
63+
* pacemaker\_resource \- fix <code>resource\_type</code> parameter formatting \([https\://github\.com/ansible\-collections/community\.general/issues/10426](https\://github\.com/ansible\-collections/community\.general/issues/10426)\, [https\://github\.com/ansible\-collections/community\.general/pull/10663](https\://github\.com/ansible\-collections/community\.general/pull/10663)\)\.
64+
* pids \- prevent error when an empty string is provided for <code>name</code> \([https\://github\.com/ansible\-collections/community\.general/issues/10672](https\://github\.com/ansible\-collections/community\.general/issues/10672)\, [https\://github\.com/ansible\-collections/community\.general/pull/10688](https\://github\.com/ansible\-collections/community\.general/pull/10688)\)\.
65+
4666
<a id="v11-2-0"></a>
4767
## v11\.2\.0
4868

49-
<a id="release-summary"></a>
69+
<a id="release-summary-1"></a>
5070
### Release Summary
5171

5272
Regular bugfix and features release\.
@@ -89,7 +109,7 @@ Regular bugfix and features release\.
89109
* github\_repo \- deprecate <code>force\_defaults\=true</code> \([https\://github\.com/ansible\-collections/community\.general/pull/10435](https\://github\.com/ansible\-collections/community\.general/pull/10435)\)\.
90110
* rocketchat \- the default value for <code>is\_pre740</code>\, currently <code>true</code>\, is deprecated and will change to <code>false</code> in community\.general 13\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/10490](https\://github\.com/ansible\-collections/community\.general/pull/10490)\)\.
91111

92-
<a id="bugfixes"></a>
112+
<a id="bugfixes-1"></a>
93113
### Bugfixes
94114

95115
* 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/issues/854)\, [https\://github\.com/ansible\-collections/community\.general/pull/10346](https\://github\.com/ansible\-collections/community\.general/pull/10346)\)\.
@@ -113,7 +133,7 @@ Regular bugfix and features release\.
113133
<a id="v11-1-2"></a>
114134
## v11\.1\.2
115135

116-
<a id="release-summary-1"></a>
136+
<a id="release-summary-2"></a>
117137
### Release Summary
118138

119139
Bugfix release\.
@@ -252,7 +272,7 @@ Bugfix release\.
252272
* zypper \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10513](https\://github\.com/ansible\-collections/community\.general/pull/10513)\)\.
253273
* zypper\_repository \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10513](https\://github\.com/ansible\-collections/community\.general/pull/10513)\)\.
254274

255-
<a id="bugfixes-1"></a>
275+
<a id="bugfixes-2"></a>
256276
### Bugfixes
257277

258278
* apk \- fix check for empty/whitespace\-only package names \([https\://github\.com/ansible\-collections/community\.general/pull/10532](https\://github\.com/ansible\-collections/community\.general/pull/10532)\)\.
@@ -266,7 +286,7 @@ Bugfix release\.
266286
<a id="v11-1-1"></a>
267287
## v11\.1\.1
268288

269-
<a id="release-summary-2"></a>
289+
<a id="release-summary-3"></a>
270290
### Release Summary
271291

272292
Bugfix release for the next Ansible 12 pre\-release\.
@@ -302,7 +322,7 @@ Bugfix release for the next Ansible 12 pre\-release\.
302322
* filesystem \- remove redundant constructs from argument specs \([https\://github\.com/ansible\-collections/community\.general/pull/10494](https\://github\.com/ansible\-collections/community\.general/pull/10494)\)\.
303323
* sysrc \- adjustments to the code \([https\://github\.com/ansible\-collections/community\.general/pull/10417](https\://github\.com/ansible\-collections/community\.general/pull/10417)\)\.
304324

305-
<a id="bugfixes-2"></a>
325+
<a id="bugfixes-3"></a>
306326
### Bugfixes
307327

308328
* apache2\_module \- avoid ansible\-core 2\.19 deprecation \([https\://github\.com/ansible\-collections/community\.general/pull/10459](https\://github\.com/ansible\-collections/community\.general/pull/10459)\)\.
@@ -320,7 +340,7 @@ Bugfix release for the next Ansible 12 pre\-release\.
320340
<a id="v11-1-0"></a>
321341
## v11\.1\.0
322342

323-
<a id="release-summary-3"></a>
343+
<a id="release-summary-4"></a>
324344
### Release Summary
325345

326346
Regular bugfix and feature release\.
@@ -380,7 +400,7 @@ Regular bugfix and feature release\.
380400
* 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/issues/10318)\, [https\://github\.com/ansible\-collections/community\.general/pull/10329](https\://github\.com/ansible\-collections/community\.general/pull/10329)\)\.
381401
* pacemaker\_cluster \- the parameter <code>state</code> will become a required parameter in community\.general 12\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/10227](https\://github\.com/ansible\-collections/community\.general/pull/10227)\)\.
382402

383-
<a id="bugfixes-3"></a>
403+
<a id="bugfixes-4"></a>
384404
### Bugfixes
385405

386406
* dependent lookup plugin \- avoid deprecated ansible\-core 2\.19 functionality \([https\://github\.com/ansible\-collections/community\.general/pull/10359](https\://github\.com/ansible\-collections/community\.general/pull/10359)\)\.
@@ -406,7 +426,7 @@ Regular bugfix and feature release\.
406426
<a id="v11-0-0"></a>
407427
## v11\.0\.0
408428

409-
<a id="release-summary-4"></a>
429+
<a id="release-summary-5"></a>
410430
### Release Summary
411431

412432
This is release 11\.0\.0 of <code>community\.general</code>\, released on 2025\-06\-16\.
@@ -805,7 +825,7 @@ This is release 11\.0\.0 of <code>community\.general</code>\, released on 2025\-
805825
* keycloak\_authentication \- API calls did not properly set the <code>priority</code> during update resulting in incorrectly sorted authentication flows\. This apparently only affects Keycloak 25 or newer \([https\://github\.com/ansible\-collections/community\.general/pull/9263](https\://github\.com/ansible\-collections/community\.general/pull/9263)\)\.
806826
* keycloak\_client \- Sanitize <code>saml\.encryption\.private\.key</code> so it does not show in the logs \([https\://github\.com/ansible\-collections/community\.general/pull/9621](https\://github\.com/ansible\-collections/community\.general/pull/9621)\)\.
807827

808-
<a id="bugfixes-4"></a>
828+
<a id="bugfixes-5"></a>
809829
### Bugfixes
810830

811831
* apache2\_mod\_proxy \- make compatible with Python 3 \([https\://github\.com/ansible\-collections/community\.general/pull/9762](https\://github\.com/ansible\-collections/community\.general/pull/9762)\)\.

CHANGELOG.rst

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

77
This changelog describes changes after version 10.0.0.
88

9+
v11.2.1
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.general/pull/10687).
21+
- apache2_module - check the ``cgi`` module restrictions only during activation (https://github.com/ansible-collections/community.general/pull/10423).
22+
- composer - fix broken command lines (https://github.com/ansible-collections/community.general/issues/10662, https://github.com/ansible-collections/community.general/pull/10669).
23+
- pacemaker_resource - fix ``resource_type`` parameter formatting (https://github.com/ansible-collections/community.general/issues/10426, https://github.com/ansible-collections/community.general/pull/10663).
24+
- pids - prevent error when an empty string is provided for ``name`` (https://github.com/ansible-collections/community.general/issues/10672, https://github.com/ansible-collections/community.general/pull/10688).
25+
926
v11.2.0
1027
=======
1128

changelogs/changelog.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,3 +1577,24 @@ releases:
15771577
name: binary_file
15781578
namespace: null
15791579
release_date: '2025-08-11'
1580+
11.2.1:
1581+
changes:
1582+
bugfixes:
1583+
- Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.general/pull/10687).
1584+
- apache2_module - check the ``cgi`` module restrictions only during activation
1585+
(https://github.com/ansible-collections/community.general/pull/10423).
1586+
- composer - fix broken command lines (https://github.com/ansible-collections/community.general/issues/10662,
1587+
https://github.com/ansible-collections/community.general/pull/10669).
1588+
- pacemaker_resource - fix ``resource_type`` parameter formatting (https://github.com/ansible-collections/community.general/issues/10426,
1589+
https://github.com/ansible-collections/community.general/pull/10663).
1590+
- pids - prevent error when an empty string is provided for ``name`` (https://github.com/ansible-collections/community.general/issues/10672,
1591+
https://github.com/ansible-collections/community.general/pull/10688).
1592+
release_summary: Bugfix release.
1593+
fragments:
1594+
- 10423-apache_module-condition.yml
1595+
- 10663-pacemaker-resource-fix-resource-type.yml
1596+
- 10680-composer.yml
1597+
- 10687-deprecations.yml
1598+
- 10688-pids.yml
1599+
- 11.2.1.yml
1600+
release_date: '2025-08-18'

changelogs/fragments/10423-apache_module-condition.yml

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

changelogs/fragments/10663-pacemaker-resource-fix-resource-type.yml

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

changelogs/fragments/10680-composer.yml

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

changelogs/fragments/10687-deprecations.yml

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

changelogs/fragments/10688-pids.yml

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

changelogs/fragments/11.2.1.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)