Hello Node Operator,
We have released heimdall v0.8.2-beta for Polygon Amoy (testnet) network. This release includes an important security fix, mirroring the v0.8.2-beta-priv private release.
Action required: All node operators must upgrade as soon as possible to ensure compatibility and network safety.
Steps to upgrade
- Stop heimdall service
sudo service heimdalld stop
- Install heimdall with a version tag, network name (amoy), and node type (sentry, validator).
# Replace the node type
curl -L <https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh> | bash -s -- v0.8.2-beta amoy <node_type>
- Check heimdall version
sudo /usr/bin/heimdalld version
# It should print
# 0.8.2-beta
- Restart heimdall service
sudo service heimdalld start
Changelog: http://github.com/0xPolygon/heimdall-v2/compare/v0.8.1...v0.8.2-beta
Docker Images
You can find the latest docker images here: https://hub.docker.com/r/0xpolygon/heimdall-v2/tags
Regards,
Polygon Labs