Skip to content

Releases: netmet1/constellation_nodectl

v1.5.3

28 Sep 13:34
b3dfd45
Compare
Choose a tag to compare

Release Notes

  • fix crash when program is unable to pull versioning

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.5.3

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.5.2

28 Sep 00:36
aec202b
Compare
Choose a tag to compare

Release Notes

  • add more tolerance for lb upgrade outages

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.5.2

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.5.1

27 Sep 22:53
efc5e17
Compare
Choose a tag to compare

Release Notes

  • add tolerance for lb upgrade outages

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.5.1

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.5.0

27 Sep 18:11
acae642
Compare
Choose a tag to compare

Release Notes

  • auto_restart feature added
  • Bug fix install and upgrade
  • Internal Code updates required for MainNet 2.0 release

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.5.0

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.4.0

26 Sep 13:59
78d24de
Compare
Choose a tag to compare

Release Notes

  • bug fix
    • installation was not properly populating the environment variable
  • feature add
    • sudo nodectl check_versions [sudo nodectl -cv]
    • will check the running Tess version in the cluster against the Running
    • will check the running Nodectl version on the Node against the Lastest
  • Internal Code updates required for MainNet 2.0 release

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.4.0

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.3.2

26 Sep 00:45
c166dd3
Compare
Choose a tag to compare

Release Notes

  • minor bug in 1.3.1's install and upgrade processes that caused the nodectl to exit prematurely

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.3.2

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.3.1

25 Sep 10:43
46b50c2
Compare
Choose a tag to compare

Release Notes

  • attempt to speed up program
    • during run time nodectl fetches the cluster version of Tess. Removed this and only fetch when needed.
  • refactoring
  • fixes minor instability issue with v0.3.0
    • removing v0.3.0 from repository
Release Notes v0.3.0
=====================
- show log feature bug fix
- fixed backup bug in ssh_port_change during install
- added `/dev/sda1` compatiblity to the health feature
- refactor internal feature code
- add mismatch version check feature
   - tess version check on program start

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.3.1

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.2.6

22 Sep 21:13
2140e5c
Compare
Choose a tag to compare

Release Notes

  • install L1 issue fixed
  • sshd disable root bug fixed

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.2.6

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.2.5

22 Sep 20:04
1eef3c1
Compare
Choose a tag to compare

Release Notes

  • openssl security hot fix
  • tolerance added to lb health check
  • p12 export fixed
  • various minor improvements

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.2.5

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl

v1.2.3

22 Sep 16:58
c255c75
Compare
Choose a tag to compare

Release Notes

  • bug fixes

INSTALL INSTRUCTIONS

NEW INSTALLS
New installs can start at current latest release

UPGRADES
important: this is an upgrade path
any version --> v0.14.1 ---> v1.2.3

v.0.14.1 and above

sudo nodectl upgrade-nodectl

All other versions

You must upgrade to v0.14.1 first.

Simply download the binary file below in the assets section and overwrite the existing file. File should be located in the usr/local/bin directory and should be executable. See below to download v0.14.1 or see releases below.

X86

sudo wget https://github.com/netmet1/constellation_nodectl/releases/download/v0.14.1/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/v0.14.1/nodectl_arm64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl