mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 04:21:44 -07:00
Drop support for ansible-core 2.11 and 2.12 (#7269)
* Drop support for ansible-core 2.11 and 2.12. Also move ansible-core 2.13 from regular CI to EOL CI. * Remove some compatibility code. * Remove no longer needed import. * Update README. Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
91fdc8e06a
commit
4ea40e9473
8 changed files with 29 additions and 148 deletions
12
changelogs/fragments/ansible-core-2.11-2.12.yml
Normal file
12
changelogs/fragments/ansible-core-2.11-2.12.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
removed_features:
|
||||
- "The collection no longer supports ansible-core 2.11 and ansible-core 2.12.
|
||||
Parts of the collection might still work on these ansible-core versions, but others might not
|
||||
(https://github.com/ansible-collections/community.general/pull/7269)."
|
||||
breaking_changes:
|
||||
- "selective callback plugin - remove compatibility code for Ansible 2.9 and ansible-core 2.10
|
||||
(https://github.com/ansible-collections/community.general/pull/7269)."
|
||||
- "collection_version lookup plugin - remove compatibility code for ansible-base 2.10 and ansible-core 2.11
|
||||
(https://github.com/ansible-collections/community.general/pull/7269)."
|
||||
- "version module util - remove fallback for ansible-core 2.11. All modules and plugins that do
|
||||
version collections no longer work with ansible-core 2.11
|
||||
(https://github.com/ansible-collections/community.general/pull/7269)."
|
Loading…
Add table
Add a link
Reference in a new issue