Skip to content

Commit

Permalink
Release 3.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 27, 2024
1 parent b5d085b commit 810bf73
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 9 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ Docker Community Collection Release Notes
.. contents:: Topics


v3.7.0
======

Release Summary
---------------

Bugfix and feature release.

Minor Changes
-------------

- docker_compose_v2 - add ``scale`` option to allow to explicitly scale services (https://github.com/ansible-collections/community.docker/pull/776).
- docker_compose_v2, docker_compose_v2_pull - support ``files`` parameter to specify multiple Compose files (https://github.com/ansible-collections/community.docker/issues/772, https://github.com/ansible-collections/community.docker/pull/775).

Bugfixes
--------

- docker_compose_v2 - properly parse dry-run build events from ``stderr`` (https://github.com/ansible-collections/community.docker/issues/778, https://github.com/ansible-collections/community.docker/pull/779).
- docker_compose_v2_pull - the module was documented as part of the ``community.docker.docker`` action group, but was not actually part of it. That has now been fixed (https://github.com/ansible-collections/community.docker/pull/773).

New Modules
-----------

- docker_image_export - Export (archive) Docker images

v3.6.0
======

Expand Down
25 changes: 25 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1534,3 +1534,28 @@ releases:
fragments:
- 3.6.0-rc1.yml
release_date: '2024-01-18'
3.7.0:
changes:
bugfixes:
- docker_compose_v2 - properly parse dry-run build events from ``stderr`` (https://github.com/ansible-collections/community.docker/issues/778,
https://github.com/ansible-collections/community.docker/pull/779).
- docker_compose_v2_pull - the module was documented as part of the ``community.docker.docker``
action group, but was not actually part of it. That has now been fixed (https://github.com/ansible-collections/community.docker/pull/773).
minor_changes:
- docker_compose_v2 - add ``scale`` option to allow to explicitly scale services
(https://github.com/ansible-collections/community.docker/pull/776).
- docker_compose_v2, docker_compose_v2_pull - support ``files`` parameter to
specify multiple Compose files (https://github.com/ansible-collections/community.docker/issues/772,
https://github.com/ansible-collections/community.docker/pull/775).
release_summary: Bugfix and feature release.
fragments:
- 3.7.0.yml
- 773-docker_compose_v2_pull-action-group.yml
- 775-docker_compose-files.yml
- 776-docker_compose-scale.yml
- 779-compose-v2-build.yml
modules:
- description: Export (archive) Docker images
name: docker_image_export
namespace: ''
release_date: '2024-01-27'
1 change: 0 additions & 1 deletion changelogs/fragments/3.7.0.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/775-docker_compose-files.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/776-docker_compose-scale.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/779-compose-v2-build.yml

This file was deleted.

0 comments on commit 810bf73

Please sign in to comment.