1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-06 02:28:53 +00:00

Release 13.0.1.

This commit is contained in:
Felix Fontein 2026-05-25 21:19:41 +02:00
parent c312e39df7
commit d6d608a16f
No known key found for this signature in database
GPG key ID: 1E60B8598833B166
8 changed files with 90 additions and 20 deletions

View file

@ -1983,3 +1983,33 @@ releases:
name: to_toml
namespace: null
release_date: '2026-05-18'
13.0.1:
changes:
bugfixes:
- iptables_state - refactor code to avoid unnecessary unused variables and
improve internal state handling (https://github.com/ansible-collections/community.general/pull/12093).
- 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).
- 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).
- 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).
minor_changes:
- homebrew_services - replace ``NamedTuple`` with dataclass (https://github.com/ansible-collections/community.general/pull/12094).
- one_service - replace function-local ``namedtuple`` with module-level dataclass
(https://github.com/ansible-collections/community.general/pull/12094).
- one_vm - replace function-local ``namedtuple`` with module-level dataclass
(https://github.com/ansible-collections/community.general/pull/12094).
- opennebula inventory plugin - replace function-local ``namedtuple`` with
module-level dataclass (https://github.com/ansible-collections/community.general/pull/12094).
- pacman - replace ``namedtuple`` with dataclass for ``VersionTuple`` (https://github.com/ansible-collections/community.general/pull/12094).
release_summary: Bugfix release for inclusion in Ansible 14.0.0rc1.
fragments:
- 11588-nmcli-bond-arp-diff.yml
- 12093-iptables_state.yml
- 12094-namedtuple-to-dataclass.yml
- 12097-snap-hold-revision.yml
- 13.0.1.yml
release_date: '2026-05-25'

View file

@ -1,3 +0,0 @@
bugfixes:
- 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).
- 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).

View file

@ -1,2 +0,0 @@
bugfixes:
- "iptables_state - refactor code to avoid unnecessary unused variables and improve internal state handling (https://github.com/ansible-collections/community.general/pull/12093)."

View file

@ -1,6 +0,0 @@
minor_changes:
- homebrew_services - replace ``NamedTuple`` with dataclass (https://github.com/ansible-collections/community.general/pull/12094).
- one_service - replace function-local ``namedtuple`` with module-level dataclass (https://github.com/ansible-collections/community.general/pull/12094).
- one_vm - replace function-local ``namedtuple`` with module-level dataclass (https://github.com/ansible-collections/community.general/pull/12094).
- opennebula inventory plugin - replace function-local ``namedtuple`` with module-level dataclass (https://github.com/ansible-collections/community.general/pull/12094).
- pacman - replace ``namedtuple`` with dataclass for ``VersionTuple`` (https://github.com/ansible-collections/community.general/pull/12094).

View file

@ -1,2 +0,0 @@
bugfixes:
- 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).

View file

@ -1 +0,0 @@
release_summary: Bugfix release for inclusion in Ansible 14.0.0rc1.