Skip to content

Commit 8a0794d

Browse files
committed
Release 7.5.9.
1 parent 2c1172d commit 8a0794d

File tree

7 files changed

+140
-76
lines changed

7 files changed

+140
-76
lines changed

CHANGELOG.md

Lines changed: 86 additions & 60 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

77
This changelog describes changes after version 6.0.0.
88

9+
v7.5.9
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Maintenance release.
16+
17+
This is the last 7.x.y release. The 7.x.y release train is now effectively End of Life.
18+
19+
Thanks to everyone who contributed to the community.general 7.x.y releases!
20+
21+
Bugfixes
22+
--------
23+
24+
- ini_file - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950, https://github.com/ansible-collections/community.general/pull/8925).
25+
- ipa_hostgroup - fix ``enabled `` and ``disabled`` states (https://github.com/ansible-collections/community.general/issues/8408, https://github.com/ansible-collections/community.general/pull/8900).
26+
- java_keystore - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950, https://github.com/ansible-collections/community.general/pull/8925).
27+
- jenkins_plugin - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950, https://github.com/ansible-collections/community.general/pull/8925).
28+
- kdeconfig - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950, https://github.com/ansible-collections/community.general/pull/8925).
29+
- modprobe - fix check mode not being honored for ``persistent`` option (https://github.com/ansible-collections/community.general/issues/9051, https://github.com/ansible-collections/community.general/pull/9052).
30+
- pam_limits - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950, https://github.com/ansible-collections/community.general/pull/8925).
31+
932
v7.5.8
1033
======
1134

changelogs/changelog.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,3 +1892,34 @@ releases:
18921892
- 8367-fix-close-span-if-no-logs.yaml
18931893
- 8373-honour-disable-logs.yaml
18941894
release_date: '2024-05-20'
1895+
7.5.9:
1896+
changes:
1897+
bugfixes:
1898+
- ini_file - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950,
1899+
https://github.com/ansible-collections/community.general/pull/8925).
1900+
- ipa_hostgroup - fix ``enabled `` and ``disabled`` states (https://github.com/ansible-collections/community.general/issues/8408,
1901+
https://github.com/ansible-collections/community.general/pull/8900).
1902+
- java_keystore - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950,
1903+
https://github.com/ansible-collections/community.general/pull/8925).
1904+
- jenkins_plugin - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950,
1905+
https://github.com/ansible-collections/community.general/pull/8925).
1906+
- kdeconfig - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950,
1907+
https://github.com/ansible-collections/community.general/pull/8925).
1908+
- modprobe - fix check mode not being honored for ``persistent`` option (https://github.com/ansible-collections/community.general/issues/9051,
1909+
https://github.com/ansible-collections/community.general/pull/9052).
1910+
- pam_limits - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950,
1911+
https://github.com/ansible-collections/community.general/pull/8925).
1912+
release_summary: 'Maintenance release.
1913+
1914+
1915+
This is the last 7.x.y release. The 7.x.y release train is now effectively
1916+
End of Life.
1917+
1918+
1919+
Thanks to everyone who contributed to the community.general 7.x.y releases!'
1920+
fragments:
1921+
- 7.5.9.yml
1922+
- 8900-ipa-hostgroup-fix-states.yml
1923+
- 8925-atomic.yml
1924+
- 9052-modprobe-bugfix.yml
1925+
release_date: '2024-11-03'

changelogs/fragments/7.5.9.yml

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

changelogs/fragments/8900-ipa-hostgroup-fix-states.yml

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

changelogs/fragments/8925-atomic.yml

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

changelogs/fragments/9052-modprobe-bugfix.yml

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

0 commit comments

Comments
 (0)