Skip to content

Commit d6d608a

Browse files
committed
Release 13.0.1.
1 parent c312e39 commit d6d608a

8 files changed

Lines changed: 89 additions & 19 deletions

CHANGELOG.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,58 @@
22

33
**Topics**
44

5-
- <a href="#v13-0-0">v13\.0\.0</a>
5+
- <a href="#v13-0-1">v13\.0\.1</a>
66
- <a href="#release-summary">Release Summary</a>
77
- <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>
812
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
913
- <a href="#deprecated-features">Deprecated Features</a>
1014
- <a href="#removed-features-previously-deprecated">Removed Features \(previously deprecated\)</a>
11-
- <a href="#bugfixes">Bugfixes</a>
15+
- <a href="#bugfixes-1">Bugfixes</a>
1216
- <a href="#new-plugins">New Plugins</a>
1317
- <a href="#callback">Callback</a>
1418
- <a href="#filter">Filter</a>
1519
- <a href="#new-modules">New Modules</a>
1620

1721
This changelog describes changes after version 12\.0\.0\.
1822

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+
1948
<a id="v13-0-0"></a>
2049
## v13\.0\.0
2150

22-
<a id="release-summary"></a>
51+
<a id="release-summary-1"></a>
2352
### Release Summary
2453

2554
This is release 13\.0\.0 of <code>community\.general</code>\, released on 2026\-05\-18\.
2655

27-
<a id="minor-changes"></a>
56+
<a id="minor-changes-1"></a>
2857
### Minor Changes
2958

3059
* 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\-
667696
* 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)\)\.
668697
* typetalk \- the module has been removed \([https\://github\.com/ansible\-collections/community\.general/pull/11834](https\://github\.com/ansible\-collections/community\.general/pull/11834)\)\.
669698

670-
<a id="bugfixes"></a>
699+
<a id="bugfixes-1"></a>
671700
### Bugfixes
672701

673702
* \_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)\)\.

CHANGELOG.rst

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

77
This changelog describes changes after version 12.0.0.
88

9+
v13.0.1
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release for inclusion in Ansible 14.0.0rc1.
16+
17+
Minor Changes
18+
-------------
19+
20+
- homebrew_services - replace ``NamedTuple`` with dataclass (https://github.com/ansible-collections/community.general/pull/12094).
21+
- one_service - replace function-local ``namedtuple`` with module-level dataclass (https://github.com/ansible-collections/community.general/pull/12094).
22+
- one_vm - replace function-local ``namedtuple`` with module-level dataclass (https://github.com/ansible-collections/community.general/pull/12094).
23+
- opennebula inventory plugin - replace function-local ``namedtuple`` with module-level dataclass (https://github.com/ansible-collections/community.general/pull/12094).
24+
- pacman - replace ``namedtuple`` with dataclass for ``VersionTuple`` (https://github.com/ansible-collections/community.general/pull/12094).
25+
26+
Bugfixes
27+
--------
28+
29+
- iptables_state - refactor code to avoid unnecessary unused variables and improve internal state handling (https://github.com/ansible-collections/community.general/pull/12093).
30+
- nmcli - fix check/diff reporting changes for bond ``arp_interval`` and ``arp_ip_target`` options when they are already configured (https://github.com/ansible-collections/community.general/issues/11588, https://github.com/ansible-collections/community.general/pull/12085).
31+
- nmcli - fix incorrectly reports diff for bond connections when ``mtu`` is unset and NetworkManager reports no explicit MTU value (https://github.com/ansible-collections/community.general/pull/12085).
32+
- snap - enforce ``snap refresh --hold`` after installing at a specific revision (https://github.com/ansible-collections/community.general/issues/12088, https://github.com/ansible-collections/community.general/pull/12097).
33+
934
v13.0.0
1035
=======
1136

changelogs/changelog.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,3 +1983,33 @@ releases:
19831983
name: to_toml
19841984
namespace: null
19851985
release_date: '2026-05-18'
1986+
13.0.1:
1987+
changes:
1988+
bugfixes:
1989+
- iptables_state - refactor code to avoid unnecessary unused variables and
1990+
improve internal state handling (https://github.com/ansible-collections/community.general/pull/12093).
1991+
- nmcli - fix check/diff reporting changes for bond ``arp_interval`` and ``arp_ip_target``
1992+
options when they are already configured (https://github.com/ansible-collections/community.general/issues/11588,
1993+
https://github.com/ansible-collections/community.general/pull/12085).
1994+
- nmcli - fix incorrectly reports diff for bond connections when ``mtu`` is
1995+
unset and NetworkManager reports no explicit MTU value (https://github.com/ansible-collections/community.general/pull/12085).
1996+
- snap - enforce ``snap refresh --hold`` after installing at a specific revision
1997+
(https://github.com/ansible-collections/community.general/issues/12088,
1998+
https://github.com/ansible-collections/community.general/pull/12097).
1999+
minor_changes:
2000+
- homebrew_services - replace ``NamedTuple`` with dataclass (https://github.com/ansible-collections/community.general/pull/12094).
2001+
- one_service - replace function-local ``namedtuple`` with module-level dataclass
2002+
(https://github.com/ansible-collections/community.general/pull/12094).
2003+
- one_vm - replace function-local ``namedtuple`` with module-level dataclass
2004+
(https://github.com/ansible-collections/community.general/pull/12094).
2005+
- opennebula inventory plugin - replace function-local ``namedtuple`` with
2006+
module-level dataclass (https://github.com/ansible-collections/community.general/pull/12094).
2007+
- pacman - replace ``namedtuple`` with dataclass for ``VersionTuple`` (https://github.com/ansible-collections/community.general/pull/12094).
2008+
release_summary: Bugfix release for inclusion in Ansible 14.0.0rc1.
2009+
fragments:
2010+
- 11588-nmcli-bond-arp-diff.yml
2011+
- 12093-iptables_state.yml
2012+
- 12094-namedtuple-to-dataclass.yml
2013+
- 12097-snap-hold-revision.yml
2014+
- 13.0.1.yml
2015+
release_date: '2026-05-25'

changelogs/fragments/11588-nmcli-bond-arp-diff.yml

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

changelogs/fragments/12093-iptables_state.yml

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

changelogs/fragments/12094-namedtuple-to-dataclass.yml

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

changelogs/fragments/12097-snap-hold-revision.yml

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

changelogs/fragments/13.0.1.yml

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

0 commit comments

Comments
 (0)