Skip to content

Releases: linux-system-roles/podman

Version 1.6.5

31 Oct 00:54
Compare
Choose a tag to compare

[1.6.5] - 2024-10-30

Bug Fixes

  • fix: ignore pod not found errors when removing kube specs (#186)
  • fix: make role work on el 8.8 and el 9.2 and podman version less than 4.7.0 (#188)

Other Changes

  • ci: ansible-test action now requires ansible-core version (#182)
  • ci: add YAML header to github action workflow files (#183)
  • refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#185)
  • test: need grubby for el8 testing for ostree (#187)

Version 1.6.4

11 Sep 14:09
Compare
Choose a tag to compare

[1.6.4] - 2024-09-11

Bug Fixes

  • fix: Cannot remove volumes from kube yaml - need to convert yaml to list (#180)

Version 1.6.3

04 Sep 01:01
Compare
Choose a tag to compare

[1.6.3] - 2024-09-03

Bug Fixes

  • fix: subgid maps user to gids, not group to gids (#178)

Other Changes

  • ci: Add tags to TF workflow, allow more [citest bad] formats (#177)

Version 1.6.2

22 Aug 03:09
Compare
Choose a tag to compare

[1.6.2] - 2024-08-21

Other Changes

  • test: fix ostree support (#175)

Version 1.6.1

19 Aug 22:48
Compare
Choose a tag to compare

[1.6.1] - 2024-08-19

Other Changes

  • test: skip quadlet tests on non-x86_64 (#173)

Version 1.6.0

16 Aug 14:10
Compare
Choose a tag to compare

[1.6.0] - 2024-08-16

New Features

  • feat: Handle reboot for transactional update systems (#170)

Other Changes

  • ci: Add workflow for ci_test bad, use remote fmf plan (#168)
  • ci: Fix missing slash in ARTIFACTS_URL (#169)

Version 1.5.3

01 Aug 23:08
Compare
Choose a tag to compare

[1.5.3] - 2024-08-01

Bug Fixes

  • fix: Ensure user linger is closed on EL10 (#165)

Other Changes

  • ci: Add tft plan and workflow (#162)
  • ci: Update fmf plan to add a separate job to prepare managed nodes (#164)
  • ci: bump sclorg/testing-farm-as-github-action from 2 to 3 (#166)

Version 1.5.2

23 Jul 15:36
Compare
Choose a tag to compare

[1.5.2] - 2024-07-23

Bug Fixes

  • fix: add support for EL10 (#159)
  • fix: proper cleanup for networks; ensure cleanup of resources (#160)

Other Changes

  • ci: ansible-lint action now requires absolute directory (#157)

Version 1.5.1

11 Jun 17:21
Compare
Choose a tag to compare

[1.5.1] - 2024-06-11

Bug Fixes

  • fix: grab name of network to remove from quadlet file (#155)

Other Changes

  • ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#151)
  • ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#153)
  • ci: Add supported_ansible_also to .ansible-lint (#154)

Version 1.5.0

22 Apr 15:34
Compare
Choose a tag to compare

[1.5.0] - 2024-04-22

New Features

  • feat: support registry_username and registry_password (#141)
  • feat: support podman_credential_files (#142)
  • feat: manage TLS cert/key files for registry connections and validate certs (#146)

Bug Fixes

  • fix: use correct user for cancel linger file name (#138)
  • fix: do not use become for changing hostdir ownership, and expose subuid/subgid info (#139)
  • fix: make kube cleanup idempotent (#144)

Other Changes

  • test: do not check for root linger (#140)
  • chore: change no_log false to true; fix comment (#143)
  • chore: use none in jinja code, not null (#145)