Skip to content

Commit

Permalink
Release 3.13.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 16, 2024
1 parent 3409ad2 commit b7edd43
Show file tree
Hide file tree
Showing 7 changed files with 311 additions and 258 deletions.
511 changes: 267 additions & 244 deletions CHANGELOG.md

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Docker Community Collection Release Notes

.. contents:: Topics

v3.13.4
=======

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

Bugfix release.

Bugfixes
--------

- docker_compose_v2 - when using Compose 2.31.0 or newer, revert to the old behavior that image rebuilds, for example if ``rebuild=always``, only result in ``changed`` if a container has been restarted (https://github.com/ansible-collections/community.docker/issues/1005, https://github.com/ansible-collections/community.docker/issues/pull/1011, https://github.com/ansible-collections/community.docker/pull/1012).
- docker_swarm_info - do not crash when finding Swarm jobs if ``services=true`` (https://github.com/ansible-collections/community.docker/issues/1003).

Known Issues
------------

- docker_image_build - when ``outputs`` is specified, all entries with ``type=image``, ``type=oci`` and ``type=docker`` have their name overwritten by the values provided in ``name`` and ``tag``. This happens because the module provides the ``--tag`` option with the values of the ``name`` and ``tag`` options to Docker the buildx plugin, which for some reason takes that value and uses it to overwrite the values in ``--output`` parameters (https://github.com/ansible-collections/community.docker/issues/1001, https://github.com/ansible-collections/community.docker/pull/1007).

v3.13.3
=======

Expand Down
25 changes: 25 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1965,3 +1965,28 @@ releases:
- 992-module-docker_compose_v2_run-fix-env-argument.yml
- 995-docker_host_info-return.yml
release_date: '2024-11-23'
3.13.4:
changes:
bugfixes:
- docker_compose_v2 - when using Compose 2.31.0 or newer, revert to the old
behavior that image rebuilds, for example if ``rebuild=always``, only result
in ``changed`` if a container has been restarted (https://github.com/ansible-collections/community.docker/issues/1005,
https://github.com/ansible-collections/community.docker/issues/pull/1011,
https://github.com/ansible-collections/community.docker/pull/1012).
- docker_swarm_info - do not crash when finding Swarm jobs if ``services=true``
(https://github.com/ansible-collections/community.docker/issues/1003).
known_issues:
- docker_image_build - when ``outputs`` is specified, all entries with ``type=image``,
``type=oci`` and ``type=docker`` have their name overwritten by the values
provided in ``name`` and ``tag``. This happens because the module provides
the ``--tag`` option with the values of the ``name`` and ``tag`` options
to Docker the buildx plugin, which for some reason takes that value and
uses it to overwrite the values in ``--output`` parameters (https://github.com/ansible-collections/community.docker/issues/1001,
https://github.com/ansible-collections/community.docker/pull/1007).
release_summary: Bugfix release.
fragments:
- 1003-docker_swarm_info-crash.yml
- 1007-build-output.yml
- 1011-docker_compose_v2-build-changed.yml
- 3.13.4.yml
release_date: '2024-12-16'
2 changes: 0 additions & 2 deletions changelogs/fragments/1003-docker_swarm_info-crash.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/1007-build-output.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/1011-docker_compose_v2-build-changed.yml

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/fragments/3.13.4.yml

This file was deleted.

0 comments on commit b7edd43

Please sign in to comment.