Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 15:30
· 21 commits to main since this release
e4cb0c0

Changelog

To setup dre tool follow the Getting started guide
Searchable docs are availalbe on our github pages

0.6.0 - 2025-02-28

Compare with previous version

An important change has taken place in how the dre tool processes command line options. In prior versions, most options would be accepted at the first position of dre tool invocations (right after the command name). This is no longer true, as some options have moved directly to the subcommands that process them; please consult dre --help and dre <subcommand> --help for the proper ordering of command and subcommand options.

Bug Fixes

  • Not merging lists if a custom height is used (#1314) (23db26f by Nikola Milosavljevic)
  • Not calling governance canister for node providers data in offline mode (#1311) (43c5413 by Nikola Milosavljevic)
  • Not panicing for unknown operators because of low heights (#1304) (acf3a5e by Nikola Milosavljevic)
  • Not panicing on uknown providers for operators (#1302) (93b5c0c by Nikola Milosavljevic)
  • Use new subcommand of ic-admin for revising the GuestOS versions (#1264) (3e50200 by DFINITYManu)
  • Correct pagination comparison logic (#1254) (71db5ec by Saša Tomić)
  • Set default Discourse API user (#1248) (141ca52 by Saša Tomić)
  • Dont require discourse secrets for actions (#1240) (8443ba8 by Nikola Milosavljevic)
  • Dry run in proposals that require forum post creation (#1239) (be2b2db by Nikola Milosavljevic)
  • Changing to globs instead of regex in BOT_APPROVED_FILES (#1235) (7a2131d by Nikola Milosavljevic)
  • Correcting regex filters in BOT_APPROVED_FILES (#1233) (0366c29 by Nikola Milosavljevic)
  • Adding missing files to BOT_APPROVED_FILES (#1232) (99c0f70 by Nikola Milosavljevic)
  • Check for open AddApiBoundaryNodes proposals in network command (#1228) (0d0e0ef by Saša Tomić)
  • Don't include automatic upgrades into changelog for dre (#1216) (201582c by Nikola Milosavljevic)
  • Creating missing class and implementing expected features (#1215) (42ea67d by Nikola Milosavljevic)
  • Removing the release from the new release changelog (#1208) (3c00400 by Nikola Milosavljevic)

Documentation

Features

  • Implement retry mechanism for Discourse API requests (#1307) (6fabe7b by Saša Tomić)
  • Update cordoned features for redeployment (#1296) (8cbb32d by Saša Tomić)
  • Listing registry at specific height (#1285) (3582dca by Nikola Milosavljevic), Co-authored-by:Saša Tomić sasa.tomic@dfinity.org
  • Adding possibility to remove stale targets (#1279) (2b1878f by Nikola Milosavljevic), Co-authored-by:Saša Tomić sasa.tomic@dfinity.org
  • Offboard nodes from mb1 DC (#1241) (a3bfc15 by Saša Tomić)
  • Add forum post link to proposal options (#1237) (2e82f8b by Saša Tomić)
  • Automatic url for creating new topics (#1234) (2bfeb25 by Nikola Milosavljevic)
  • Offboard nodes in GE1 DC (#1225) (cbace21 by Saša Tomić)

Miscellaneous Tasks

Refactor

  • Consolidate forum parameters and confirmation parameters into a single structure. (#1290) (b9e2e98 by DFINITYManu)
  • Encapsulate NodeOperator computed fields (#1256) (628433e by Saša Tomić)
  • Integrate fs-err library for file operations (#1255) (2291c60 by Saša Tomić)
  • Integrate cordoned node removal into network healing (#1249) (c5d2fc3 by Saša Tomić)
  • Streamline neuron balance execution (#1227) (36d986c by Saša Tomić)
  • Rename neuron input field (#1226) (0749701 by Saša Tomić)