v2.8.1
Release Notes:
- IntegrationNet config upgrade
- Updates static single source node to load balancers
- This will create a more stable connection and status experience
- Deprecate versioning flat file for upgrade_path.json
- Deprecate all netmet github repository dependencies
- Merge all environments to single nodectl version(s)
- Refactoring of upgrade logic
- Minor UX rewording
MANUAL INSTALLATION
note: manual instructions assume nodectl is already installed
x86
sudo nodectl auto_restart disable; sudo wget https://github.com/stardustcollective/nodectl/releases/download/v2.8.1/nodectl_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v
arm64
sudo nodectl auto_restart disable; sudo wget https://github.com/stardustcollective/nodectl/releases/download/v2.8.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v