Prepare 3.0.0-a1 release.

This commit is contained in:
Felix Fontein 2022-07-06 22:40:00 +02:00
parent da9252a67e
commit 848e21d253
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
release_summary: First alpha prerelease of community.docker 3.0.0. This version 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.

View File

@ -2,7 +2,7 @@
namespace: community
name: docker
version: 3.0.0
version: 3.0.0-a1
readme: README.md
authors:
- Ansible Docker Working Group