Skip to content

v1.22.0

Latest
Compare
Choose a tag to compare
@Tiboris Tiboris released this 17 Oct 11:12
· 1 commit to main since this release

v1.22.0 (2024-10-17)

Chore

  • chore: setup: package seccomp filter

Add seccomp.json to setup mrack package so it is included on pkg install.

Signed-off-by: Alexander Bokovoy <[email protected]> (4d0b63c)

Documentation

  • docs: Update seccomp configuration example

seccomp.json example from FreeIPA Azure CI tests. It works well for both
docker and podman, both root and rootless.

Signed-off-by: Alexander Bokovoy <[email protected]> (9b2d980)

Feature

  • feat: podman: handle custom network configuration

Allow to add custom network configuration to the network bridge
activated via podman provider.

Signed-off-by: Alexander Bokovoy <[email protected]> (f3deca1)

Fix

  • fix: podman: set podman connection information for ansible

Ansible connection.podman.podman connection module uses ansible_host as
a container ID to connect to. Use container ID instead of IP address
which cannot be reached in rootless setup anyway.

It makes ansible -c podman -i metadata-inventory.yaml usable in
rootless podman setup because one cannot connect over IP addresses to
the containers as the networking bridge is not visible from the host.

Signed-off-by: Alexander Bokovoy <[email protected]> (768bba5)

Style

  • style: Reformat by black (f43d20f)