From 2f1d9b3ff973117b0956004da3872691bf6e73f0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Jul 2022 14:10:49 +0200 Subject: [PATCH] Prepare 3.0.0-a2 release. --- changelogs/fragments/3.0.0-a2.yml | 8 ++++++++ galaxy.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/3.0.0-a2.yml diff --git a/changelogs/fragments/3.0.0-a2.yml b/changelogs/fragments/3.0.0-a2.yml new file mode 100644 index 00000000..f1d50c88 --- /dev/null +++ b/changelogs/fragments/3.0.0-a2.yml @@ -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). diff --git a/galaxy.yml b/galaxy.yml index 243181f0..12e2b554 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: docker -version: 3.0.0-a1 +version: 3.0.0-a2 readme: README.md authors: - Ansible Docker Working Group