Changelog
To setup dre
tool follow the Getting started guide
Searchable docs are availalbe on our github pages
0.6.0 - 2025-02-28
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
- Adding elastic search tips and tricks (#1321) (aa2d0dc by Nikola Milosavljevic)
- Enhance contributing guidelines (#1268) (5e9a929 by Saša Tomić)
- Update README (#1267) (783821a by Saša Tomić)
- Revise contribution and documentation overview (#1265) (c211ebd by Saša Tomić)
- Specifying what is required of dr dre (#1238) (db48c9f by Nikola Milosavljevic), Co-authored-by:Manuel Amador manuel.amador@dfinity.org
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
- Update
jira.js
andlinear@sdk
(#1305) (c9858bb by Nikola Milosavljevic) - Add new node operator entry (#1306) (06830ee by Saša Tomić)
- Update dependencies (#1297) (6384784 by pr-automation-bot-public[bot]), Co-authored-by:NikolaMilosa 73236646+NikolaMilosa@users.noreply.github.com
- IC-OS release 2025-02-20-disable-best-effort-messaging (#1294) (6f2886d by pietrodimarco-dfinity)
- IC-OS release 2025-02-20 (#1292) (d043767 by pietrodimarco-dfinity)
- Update dependencies (#1286) (2ce5af0 by pr-automation-bot-public[bot]), Co-authored-by:NikolaMilosa 73236646+NikolaMilosa@users.noreply.github.com
- Update dependencies (#1275) (2a9f3a8 by pr-automation-bot-public[bot]), Co-authored-by:NikolaMilosa 73236646+NikolaMilosa@users.noreply.github.com
- Deleting directory once the network is garbage collected (#1280) (5dd5f02 by Nikola Milosavljevic)
- IC-OS release 2025-02-13 (#1281) (84be3d8 by Saša Tomić)
- Remove cookie consent configuration (#1266) (f1762a5 by Saša Tomić)
- Adapt to the new governance list neuron pagination api (#1218) (b32d115 by Nikola Milosavljevic)
- Update dependencies (#1144) (31ec34e by pr-automation-bot-public[bot]), Co-authored-by:NikolaMilosa 73236646+NikolaMilosa@users.noreply.github.com
- Migrate to bazel 7 and rust 1.84 (#1219) (391c864 by Nikola Milosavljevic)
- Skipping all
chore(release)
commits from dre changelog (#1223) (6d2ad9e by Nikola Milosavljevic) - Removing chat integration from docs (#1211) (39071e2 by Nikola Milosavljevic)
- Using
NNS proposal discussion
category for creating new posts (#1209) (d3a6880 by Nikola Milosavljevic)
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ć)