Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ansible): update community.docker ( 3.5.0 → 3.6.0 ) #5874

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

ghost
Copy link

@ghost ghost 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 |
@ghost ghost added renovate/ansible type/minor Issue relates to a minor version bump labels Jan 21, 2024
@ghost
Copy link
Author

ghost commented Jan 21, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.51s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY secretlint yes no 3.39s
✅ YAML prettier 1 0 0.44s
✅ YAML yamllint 1 0 0.24s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@bjw-s bjw-s merged commit 8caffae into main Jan 26, 2024
12 checks passed
@bjw-s bjw-s deleted the renovate/community.docker-3.x branch January 26, 2024 14:36
bjw-s pushed a commit that referenced this pull request Mar 5, 2024
Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
bjw-s pushed a commit that referenced this pull request Mar 5, 2024
Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/ansible type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant