|
2 | 2 |
|
3 | 3 | **Topics** |
4 | 4 |
|
5 | | -- <a href="#v13-0-0">v13\.0\.0</a> |
| 5 | +- <a href="#v13-0-1">v13\.0\.1</a> |
6 | 6 | - <a href="#release-summary">Release Summary</a> |
7 | 7 | - <a href="#minor-changes">Minor Changes</a> |
| 8 | + - <a href="#bugfixes">Bugfixes</a> |
| 9 | +- <a href="#v13-0-0">v13\.0\.0</a> |
| 10 | + - <a href="#release-summary-1">Release Summary</a> |
| 11 | + - <a href="#minor-changes-1">Minor Changes</a> |
8 | 12 | - <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a> |
9 | 13 | - <a href="#deprecated-features">Deprecated Features</a> |
10 | 14 | - <a href="#removed-features-previously-deprecated">Removed Features \(previously deprecated\)</a> |
11 | | - - <a href="#bugfixes">Bugfixes</a> |
| 15 | + - <a href="#bugfixes-1">Bugfixes</a> |
12 | 16 | - <a href="#new-plugins">New Plugins</a> |
13 | 17 | - <a href="#callback">Callback</a> |
14 | 18 | - <a href="#filter">Filter</a> |
15 | 19 | - <a href="#new-modules">New Modules</a> |
16 | 20 |
|
17 | 21 | This changelog describes changes after version 12\.0\.0\. |
18 | 22 |
|
| 23 | +<a id="v13-0-1"></a> |
| 24 | +## v13\.0\.1 |
| 25 | + |
| 26 | +<a id="release-summary"></a> |
| 27 | +### Release Summary |
| 28 | + |
| 29 | +Bugfix release for inclusion in Ansible 14\.0\.0rc1\. |
| 30 | + |
| 31 | +<a id="minor-changes"></a> |
| 32 | +### Minor Changes |
| 33 | + |
| 34 | +* homebrew\_services \- replace <code>NamedTuple</code> with dataclass \([https\://github\.com/ansible\-collections/community\.general/pull/12094](https\://github\.com/ansible\-collections/community\.general/pull/12094)\)\. |
| 35 | +* one\_service \- replace function\-local <code>namedtuple</code> with module\-level dataclass \([https\://github\.com/ansible\-collections/community\.general/pull/12094](https\://github\.com/ansible\-collections/community\.general/pull/12094)\)\. |
| 36 | +* one\_vm \- replace function\-local <code>namedtuple</code> with module\-level dataclass \([https\://github\.com/ansible\-collections/community\.general/pull/12094](https\://github\.com/ansible\-collections/community\.general/pull/12094)\)\. |
| 37 | +* opennebula inventory plugin \- replace function\-local <code>namedtuple</code> with module\-level dataclass \([https\://github\.com/ansible\-collections/community\.general/pull/12094](https\://github\.com/ansible\-collections/community\.general/pull/12094)\)\. |
| 38 | +* pacman \- replace <code>namedtuple</code> with dataclass for <code>VersionTuple</code> \([https\://github\.com/ansible\-collections/community\.general/pull/12094](https\://github\.com/ansible\-collections/community\.general/pull/12094)\)\. |
| 39 | + |
| 40 | +<a id="bugfixes"></a> |
| 41 | +### Bugfixes |
| 42 | + |
| 43 | +* iptables\_state \- refactor code to avoid unnecessary unused variables and improve internal state handling \([https\://github\.com/ansible\-collections/community\.general/pull/12093](https\://github\.com/ansible\-collections/community\.general/pull/12093)\)\. |
| 44 | +* nmcli \- fix check/diff reporting changes for bond <code>arp\_interval</code> and <code>arp\_ip\_target</code> options when they are already configured \([https\://github\.com/ansible\-collections/community\.general/issues/11588](https\://github\.com/ansible\-collections/community\.general/issues/11588)\, [https\://github\.com/ansible\-collections/community\.general/pull/12085](https\://github\.com/ansible\-collections/community\.general/pull/12085)\)\. |
| 45 | +* nmcli \- fix incorrectly reports diff for bond connections when <code>mtu</code> is unset and NetworkManager reports no explicit MTU value \([https\://github\.com/ansible\-collections/community\.general/pull/12085](https\://github\.com/ansible\-collections/community\.general/pull/12085)\)\. |
| 46 | +* snap \- enforce <code>snap refresh \-\-hold</code> after installing at a specific revision \([https\://github\.com/ansible\-collections/community\.general/issues/12088](https\://github\.com/ansible\-collections/community\.general/issues/12088)\, [https\://github\.com/ansible\-collections/community\.general/pull/12097](https\://github\.com/ansible\-collections/community\.general/pull/12097)\)\. |
| 47 | + |
19 | 48 | <a id="v13-0-0"></a> |
20 | 49 | ## v13\.0\.0 |
21 | 50 |
|
22 | | -<a id="release-summary"></a> |
| 51 | +<a id="release-summary-1"></a> |
23 | 52 | ### Release Summary |
24 | 53 |
|
25 | 54 | This is release 13\.0\.0 of <code>community\.general</code>\, released on 2026\-05\-18\. |
26 | 55 |
|
27 | | -<a id="minor-changes"></a> |
| 56 | +<a id="minor-changes-1"></a> |
28 | 57 | ### Minor Changes |
29 | 58 |
|
30 | 59 | * ModuleHelper module utils \- allow to ignore specific exceptions in <code>module\_fails\_on\_exception</code> decorator \([https\://github\.com/ansible\-collections/community\.general/pull/11488](https\://github\.com/ansible\-collections/community\.general/pull/11488)\)\. |
@@ -667,7 +696,7 @@ This is release 13\.0\.0 of <code>community\.general</code>\, released on 2026\- |
667 | 696 | * spotinst\_aws\_elastigroup \- the module has been removed\. Use <code>spot\.cloud\_modules\.aws\_elastigroup</code> instead \([https\://github\.com/ansible\-collections/community\.general/pull/11834](https\://github\.com/ansible\-collections/community\.general/pull/11834)\)\. |
668 | 697 | * typetalk \- the module has been removed \([https\://github\.com/ansible\-collections/community\.general/pull/11834](https\://github\.com/ansible\-collections/community\.general/pull/11834)\)\. |
669 | 698 |
|
670 | | -<a id="bugfixes"></a> |
| 699 | +<a id="bugfixes-1"></a> |
671 | 700 | ### Bugfixes |
672 | 701 |
|
673 | 702 | * \_filelock module utils \- add type hints\. Fix bug if <code>set\_lock\(\)</code> is called with <code>lock\_timeout\=None</code> \([https\://github\.com/ansible\-collections/community\.general/pull/11222](https\://github\.com/ansible\-collections/community\.general/pull/11222)\)\. |
|
0 commit comments