Skip to content

Releases: trentapple/podman-static

v5.2.1

17 Aug 04:21
ea97843
Compare
Choose a tag to compare

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

v5.1.1

05 Jun 17:36
f7cd75b
Compare
Choose a tag to compare

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

v5.0.3

18 May 17:39
9488576
Compare
Choose a tag to compare

What's Changed

  • Upgrade for podman v5.0.3
  • libslurp v4.8.0
  • slirp4netns v1.3.1
  • Using crun 1.15 (previously 1.14.4)

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.2...v5.0.3 ( primary commit )

v5.0.2

02 May 00:25
1a10550
Compare
Choose a tag to compare

Full Changelog: v5.0.0-epsilon...v5.0.2

  • Initial podman version 5.0.2 upgrade
  • Starting in my v5.0.0-epsilon build it removes CNI plugins and adds Netavark as default networking stack
  • Updates to dependencies (connmon to 2.1.11)

v5.0.0

25 Mar 07:58
Compare
Choose a tag to compare
  • Initial podman version 5 upgrade
  • Removes CNI and adds Netavark
  • Updates to dependencies

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: v4.9.3...v5.0.0-epsilon

v4.9.3

03 Mar 05:15
6205a20
Compare
Choose a tag to compare
  • Update to podman 4.8.3
  • Update dependencies

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

v4.8.3

14 Jan 05:12
82ee318
Compare
Choose a tag to compare
  • Update to podman 4.8.3
  • Update dependencies

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 signed archive.

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

v4.8.1

19 Dec 06:41
b15a544
Compare
Choose a tag to compare
  • Update to podman 4.8.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 C1EAB6D69BC45DCB758A46B9B874F7B61B16FBA6

Verify signed archive.

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

v4.6.1

19 Aug 07:52
263bd81
Compare
Choose a tag to compare
  • Update to podman 4.6.1.

Verify file integrity / signature

Download the archive along with the .asc file.

  1. Retrieve public key from key server.

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys C1EAB6D69BC45DCB758A46B9B874F7B61B16FBA6

  1. Verify signed archive.

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

v4.6.0: feat: bump podman 4.6.0, update dependencies

13 Aug 23:58
Compare
Choose a tag to compare
* libfuse 3.15.1
* crun 1.8.6
* alpine:3.18

Closes #64