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-collection): update community.docker to 3.7.0 #281

Closed
wants to merge 1 commit into from

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Nov 11, 2023

This PR contains the following updates:

Package Type Update Change
community.docker galaxy-collection minor 3.4.8 -> 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

v3.5.0

Compare Source

======

Release Summary

Bugfix and feature release.

Minor Changes

Deprecated Features

  • docker_container - the default ignore for the image_name_mismatch parameter has been deprecated and will switch to recreate in community.docker 4.0.0. A deprecation warning will be printed in situations where the default value is used and where a behavior would change once the default changes (https://github.com/ansible-collections/community.docker/pull/703).

Bugfixes

v3.4.11

Compare Source

=======

Release Summary

Bugfix release.

Bugfixes


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.

@kireque-bot kireque-bot bot added type/patch Issue relates to a patch version bump size/XS labels Nov 11, 2023
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Nov 11, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.13s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 1.81s
✅ YAML prettier 1 0 0.48s
✅ YAML yamllint 1 0 0.25s

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

@kireque-bot kireque-bot bot changed the title fix(ansible-collection): update community.docker to 3.4.10 fix(ansible-collection): update community.docker to 3.4.11 Nov 12, 2023
@kireque-bot kireque-bot bot force-pushed the renovate/community.docker-3.x branch from 8e31abc to f6d4b45 Compare November 12, 2023 12:13
@kireque-bot kireque-bot bot force-pushed the renovate/community.docker-3.x branch from f6d4b45 to 79c64ef Compare December 10, 2023 09:08
@kireque-bot kireque-bot bot changed the title fix(ansible-collection): update community.docker to 3.4.11 feat(ansible-collection): update community.docker to 3.5.0 Dec 10, 2023
@kireque-bot kireque-bot bot force-pushed the renovate/community.docker-3.x branch from 79c64ef to c74fff6 Compare January 21, 2024 09:08
@kireque-bot kireque-bot bot changed the title feat(ansible-collection): update community.docker to 3.5.0 feat(ansible-collection): update community.docker to 3.6.0 Jan 21, 2024
| datasource        | package          | from  | to    |
| ----------------- | ---------------- | ----- | ----- |
| galaxy-collection | community.docker | 3.4.8 | 3.7.0 |
@kireque-bot kireque-bot bot force-pushed the renovate/community.docker-3.x branch from c74fff6 to 3e8ccee Compare January 27, 2024 13:08
@kireque-bot kireque-bot bot changed the title feat(ansible-collection): update community.docker to 3.6.0 feat(ansible-collection): update community.docker to 3.7.0 Jan 27, 2024
@kireque kireque closed this Jan 30, 2024
@kireque-bot kireque-bot bot deleted the renovate/community.docker-3.x branch January 30, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant