Heimdall v0.8.2-priv for Polygon mainnet network

Hello Node Operator,

We have released heimdall v0.8.2-priv for Polygon mainnet network. This release includes an important security fix. Access to the source code will be provided once the corresponding stable release is deployed to mainnet and all nodes have been upgraded (reaching VP supermajority).

Action required: All node operators must upgrade as soon as possible to ensure compatibility and network safety.

Release Artifacts

Artifacts
amd64 package: https://storage.googleapis.com/pos-mainnet-snapshots/heimdall-private/heimdall-v0.8.2-priv-amd64.deb
amd64 checksum: https://storage.googleapis.com/pos-mainnet-snapshots/heimdall-private/heimdall-v0.8.2-priv-amd64.deb.checksum
arm64 package: https://storage.googleapis.com/pos-mainnet-snapshots/heimdall-private/heimdall-v0.8.2-priv-arm64.deb
arm64 checksum: https://storage.googleapis.com/pos-mainnet-snapshots/heimdall-private/heimdall-v0.8.2-priv-arm64.deb.checksum

Steps to download / verify
• Download the packages (and it’s checksum) based on your host’s underlying architecture
• curl -O .deb to download the package
• curl -O .deb.checksum to download the corresponding checksum.
• Validate checksum using sha256sum -c .deb.checksum
For amd64: sha256sum -c heimdall-v0.8.2-priv-amd64.deb.checksum
For arm64: sha256sum -c heimdall-v0.8.2-priv-arm64.deb.checksum

Container images
Artifacts
Tarball amd64: https://storage.googleapis.com/pos-mainnet-snapshots/heimdall-private/heimdall-v0.8.2-priv-amd64.tar.gz
Tarball amd64 checksum: https://storage.googleapis.com/pos-mainnet-snapshots/heimdall-private/heimdall-v0.8.2-priv-amd64.tar.gz.checksum
Tarball arm64: https://storage.googleapis.com/pos-mainnet-snapshots/heimdall-private/heimdall-v0.8.2-priv-arm64.tar.gz
Tarball arm64 checksum: https://storage.googleapis.com/pos-mainnet-snapshots/heimdall-private/heimdall-v0.8.2-priv-arm64.tar.gz.checksum

Steps to download / verify
• Download the image (and it’s checksum) based on your host’s underlying architecture.
• curl -O .tar.gz to download the tarball.
• curl -O .tar.gz.checksum to download the corresponding checksum.
• Validate checksum using sha256sum -c .tar.gz.checksum
For amd64: sha256sum -c heimdall-v0.8.2-priv-amd64.tar.gz.checksum
For arm64: sha256sum -c heimdall-v0.8.2-priv-arm64.tar.gz.checksum

Load the image locally
• docker load -i .tar.gz - the image will be available in your local docker image store.
For amd64: docker load -i heimdall-v0.8.2-priv-amd64.tar.gz
For arm64: docker load -i heimdall-v0.8.2-priv-arm64.tar.gz

Thank you for your cooperation.

Regards,
Polygon Labs