Skip to content

Releases: linux-system-roles/podman

Version 1.1.4

14 Apr 14:28
35081d0
Compare
Choose a tag to compare

[1.1.4] - 2023-04-13

Other Changes

  • ansible-lint - changed_when required even with conditional tasks (#57)

Version 1.1.3

06 Apr 19:00
76d08c2
Compare
Choose a tag to compare

[1.1.3] - 2023-04-06

Other Changes

  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#54)
  • Fingerprint RHEL System Role managed config files (#55)

Version 1.1.2

27 Jan 01:29
c38341b
Compare
Choose a tag to compare

[1.1.2] - 2023-01-26

New Features

  • none

Bug Fixes

  • fix typo in README (#46)

Other Changes

  • none

Version 1.1.1

20 Jan 19:21
904dbc7
Compare
Choose a tag to compare

[1.1.1] - 2023-01-20

New Features

  • none

Bug Fixes

  • Ease permissions on kube spec dir and files (#44)

Other Changes

  • Add another example that shows using a Podman volume
  • ansible-lint 6.x fixes
  • add docs for state parameter (#43)

Version 1.1.0

12 Dec 21:21
Compare
Choose a tag to compare

[1.1.0] - 2022-12-12

New Features

  • add checking for subuid, subgid

Ensure that the specified user is present in /etc/subuid.
Ensure that the specified group is present in /etc/subgid.

Bug Fixes

  • none

Other Changes

  • none

Version 1.0.1

17 Nov 20:49
Compare
Choose a tag to compare

[1.0.1] - 2022-11-17

New Features

  • none

Bug Fixes

  • ensure role works with podman 4.3
  • ensure role works with ansible-core 2.14
  • ensure role passes ansible-lint 6.x

Other Changes

  • fix role name

Version 1.0.0

01 Nov 20:28
Compare
Choose a tag to compare

[1.0.0] - 2022-11-01

New Features

  • Manage podman containers using the podman kube play Kubernetes YAML
    file interface - podman_kube_spec - system and user

  • Automatically create host volume directories based on specifying host
    mounted volumes in the K8s YAML spec

  • Use podman_host_directories to provide detailed ownership, permissions,
    SELinux policy, etc. for host directories created by the role

  • Use podman_firewall to manage firewalld properties of ports specified
    in podman_kube_spec

  • Use podman_selinux_ports to manage SELinux policy for ports specified
    in podman_kube_spec

  • Manage config files using podman_containers_conf, podman_registries_conf,
    podman_storage_conf, and podman_policy_json

Bug Fixes

  • none

Other Changes

  • none