mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Release 5.0.0.
This commit is contained in:
parent
ea76592af6
commit
02f787a930
18
CHANGELOG.md
18
CHANGELOG.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Topics**
|
**Topics**
|
||||||
|
|
||||||
- <a href="#v5-0-0-a1">v5\.0\.0\-a1</a>
|
- <a href="#v5-0-0">v5\.0\.0</a>
|
||||||
- <a href="#release-summary">Release Summary</a>
|
- <a href="#release-summary">Release Summary</a>
|
||||||
- <a href="#minor-changes">Minor Changes</a>
|
- <a href="#minor-changes">Minor Changes</a>
|
||||||
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
|
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
|
||||||
@ -327,20 +327,20 @@
|
|||||||
- <a href="#removed-features-previously-deprecated-4">Removed Features \(previously deprecated\)</a>
|
- <a href="#removed-features-previously-deprecated-4">Removed Features \(previously deprecated\)</a>
|
||||||
- <a href="#bugfixes-65">Bugfixes</a>
|
- <a href="#bugfixes-65">Bugfixes</a>
|
||||||
|
|
||||||
<a id="v5-0-0-a1"></a>
|
<a id="v5-0-0"></a>
|
||||||
## v5\.0\.0\-a1
|
## v5\.0\.0
|
||||||
|
|
||||||
<a id="release-summary"></a>
|
<a id="release-summary"></a>
|
||||||
### Release Summary
|
### Release Summary
|
||||||
|
|
||||||
First alpha release of community\.docker 5\.0\.0\.
|
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\.
|
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\.
|
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\.
|
Also all module and plugin utils are now private to the collection\, which
|
||||||
All these changes should have no effect on end\-users\.
|
makes it easier to refactor code\. All these changes should have no effect on
|
||||||
|
end\-users\.
|
||||||
The current plan is to release 5\.0\.0 in time for Ansible 13\'s feature freeze\, so in roughly one week\.
|
|
||||||
|
|
||||||
<a id="minor-changes"></a>
|
<a id="minor-changes"></a>
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@ -4,20 +4,20 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
v5.0.0-a1
|
v5.0.0
|
||||||
=========
|
======
|
||||||
|
|
||||||
Release Summary
|
Release Summary
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
First alpha release of community.docker 5.0.0.
|
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.
|
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.
|
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.
|
Also all module and plugin utils are now private to the collection, which
|
||||||
All these changes should have no effect on end-users.
|
makes it easier to refactor code. All these changes should have no effect on
|
||||||
|
end-users.
|
||||||
The current plan is to release 5.0.0 in time for Ansible 13's feature freeze, so in roughly one week.
|
|
||||||
|
|
||||||
Minor Changes
|
Minor Changes
|
||||||
-------------
|
-------------
|
||||||
|
|||||||
@ -2250,3 +2250,23 @@ releases:
|
|||||||
- 5.0.0-a1.yml
|
- 5.0.0-a1.yml
|
||||||
- 5.0.0.yml
|
- 5.0.0.yml
|
||||||
release_date: '2025-10-25'
|
release_date: '2025-10-25'
|
||||||
|
5.0.0:
|
||||||
|
changes:
|
||||||
|
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.'
|
||||||
|
fragments:
|
||||||
|
- 5.0.0.yml
|
||||||
|
release_date: '2025-11-02'
|
||||||
|
|||||||
@ -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.
|
|
||||||
Loading…
Reference in New Issue
Block a user