Prepare 10.0.0 release (#8921)

* Bump version to 10.0.0, remove deprecated modules and plugins.

* Remove redhat module utils.

* Drop support for ansible-core 2.13 and ansible-core 2.14.
This commit is contained in:
Felix Fontein 2024-10-07 23:37:44 +02:00 committed by GitHub
commit ec6496024f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 30 additions and 2238 deletions

View file

@ -0,0 +1,10 @@
removed_features:
- "The hipchat callback plugin has been removed. The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020 (https://github.com/ansible-collections/community.general/pull/8921)."
- "The consul_acl module has been removed. Use community.general.consul_token and/or community.general.consul_policy instead (https://github.com/ansible-collections/community.general/pull/8921)."
- "The rhn_channel module has been removed (https://github.com/ansible-collections/community.general/pull/8921)."
- "The rhn_register module has been removed (https://github.com/ansible-collections/community.general/pull/8921)."
- "The redhat module utils has been removed (https://github.com/ansible-collections/community.general/pull/8921)."
breaking_changes:
- The collection no longer supports ansible-core 2.13 and ansible-core 2.14.
While most (or even all) modules and plugins might still work with these versions, they are no longer tested in CI and breakages regarding them will not be fixed
(https://github.com/ansible-collections/community.general/pull/8921)."