v0.4.1
dre Changelog
0.4.1 - 2024-06-25
Features
- adding building runner (#529) (2864b49 by Nikola Milosavljevic).
- ci check for release index (#526) (63690eb by Nikola Milosavljevic).
- Improve cli operations for generating release notes (#514) (e00f95d by Saša Tomić).
- Cache public dashboard API response for 1h (#506) (61bec27 by Saša Tomić).
- Use merge commits if available, and fall back to the non-merge (#502) (1a78e5a by Saša Tomić).
- Kill the release controller if it gets stuck (#499) (9baa876 by Saša Tomić).
- adding job to ensure opentelemetry version (#501) (a92e88e by Nikola Milosavljevic).
- adding timestamp of last successful sync (#496) (f029720 by Nikola Milosavljevic).
- adding label for api boundary nodes (#483) (9706b01 by Nikola Milosavljevic).
- [DRE-178] Accept additional parameters for subnet creation (#478) (4a4bcd9 by Saša Tomić).
- Support dre binary compiled without .git (#477) (89598dc by Saša Tomić).
- adding mapping of domain from registry (#473) (303bde2 by Nikola Milosavljevic).
- excluding api boundary nodes from available nodes for replacement (#472) (be7bfb4 by Nikola Milosavljevic).
- vote sleep duration (#471) (a0b48ff by Nikola Milosavljevic).
- Migrating sns downloader to canister calls (#451) (9f8fa09 by Nikola Milosavljevic).
- Convenience function for dumping registry records for incorrect rewards (#442) (00f2e85 by Saša Tomić).
- Provide more reward-related information in the registry dump (#440) (d87334d by Saša Tomić).
- implementing checks for correct node rewards set for node operators (#436) (04c7ba8 by Nikola Milosavljevic).
- cursors from clickhouse (#433) (dbd482b by Igor Novgorodov).
- enabling showing progress during self update (#423) (cd4ef30 by Nikola Milosavljevic).
- adding all known staging nns nodes as defaults (#420) (ab104f2 by Nikola Milosavljevic).
Bug Fixes
- add motivation argument to remove API BN command (#513) (c833710 by r-birkner).
- Remove the double dash in the public dashboard api requests (#511) (b48ce72 by Saša Tomić).
- remove duplication of nodes for DeployGuestosToSomeApiBoundaryNodes (#510) (11a3454 by r-birkner).
- Do not try to get auth parameters for ic-admin get-* commands (#508) (3087304 by Saša Tomić).
- fix typo (#503) (48855c1 by Saša Tomić).
- Do not exclude "canister" changes in release notes (#498) (8dea0aa by Saša Tomić).
- adding accepting of invalid certs (#491) (792748e by Nikola Milosavljevic).
- Do not require an HSM for dry runs (#480) (30051dd by Saša Tomić).
- fixing tests that didn't run (#481) (1d38e8e by Nikola Milosavljevic).
- Fix the test for the hostos rollout, add api-boundary-nodes (#479) (5018651 by Saša Tomić).
- Add more flexibility to the version regex (1844452 by Saša Tomić).
- fixing typo (#467) (50e1573 by Nikola Milosavljevic).
- Drop the re-classification of commits to "other" in some cases (#463) (075bde7 by Saša Tomić).
- Delete persisted state file if loading previous contents fails (#459) (ca08e6a by Saša Tomić).
- not displaying sensitive pin when running help command (#453) (e16b578 by Nikola Milosavljevic).
- Add a time for all agent-rs (canister) clients (#435) (0c4fa3e by Saša Tomić).
- Fix for the HostOS rollout in groups (#432) (cd61ab0 by Saša Tomić).
What's Changed: all commits
- feat(ic-management-backend): adding all known staging nns nodes as defaults by @NikolaMilosa in #420
- Elect version ec35ebd252d4ffb151d2cfceba3a86c4fb87c6d6 by @sa-github-api in #421
- feat(dre): enabling showing progress during self update by @NikolaMilosa in #423
- chore(python): Remove all mentions of Ansible in the repo by @sasa-tomic in #27
- Consolidate teams that get to review the GuestOS release notes into a… by @DFINITYManu in #422
- chore: Update dependencies by @sa-github-api in #301
- Improve proposal list formatting by @LittleChimera in #425
- chore: Increase Rust code max_width to 150 by @LittleChimera in #426
- chore: Update dependencies by @sa-github-api in #427
- chore: Adjust and optimize the subcommands for host and version elect by @sasa-tomic in #431
- fix(dre): Fix for the HostOS rollout in groups by @sasa-tomic in #432
- fix: Add a time for all agent-rs (canister) clients by @sasa-tomic in #435
- feat: cursors from clickhouse by @blind-oracle in #433
- chore(ci): changing main pipeline to run on self hosted runners by @NikolaMilosa in #400
- feat(dre): implementing checks for correct node rewards set for node operators by @NikolaMilosa in #436
- rc--2024-05-29_23-02 by @pietrodimarco-dfinity in #437
- Allow missing team release controller by @pietrodimarco-dfinity in #438
- chore: Update dependencies by @sa-github-api in #434
- chore(deps): bump @backstage/backend-common from 0.13.5 to 0.19.10 in /dashboard in the npm_and_yarn group across 1 directory by @dependabot in #441
- Elect version b9a0f18dd5d6019e3241f205de797bca0d9cc3f8 by @sa-github-api in #439
- feat(dre): Provide more reward-related information in the registry dump by @sasa-tomic in #440
- fix: adding checks and skips for snses that don't have name set by @NikolaMilosa in #447
- chore: Update dependencies by @sa-github-api in #444
- chore(ci): Remove and clean up the earlier stop-gap measure, bazel-cache in s3 by @sasa-tomic in #443
- feat(dre): Convenience function for dumping registry records for incorrect rewards by @sasa-tomic in #442
- feat: Migrating sns downloader to canister calls by @NikolaMilosa in #451
- fix(dre): not displaying sensitive pin when running help command by @NikolaMilosa in #453
- chore(dre): make firewall rules scope a parameter by @r-birkner in #452
- Add Boundary Nodes persist by @pietrodimarco-dfinity in #222
- Remove Vector update path from main CI by @pietrodimarco-dfinity in #458
- fix(service-discovery): Delete persisted state file if loading previous contents fails by @sasa-tomic in #459
- feature(dre): add all methods to manage the API boundary nodes by @r-birkner in #456
- chore: Release 2024-06-05_23-01 by @sasa-tomic in #460
- fix(release-notes): Drop the re-classification of commits to "other" in some cases by @sasa-tomic in #463
- Elect version d19fa446ab35780b2c6d8b82ea32d808cca558d5 by @sa-github-api in #461
- chore: Update dependencies by @sa-github-api in #454
- fix: different base for cursor-initializator-clickhouse by @NikolaMilosa in #464
- chore: changing default behavior if cursor is not present by @NikolaMilosa in #466
- chore: updating files list to sync with k8s by @NikolaMilosa in #465
- fix: fixing typo by @NikolaMilosa in #467
- Fix incorrect response struct TopologyProposal -> TopologyChangeProposal by @pietrodimarco-dfinity in #470
- feat(dre): vote sleep duration by @NikolaMilosa in #471
- feat(dre): excluding api boundary nodes from available nodes for replacement by @NikolaMilosa in #472
- feat(msd): adding mapping of domain from registry by @NikolaMilosa in #473
- chore: moving msd diff to selfhosted runners by @NikolaMilosa in #474
- Make sure that when --nodes is passed to ic-admin, each node is prefi… by @DFINITYManu in #475
- Properly quote ic-admin commands emitted for review. by @DFINITYManu in #476
- feat: Support dre binary compiled without .git by @sasa-tomic in #477
- fix(dre): Fix the test for the hostos rollout, add api-boundary-nodes by @sasa-tomic in #479
- feat(dre): [DRE-178] Accept additional parameters for subnet creation by @sasa-tomic in #478
- fix: fixing tests that didn't run by @NikolaMilosa in #481
- fix(dre): Do not require an HSM for dry runs by @sasa-tomic in #480
- chore: Release 2024-06-12_23-01 by @sasa-tomic in #482
- Elect version 246d0ce0784d9990c06904809722ce5c2c816269 by @sa-github-api in #484
- chore: Release rc--2024-05-29_23-02 hotfix to turn off LSTM by @sasa-tomic in #485
- Elect version 42284da596a2596361f305b8d6d6097b0f40e6d6 by @sa-github-api in #486
- fix: adding accepting of invalid certs by @NikolaMilosa in #491
- feat(msd): adding label for api boundary nodes by @NikolaMilosa in #483
- Disable storage layer on latest two releases by @LittleChimera in #492
- Elect version 2dfe3a1864d1b9a6df462e9503adf351036e7965 by @sa-github-api in #494
- Elect version 08f32722df2f56f1e5c1e603fee0c87c40b77cba by @sa-github-api in #495
- feat(msd): adding timestamp of last successful sync by @NikolaMilosa in #496
- fix(release-notes): Do not exclude "canister" changes in release notes by @sasa-tomic in #498
- feat(CI): adding job to ensure opentelemetry version by @NikolaMilosa in #501
- feat(release-controller): Kill the release controller if it gets stuck by @sasa-tomic in #499
- Add Heal command by @pietrodimarco-dfinity in #468
- feat(release-notes): Use merge commits if available, and fall back to the non-merge by @sasa-tomic in #502
- chore(dre): Rename --simulate to --dry-run by @sasa-tomic in #504
- chore(dre): Do not require --motivation if --help-other-args is provided by @sasa-tomic in #505
- Add release rc--2024-06-19_23-01 by @LittleChimera in #507
- feat(dre): Cache public dashboard API response for 1h by @sasa-tomic in #506
- fix(ci): fix typo by @sasa-tomic in #503
- fix(dre): Do not try to get auth parameters for ic-admin get-* commands by @sasa-tomic in #508
- fix: remove duplication of nodes for DeployGuestosToSomeApiBoundaryNodes by @r-birkner in #510
- chore(release-notes): Improve the search for the merge commit by @sasa-tomic in #512
- fix(dre): Remove the double dash in the public dashboard api requests by @sasa-tomic in #511
- fix: add motivation argument to remove API BN command by @r-birkner in #513
- chore(release): Do not regenerate release notes all the time, to save on time and docker hub rate limit by @sasa-tomic in #516
- feat(release-notes): Improve cli operations for generating release notes by @sasa-tomic in #514
- Elect version e3fca54d11e19dc7134e374d9f472c5929f755f9 by @sasa-tomic in #517
- Elect version ae3c4f30f198eba9c5b113ec32fdec90713c24a0 by @sa-github-api in #515
- Allow Runner to use/not use dashboard backend by @pietrodimarco-dfinity in #520
- chore(deps): bump the python-dependencies group across 1 directory with 9 updates by @dependabot in #521
- Add analyze command by @pietrodimarco-dfinity in #519
- Update release-index.yaml to cut fix for lhg73 by @DFINITYManu in #523
- Elect version 9c006a50d364edf1403ef50b24c3be39dba8a5f6 by @sa-github-api in #524
- Elect version 48c500d1501e4165fc183e508872a2ef13fd0bef by @sa-github-api in #525
- chore(deps): bump the cargo-dependencies group across 1 directory with 15 updates by @dependabot in #522
- chore(deps): bump dawidd6/action-download-artifact from 3.1.4 to 6 in the github-actions-dependencies group across 1 directory by @dependabot in #487
- feat: ci check for release index by @NikolaMilosa in #526
- feat: adding building runner by @NikolaMilosa in #529
- fix(dre): missing node providers on testnets by @NikolaMilosa in #530
- Release 0.4.1 by @sasa-tomic in #531
New Contributors
- @blind-oracle made their first contribution in #433
- @r-birkner made their first contribution in #452
Full Changelog: v0.4.0...v0.4.1