Skip to content

v5.2.1

Latest
Compare
Choose a tag to compare
@trentapple trentapple released this 17 Aug 04:21
· 2 commits to main since this release
ea97843

What's Changed

  • Build netavark using rust in #13
  • Update Dockerfile with latest supported dependencies for podman v5.2.1

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 F21FFB49829AC71EEDC6AD1E7D6456922DAE0D70

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.1.1...v5.2.1