Skip to content

Releases: dfinity/dre

v0.7.8

08 Jun 16:28
3ea01f9

Choose a tag to compare

Changelog

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

0.7.8 - 2026-06-08

Compare with previous version

Bug Fixes

  • Repin Cargo.Bazel.lock after #2040 manifest update (#2042) (3ea01f9 by r-birkner)
  • Set ProposalInfo.success_value in test helper (0b1646f by Pietro)
  • Repin Cargo.Bazel.lock after #2040 manifest update (c53e96e by Pietro), PR #2040 updated Cargo.toml/Cargo.lock without regenerating the Bazel
    crate lockfile, leaving crate_index_dre's digest stale and breaking
    bazel build/bazel test on main (and the v0.7.8 release pipeline)
    with "lockfile is out of date". Regenerate via CARGO_BAZEL_REPIN=true.
  • Support NodeRewardType type4.1-4.5 (#2040) (3c6db35 by pietrodimarco-dfinity)
  • Stop resubmitting election proposals for already-elected versions (#2023) (ddc9697 by pietrodimarco-dfinity)
  • Upgrade Docker base image from buster to bookworm (#1975) (a6f2fb3 by pietrodimarco-dfinity)
  • Handle unspecified node reward type in registry command (#1964) (26b37dc by Severin Amrein)
  • Handle unspecified node reward type in registry command (48cb5ce by Severin Amrein)

Features

  • Add ignored_proposals to release-index.yaml (#2015) (7d5355b by pietrodimarco-dfinity)

Miscellaneous Tasks

  • Update IC deps and fix panic on unknown NodeRewardType (#1972) (554040d by pietrodimarco-dfinity)
  • Pin GitHub Actions to commit SHAs (#1968) (c0d31ee by slawomirbabicz)

v0.7.7

01 Apr 18:01
44eec7c

Choose a tag to compare

Changelog

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

0.7.7 - 2026-04-01

Compare with previous version

Bug Fixes

  • Set GIT_REV in macOS build to avoid dirty version string (#1958) (44eec7c by Severin Amrein)

v0.7.6

01 Apr 15:53
2b16828

Choose a tag to compare

Changelog

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

0.7.6 - 2026-04-01

Compare with previous version

Bug Fixes

  • Run mk-release.py before macOS DRE build (#1954) (2b16828 by pietrodimarco-dfinity)

v0.7.5

01 Apr 12:29
f2ef6a1

Choose a tag to compare

Changelog

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

0.7.5 - 2026-03-27

Compare with previous version

Bug Fixes

  • Allow changing the subnet size with force-replace (#1947) (f2ef6a1 by Nikola Milosavljevic)

Features

  • Add subnet admins to the registry dump (#1942) (4ed1747 by Nikola Milosavljevic)
  • Emit ic_subnet_type label on Prometheus scrape targets (#1932) (84791bc by Severin Amrein)
  • Emit ic_subnet_type label on Prometheus scrape targets (7116109 by Severin Amrein)

Miscellaneous Tasks

v0.7.4

10 Mar 15:48
329f73b

Choose a tag to compare

Changelog

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

0.7.4 - 2026-03-10

Compare with previous version

Bug Fixes

  • Migrate away from node-list endpoint (#1923) (329f73b by Nikola Milosavljevic)
  • Intuitive subnet creation (#1895) (4bb3f94 by Nikola Milosavljevic)

Miscellaneous Tasks

Wip

  • Add 781ef again (00f3f6a by Severin Amrein)

v0.7.3

28 Jan 15:47
39df9c9

Choose a tag to compare

Changelog

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

0.7.3 - 2026-01-28

Compare with previous version

Bug Fixes

  • Add newline to fix lists (#1866) (b608821 by Severin Amrein)
  • Add newline to fix lists (cbd2dd1 by Severin Amrein)

Miscellaneous Tasks

  • Support the new 'defi' team in the release_notes_composer (#1869) (e96aa9f by Bas van Dijk)
  • Rename 'defi-team' to 'defi' in release notes (74c4b4f by Bas van Dijk)

v0.7.2

19 Jan 16:50
76a3650

Choose a tag to compare

Changelog

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

0.7.2 - 2026-01-19

Compare with previous version

Bug Fixes

  • Adding libvirt needed for the recent commits of the ic (#1858) (496c94a by Nikola Milosavljevic)
  • Add missing systemd deps (#1852) (1be1647 by Nikola Milosavljevic)
  • Remove bazel-dre folder (#1849) (6c991aa by pietrodimarco-dfinity)
  • Commit annotator fails on merge commits (#1846) (42b7a6e by Saša Tomić)
  • Change date usage in workspace_status.sh to not fail on macOS but generate the date with the same format (#1844) (ad1440c by Severin Amrein)
  • Change date usage in workspace_status.sh to not fail on macOS but generate the date with the same format (00f5be1 by Severin Amrein)
  • Fixing default log level variable name (#1841) (48a56b6 by Nikola Milosavljevic)
  • Remove boundary from excluded prefixes (#1839) (f5b5dd2 by Nikola Milosavljevic)
  • Better codeowner resolution in the release notes generator (#1826) (a71c9ab by Nikola Milosavljevic), Co-authored-by:Saša Tomić sasa.tomic@dfinity.org
  • Removing aarch64-darwin that never existed (#1818) (b31397e by Nikola Milosavljevic)

Features

  • Compare ongoing rewards with governance distribution (#1828) (9bd87c8 by pietrodimarco-dfinity)

Miscellaneous Tasks

  • Disabling large tests (#1859) (33aaaf0 by Nikola Milosavljevic)
  • Manual full updating of ic dependencies (#1840) (eb031d9 by Nikola Milosavljevic)
  • Add new rc entry (#1823) (848b8d5 by Saša Tomić)
  • Removing duplicate node reward calcualtion and using the one from IC repo (#1821) (4036322 by Nikola Milosavljevic)

Refactor

  • Remove automock to prevent must_use warnings for impl (#1843) (75c7712 by Severin Amrein)
  • Remove automock to prevent must_use warning for impl (5a29eb1 by Severin Amrein)

v0.7.1

13 Nov 14:48
63708e7

Choose a tag to compare

Changelog

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

0.7.1 - 2025-11-13

Compare with previous version

Feat

  • Use production canister for node reward client (#1812) (63708e7 by pietrodimarco-dfinity)

v0.7.0

10 Nov 18:35
600f335

Choose a tag to compare

Changelog

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

0.7.0 - 2025-11-10

Compare with previous version

NRC

  • Fallback dev canister (#1807) (600f335 by pietrodimarco-dfinity)

v0.6.9

08 Nov 07:39
a12c189

Choose a tag to compare

Changelog

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

0.6.9 - 2025-11-07

Compare with previous version

Miscellaneous Tasks

  • Removing temporary overrides (#1801) (a12c189 by alexu-dfinity)
  • Removing temporary overrides (737b0d8 by nikolamilosa)