v0.3.0
dre Changelog
v0.3.0 (2024-3-6)
docs
- Replace the version in the download URL with the "latest" (#137) (765a35b)
- Update the Jupyter runbook and data for Trustworthy metrics (#138) (af1ef6d)
fix
- ci: Use a GitHub PAT when creating PR automatically (#144) (e1d36bc)
- sns-downloader: fixing limit and better hashing (#190) (8584071)
- log-fetcher: binary fields that end with
\n
are not parsed correctly (#213) (2d96e38) - ci: Fix case of github_token variable (#217) (9940fdf)
- downloader: multiservice discovery should filter boundary nodes based on target name (#219) (5251ab9)
feat
- dre: implementing a protection method for updating unassigned nodes (#151) (c4205d2)
- ci: Bump up the actions/cache to v4, and force overwriting the cache (#164) (f204cdc)
- registry-dump: Interpret vec data in registry structs as corresponding types (#175) (3be2000)
- release-notes: Show start and end commit in the release notes (#186) (4adbc7d)
- msd: metrics (#171) (a480f59)
- release: Proposing release index shema (#211) (31e9076)
- dre: Migrated firewall rules from release repo to
dre
tool (#221) (72ec3b3) - rc: started work on
rollout-controller
(#224) (c6933c1)
chore
- Bumping versions of various packages
refactor
Details
- Clean up multiservice-discovery to be more robust, lock shared struct… by @DFINITYManu in #131
- Add command-line option to print targets to stdout. by @DFINITYManu in #145
- Fixed sync_and_stop to load in mem cache by @pietrodimarco-dfinity in #152
- feat(dre): added registry dump by @NikolaMilosa in #150
- feat(dre): implementing a protection method for updating unassigned nodes by @NikolaMilosa in #151
- Add MSD visual diff by @pietrodimarco-dfinity in #154
- Remove useless double remove for existing definition by @pietrodimarco-dfinity in #161
- feat(k8s): adding parameter for ic name in boundary node service discovery by @NikolaMilosa in #166
- refactor(MSD): migrate warp to axum by @NikolaMilosa in #162
- Add persistence to MSD definitions by @pietrodimarco-dfinity in #169
- Fix release notes generator. by @DFINITYManu in #173
- feat(registry-dump): Interpret vec data in registry structs as corresponding types by @sasa-tomic in #175
- chore(pre-commit): remove the legacy filter of the ic submodule by @sasa-tomic in #177
- chore(dashboard): Update the version of prometheus-http-client by @sasa-tomic in #178
- Make the text editor use Markdown. by @DFINITYManu in #179
- feat(release-notes): Show start and end commit in the release notes by @sasa-tomic in #186
- feat(msd): metrics by @NikolaMilosa in #171
- Refactor metrics to simplify updating the values by @DFINITYManu in #187
- fix(sns-downloader): fixing limit and better hashing by @NikolaMilosa in #190
- Add CLI arg to skip the update of the local registry by @pietrodimarco-dfinity in #191
- Persist definitions to disk on add/remove by @pietrodimarco-dfinity in #192
- (Remove backend server from CLI) - 01 - Do not use backend server for hostos-rollout cmd CLI by @pietrodimarco-dfinity in #193
- feat(release): Proposing release index shema by @NikolaMilosa in #211
- fix(log-fetcher): binary fields that end with
\n
are not parsed correctly by @NikolaMilosa in #213 - fix(logs): adding catching of exception for elastic client in cursor initializator by @NikolaMilosa in #214
- Fix definitions loading to not recreate local registry by @pietrodimarco-dfinity in #215
- fix(dre): updating script should update to the nns version by @NikolaMilosa in #216
- fix(downloader): multiservice discovery should filter boundary nodes based on target name by @NikolaMilosa in #219
- feat(dre): Migrated firewall rules from release repo to
dre
tool by @NikolaMilosa in #221 - feat(rc): started work on
rollout-controller
by @NikolaMilosa in #224 - Fix firewall rule management. by @DFINITYManu in #230
- Clarify errors in
main()
coming from the governance canister client. by @DFINITYManu in #232
New Contributors
- @sa-github-api made their first contribution in #160
Full Changelog: v0.2.1...v0.3.0