mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 12:52:37 +00:00
Prepare 3.0.0-a2 release.
This commit is contained in:
parent
77e63e2cca
commit
2f1d9b3ff9
8
changelogs/fragments/3.0.0-a2.yml
Normal file
8
changelogs/fragments/3.0.0-a2.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
release_summary: |
|
||||||
|
Second alpha prerelease of community.docker 3.0.0. This version again has several breaking changes
|
||||||
|
and features rewrites of several modules to directly use the API using ``requests``, instead of using
|
||||||
|
the Docker SDK for Python.
|
||||||
|
|
||||||
|
The largest change to the previous 3.0.0-a1 prerelease is that ``docker_container`` module has been
|
||||||
|
rewritten. It now also no longer needs the Docker SDK for Python, which allowed to implement some new
|
||||||
|
features that were not available before (``platform`` and ``cgroupns_mode`` parameters).
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace: community
|
namespace: community
|
||||||
name: docker
|
name: docker
|
||||||
version: 3.0.0-a1
|
version: 3.0.0-a2
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible Docker Working Group
|
- Ansible Docker Working Group
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user