Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

feat(ansible-collection): update community.docker to 3.6.0 #3675

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

trux-bot[bot]
Copy link
Contributor

@trux-bot trux-bot bot commented Jan 21, 2024

This PR contains the following updates:

Package Type Update Change
community.docker galaxy-collection minor 3.5.0 -> 3.6.0

Release Notes

ansible-collections/community.docker (community.docker)

v3.6.0

Compare Source

======

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.

Major Changes

  • The community.docker collection now depends on the community.library_inventory_filtering_v1 collection. This utility collection provides host filtering functionality for inventory plugins. If you use the Ansible community package, both collections are included and you do not have to do anything special. If you install the collection with ansible-galaxy collection install, it will be installed automatically. If you install the collection by copying the files of the collection to a place where ansible-core can find it, for example by cloning the git repository, you need to make sure that you also have to install the dependency if you are using the inventory plugins (https://github.com/ansible-collections/community.docker/pull/698).

Minor Changes

Bugfixes

New Modules

  • docker_compose_v2 - Manage multi-container Docker applications with Docker Compose CLI plugin
  • docker_compose_v2_pull - Pull a Docker compose project
  • docker_image_build - Build Docker images using Docker buildx
  • docker_image_pull - Pull Docker images from registries
  • docker_image_push - Push Docker images to registries
  • docker_image_remove - Remove Docker images
  • docker_image_tag - Tag Docker images with new names and/or tags

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource        | package          | from  | to    |
| ----------------- | ---------------- | ----- | ----- |
| galaxy-collection | community.docker | 3.5.0 | 3.6.0 |
@trux-bot trux-bot bot requested a review from truxnell as a code owner January 21, 2024 09:09
@trux-bot trux-bot bot added the type/minor label Jan 21, 2024
@truxnell truxnell merged commit 312a7f8 into main Jan 25, 2024
1 check failed
@truxnell truxnell deleted the renovate/community.docker-3.x branch January 25, 2024 09:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant