Skip to content

Commit

Permalink
Release 4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 23, 2024
1 parent 6595d29 commit c294fa4
Show file tree
Hide file tree
Showing 7 changed files with 343 additions and 290 deletions.
589 changes: 306 additions & 283 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

v4.1.0
======

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

Bugfix and feature release.

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

- docker_stack - allow to add ``--detach=false`` option to ``docker stack deploy`` command (https://github.com/ansible-collections/community.docker/pull/987).

Bugfixes
--------

- docker_compose_v2_exec, docker_compose_v2_run - fix missing ``--env`` flag while assembling env arguments (https://github.com/ansible-collections/community.docker/pull/992).
- docker_host_info - ensure that the module always returns ``can_talk_to_docker``, and that it provides the correct value even if ``api_version`` is specified (https://github.com/ansible-collections/community.docker/issues/993, https://github.com/ansible-collections/community.docker/pull/995).

v4.0.1
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1975,3 +1975,21 @@ releases:
- 4.0.1.yml
- 985-label-sanitize.yml
release_date: '2024-11-10'
4.1.0:
changes:
bugfixes:
- docker_compose_v2_exec, docker_compose_v2_run - fix missing ``--env`` flag
while assembling env arguments (https://github.com/ansible-collections/community.docker/pull/992).
- docker_host_info - ensure that the module always returns ``can_talk_to_docker``,
and that it provides the correct value even if ``api_version`` is specified
(https://github.com/ansible-collections/community.docker/issues/993, https://github.com/ansible-collections/community.docker/pull/995).
minor_changes:
- docker_stack - allow to add ``--detach=false`` option to ``docker stack
deploy`` command (https://github.com/ansible-collections/community.docker/pull/987).
release_summary: Bugfix and feature release.
fragments:
- 4.1.0.yml
- 987-docker-stack-detach.yml
- 992-module-docker_compose_v2_run-fix-env-argument.yml
- 995-docker_host_info-return.yml
release_date: '2024-11-23'
1 change: 0 additions & 1 deletion changelogs/fragments/4.1.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/987-docker-stack-detach.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/995-docker_host_info-return.yml

This file was deleted.

0 comments on commit c294fa4

Please sign in to comment.