Skip to content

v2.13.2

Choose a tag to compare

@netmet1 netmet1 released this 28 May 19:15
· 24 commits to nodectl_v2132 since this release

Release Notes


  • Fixes to installer.
  • Enhanced remove_snapshots migrated to display_snapshot_chain.
  • Enhanced find command.
    • -t ordinal <ordinal>.
    • -t hash <hash>.
  • Added p12 passphrase space restriction.
    • nodectl's encryption methods do not work well with spaces.
  • Add nodeid to the show_p12_details command.
  • Fix --file and --location settings bug in p12_creation command.
  • Refactor to avoid possible system injection attack vectors.
  • Added Linux distribution check to installer.
  • Minor random stability and bug fixes.

X86_64

nodectl

sudo nodectl auto_restart disable; sudo wget -N https://github.com/stardustcollective/nodectl/releases/download/v2.13.2/nodectl_x86_64 -P /usr/local/bin -O /usr/local/bin/nodectl; sudo chmod +x /usr/local/bin/nodectl; sudo nodectl -v