From b2cee5677afe8cf28fb2365c26cf2bfeeedf5415 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 18 Jan 2024 08:20:29 +0100 Subject: [PATCH] Next expected release will be 3.6.0. --- changelogs/fragments/3.6.0.yml | 25 ++++++++++++------------- galaxy.yml | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/changelogs/fragments/3.6.0.yml b/changelogs/fragments/3.6.0.yml index 6b111a23..47933a9e 100644 --- a/changelogs/fragments/3.6.0.yml +++ b/changelogs/fragments/3.6.0.yml @@ -1,13 +1,12 @@ -{} -#release_summary: | -# Bugfix and feature release. -# -# The collection now includes a bunch of new ``docker_image_*`` modules that move features out of the -# rather complex ``docker_image`` module. These new modules are easier to use and can better declare whether -# they support check mode, diff mode, or none of them. -# -# This version also features modules that support the Docker CLI plugins ``buildx`` and ``compose``. -# The ``docker_image_build`` module uses the ``docker buildx`` command under the hood, and the ``docker_compose_v2`` -# and ``docker_compose_v2_pull`` modules uses the ``docker compose`` command. All these modules use the Docker CLI -# instead of directly talking to the API. The modules support mostly the same interface as the API based modules, -# so the main difference is that instead of some Python requirements, they depend on the Docker CLI tool ``docker``. +release_summary: | + Bugfix and feature release. + + The collection now includes a bunch of new ``docker_image_*`` modules that move features out of the + rather complex ``docker_image`` module. These new modules are easier to use and can better declare whether + they support check mode, diff mode, or none of them. + + This version also features modules that support the Docker CLI plugins ``buildx`` and ``compose``. + The ``docker_image_build`` module uses the ``docker buildx`` command under the hood, and the ``docker_compose_v2`` + and ``docker_compose_v2_pull`` modules uses the ``docker compose`` command. All these modules use the Docker CLI + instead of directly talking to the API. The modules support mostly the same interface as the API based modules, + so the main difference is that instead of some Python requirements, they depend on the Docker CLI tool ``docker``. diff --git a/galaxy.yml b/galaxy.yml index 5fa55c7c..81d520b3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,7 @@ namespace: community name: docker -version: 3.6.0-rc1 +version: 3.6.0 readme: README.md authors: - Ansible Docker Working Group