diff --git a/changelogs/fragments/3.0.0-a1.yml b/changelogs/fragments/3.0.0-a1.yml new file mode 100644 index 00000000..499e2f0e --- /dev/null +++ b/changelogs/fragments/3.0.0-a1.yml @@ -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. diff --git a/galaxy.yml b/galaxy.yml index b5ac3ace..243181f0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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