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

chore(deps): update dependency community.docker to v3.7.0 #80

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v3.7.0

Compare Source

======

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

New Modules

  • docker_image_export - Export (archive) Docker images

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 - "before 2pm on Saturday" in timezone Europe/Berlin, Automerge - "every weekend" in timezone Europe/Berlin.

🚦 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency community.docker to v3.6.0 chore(deps): update dependency community.docker to v3.7.0 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/community.docker-3.x branch from 3930520 to e635ebd Compare January 27, 2024 17:05
@l3d00m l3d00m merged commit 17cff65 into main Feb 3, 2024
2 checks passed
@renovate renovate bot deleted the renovate/community.docker-3.x branch February 3, 2024 08:35
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