Skip to content

Commit

Permalink
Release 7.5.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 3, 2024
1 parent 2c1172d commit 8a0794d
Show file tree
Hide file tree
Showing 7 changed files with 140 additions and 76 deletions.
146 changes: 86 additions & 60 deletions CHANGELOG.md

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ Community General Release Notes

This changelog describes changes after version 6.0.0.

v7.5.9
======

Release Summary
---------------

Maintenance release.

This is the last 7.x.y release. The 7.x.y release train is now effectively End of Life.

Thanks to everyone who contributed to the community.general 7.x.y releases!

Bugfixes
--------

- 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).
- 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).
- 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).
- 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).
- kdeconfig - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950, https://github.com/ansible-collections/community.general/pull/8925).
- 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).
- 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).

v7.5.8
======

Expand Down
31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1892,3 +1892,34 @@ releases:
- 8367-fix-close-span-if-no-logs.yaml
- 8373-honour-disable-logs.yaml
release_date: '2024-05-20'
7.5.9:
changes:
bugfixes:
- 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).
- 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).
- 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).
- 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).
- kdeconfig - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950,
https://github.com/ansible-collections/community.general/pull/8925).
- 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).
- 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).
release_summary: 'Maintenance release.
This is the last 7.x.y release. The 7.x.y release train is now effectively
End of Life.
Thanks to everyone who contributed to the community.general 7.x.y releases!'
fragments:
- 7.5.9.yml
- 8900-ipa-hostgroup-fix-states.yml
- 8925-atomic.yml
- 9052-modprobe-bugfix.yml
release_date: '2024-11-03'
6 changes: 0 additions & 6 deletions changelogs/fragments/7.5.9.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/8900-ipa-hostgroup-fix-states.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/8925-atomic.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/9052-modprobe-bugfix.yml

This file was deleted.

0 comments on commit 8a0794d

Please sign in to comment.