v5.1.1
What's Changed
- podman v5.1.1
- netavark v1.11.0
- Clean up any remaining (disabled or commented out) CNI lines
- Delete conf/cni/net.d directory by @trentapple in #11
Verify file integrity / signature
Download the archive (.tar.gz file) along with the .asc file.
Retrieve public key from key server.
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C1EAB6D69BC45DCB758A46B9B874F7B61B16FBA6
Verify the signed archive using GPG and signature (.asc) file.
AMD64:
gpg --batch --verify podman-linux-amd64.tar.gz.asc podman-linux-amd64.tar.gz
ARM64:
gpg --batch --verify podman-linux-arm64.tar.gz.asc podman-linux-arm64.tar.gz
Full Changelog: v5.0.3...v5.1.1