Skip to content

v1.12.0

Compare
Choose a tag to compare
@netmet1 netmet1 released this 05 Dec 19:01
· 76 commits to main since this release
2144427

MAINNET 2.0 ONLY !!!

This is not compatible with Testnet

https://github.com/netmet1/constellation_testnet_nodectl/

Release Notes

  • upgrade nodeid layer0 link bug
    • upgrade ser-346 tolerance feature add
      • added nodeid derivation verfication to attempt to avoid this error
      • ser-346 is triggered when the Node is unable to join due 'an error' [most likely] a configuration error
  • clear_logs deprecated
    • replaced with clear_files
    • upgrader clear files bug fixed
  • nodeid refactor
    • added -t [target] flag to allow nodeid retrieval of any
      Node on the cluster based on IP address
    • eg) sudo nodectl nodeid -t <ip_address>
  • whoami refactor
    • added -t [target] flag to allow nodeid retrieval of any
      Node on the cluster based on IP address
    • eg) sudo nodectl whoami -t <ip_address>
  • auto_restart bug fix

INSTALL INSTRUCTIONS

UPGRADES


important: this is an upgrade path not for new installations
no need to use the upgrade path to v0.14.1 if your version is already above v0.14.0
no need to use the upgrade path if your version is already above v1.8.0
any version --> v0.14.1 ---> v1.8.1 ---> v1.12.0

v1.7.0 and above

sudo nodectl upgrade-nodectl

versions below v1.7.0

It is important that you upgrade to the latest version to remove any unknown bugs. Please use the wget commands from the installation below to upgrade your Node to the latest nodectl.

NEW INSTALLATIONS


New installs can start at current latest release

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v1.12.0/nodectl_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

ARM

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v1.12.0/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl