chore(deps): update dependency containers.podman to v1.20.2 #16

Open
renovate-bot wants to merge 1 commit from renovate/containers.podman-1.x into main
Member

This PR contains the following updates:

Package Type Update Change
containers.podman galaxy-collection minor 1.18.01.20.2

Release Notes

containers/ansible-podman-collections (containers.podman)

v1.20.2

Compare Source

=======

Release Summary

Bugfixes and minor changes

Minor Changes

  • podman_quadlet - Add support for aliases for Quadlets

Bugfixes

  • podman_image - Fix build ignoring arch option

v1.20.1

Compare Source

=======

Release Summary

minor change

Minor Changes

  • Fix version in galaxy

v1.20.0

Compare Source

=======

Release Summary

Add podman_quadlet_build module for building images using Quadlet, fix podman_pod check mode, fix podman_secret empty data, and add podman_prune idempotency

Minor Changes

  • podman_prune - Add idempotency support

Bugfixes

  • podman_pod - Fix check mode support
  • podman_quadlet_build - Fix and add unittests
  • podman_secret - Fix ignoring 'data' if it's an empty string

New Modules

  • containers.podman.podman_quadlet_build - Build images for use by Podman Quadlets

v1.19.2

Compare Source

=======

Release Summary

Fix quadlet_options being incorrectly placed under Service section

Bugfixes

  • podman_container - Fix quadlet_options placement when restart_policy is set

v1.19.1

Compare Source

=======

Release Summary

Fix podman network and add platform option to podman_image

Minor Changes

  • Add --platform option to podman_image

Bugfixes

  • podman_network - Add diff and idempotency to ip_ranges in net_config

v1.19.0

Compare Source

=======

Release Summary

Add podman Quadlet modules

Major Changes

  • Add podman Quadlet modules

New Modules

  • containers.podman.podman_quadlet - Install or remove Podman Quadlets
  • containers.podman.podman_quadlet_info - Gather information about Podman Quadlets

v1.18.2

Compare Source

=======

Release Summary

Fix deprecation warnings and improve CI

Minor Changes

  • Fix tests for new Podman

Bugfixes

  • Fix Ansible warning about test utils

v1.18.1

Compare Source

=======

Release Summary

New podman and buildah connections and bugfixes

Major Changes

  • Rewrite podman and buildah connections

Minor Changes

  • Add configuration for new Ansible release
  • Fix CI of Podman Search modul
  • add passthrough and none log driver options

