Release 5.0.0.

This commit is contained in:
Felix Fontein
2025-11-02 12:30:18 +01:00
parent ea76592af6
commit 02f787a930
4 changed files with 37 additions and 26 deletions
-9
View File
@@ -1,9 +0,0 @@
release_summary: |-
New major release.
The main changes are that the collection dropped support for some ansible-core
versions that are End of Life, and thus dropped support for Python 2.7.
This allowed to modernize the Python code, in particular with type hints.
Also all module and plugin utils are now private to the collection, which
makes it easier to refactor code. All these changes should have no effect on
end-users.