Bugfixes

  • Fix idempotency for tagging local images
  • Fix image idempotency in pull
  • Fix issue with --rm and service in Quadlet
  • fix(podman_prune) set top-level changed status

Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [containers.podman](https://github.com/containers/ansible-podman-collections) | galaxy-collection | minor | `1.18.0` → `1.20.2` | --- ### Release Notes <details> <summary>containers/ansible-podman-collections (containers.podman)</summary> ### [`v1.20.2`](https://github.com/containers/ansible-podman-collections/blob/HEAD/CHANGELOG.rst#v1202) [Compare Source](https://github.com/containers/ansible-podman-collections/compare/1.20.1...1.20.2) \======= ## Release Summary Bugfixes and minor changes ## Minor Changes - podman\_quadlet - Add support for aliases for Quadlets ## Bugfixes - podman\_image - Fix build ignoring arch option ### [`v1.20.1`](https://github.com/containers/ansible-podman-collections/blob/HEAD/CHANGELOG.rst#v1201) [Compare Source](https://github.com/containers/ansible-podman-collections/compare/1.20.0...1.20.1) \======= ## Release Summary minor change ## Minor Changes - Fix version in galaxy ### [`v1.20.0`](https://github.com/containers/ansible-podman-collections/blob/HEAD/CHANGELOG.rst#v1200) [Compare Source](https://github.com/containers/ansible-podman-collections/compare/1.19.2...1.20.0) \======= ## Release Summary Add podman\_quadlet\_build module for building images using Quadlet, fix podman\_pod check mode, fix podman\_secret empty data, and add podman\_prune idempotency ## Minor Changes - podman\_prune - Add idempotency support ## Bugfixes - podman\_pod - Fix check mode support - podman\_quadlet\_build - Fix and add unittests - podman\_secret - Fix ignoring 'data' if it's an empty string ## New Modules - containers.podman.podman\_quadlet\_build - Build images for use by Podman Quadlets ### [`v1.19.2`](https://github.com/containers/ansible-podman-collections/blob/HEAD/CHANGELOG.rst#v1192) [Compare Source](https://github.com/containers/ansible-podman-collections/compare/1.19.1...1.19.2) \======= ## Release Summary Fix quadlet\_options being incorrectly placed under Service section ## Bugfixes - podman\_container - Fix quadlet\_options placement when restart\_policy is set ### [`v1.19.1`](https://github.com/containers/ansible-podman-collections/blob/HEAD/CHANGELOG.rst#v1191) [Compare Source](https://github.com/containers/ansible-podman-collections/compare/1.19.0...1.19.1) \======= ## Release Summary Fix podman network and add platform option to podman\_image ## Minor Changes - Add --platform option to podman\_image ## Bugfixes - podman\_network - Add diff and idempotency to ip\_ranges in net\_config ### [`v1.19.0`](https://github.com/containers/ansible-podman-collections/blob/HEAD/CHANGELOG.rst#v1190) [Compare Source](https://github.com/containers/ansible-podman-collections/compare/1.18.2...1.19.0) \======= ## Release Summary Add podman Quadlet modules ## Major Changes - Add podman Quadlet modules ## New Modules - containers.podman.podman\_quadlet - Install or remove Podman Quadlets - containers.podman.podman\_quadlet\_info - Gather information about Podman Quadlets ### [`v1.18.2`](https://github.com/containers/ansible-podman-collections/blob/HEAD/CHANGELOG.rst#v1182) [Compare Source](https://github.com/containers/ansible-podman-collections/compare/1.18.1...1.18.2) \======= ## Release Summary Fix deprecation warnings and improve CI ## Minor Changes - Fix tests for new Podman ## Bugfixes - Fix Ansible warning about test utils ### [`v1.18.1`](https://github.com/containers/ansible-podman-collections/blob/HEAD/CHANGELOG.rst#v1181) [Compare Source](https://github.com/containers/ansible-podman-collections/compare/1.18.0...1.18.1) \======= ## Release Summary New podman and buildah connections and bugfixes ## Major Changes - Rewrite podman and buildah connections ## Minor Changes - Add configuration for new Ansible release - Fix CI of Podman Search modul - add passthrough and none log driver options ## Bugfixes - Fix idempotency for tagging local images - Fix image idempotency in pull - Fix issue with --rm and service in Quadlet - fix(podman\_prune) set top-level changed status </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot changed title from Update dependency containers.podman to v1.20.2 to chore(deps): update dependency containers.podman to v1.20.2 2026-07-17 23:09:33 +00:00
renovate-bot changed title from chore(deps): update dependency containers.podman to v1.20.2 to Update dependency containers.podman to v1.20.2 2026-07-21 01:07:07 +00:00
renovate-bot changed title from Update dependency containers.podman to v1.20.2 to chore(deps): update dependency containers.podman to v1.20.2 2026-07-21 02:07:14 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/containers.podman-1.x:renovate/containers.podman-1.x
git switch renovate/containers.podman-1.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/containers.podman-1.x
git switch renovate/containers.podman-1.x
git rebase main
git switch main
git merge --ff-only renovate/containers.podman-1.x
git switch renovate/containers.podman-1.x
git rebase main
git switch main
git merge --no-ff renovate/containers.podman-1.x
git switch main
git merge --squash renovate/containers.podman-1.x
git switch main
git merge --ff-only renovate/containers.podman-1.x
git switch main
git merge renovate/containers.podman-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ops/homelab!16
No description provided.