diff --git a/rs/nns/governance/CHANGELOG.md b/rs/nns/governance/CHANGELOG.md index c8a1b177454f..e0159235865d 100644 --- a/rs/nns/governance/CHANGELOG.md +++ b/rs/nns/governance/CHANGELOG.md @@ -11,6 +11,17 @@ here were moved from the adjacent `unreleased_changelog.md` file. INSERT NEW RELEASES HERE +# 2026-08-14: Proposal 143577 + +http://dashboard.internetcomputer.org/proposal/143577 + +## Fixed + +* `validate_assign_noid_payload` no longer panics when a node provider has + `id = None`. It now skips such providers safely, preventing all + `AddNodeOperator` proposal submissions from being blocked. + + # 2026-08-07: Proposal 143410 http://dashboard.internetcomputer.org/proposal/143410 diff --git a/rs/nns/governance/unreleased_changelog.md b/rs/nns/governance/unreleased_changelog.md index a5dcea106516..94126a0ff421 100644 --- a/rs/nns/governance/unreleased_changelog.md +++ b/rs/nns/governance/unreleased_changelog.md @@ -17,8 +17,4 @@ on the process that this file is part of, see ## Fixed -* `validate_assign_noid_payload` no longer panics when a node provider has - `id = None`. It now skips such providers safely, preventing all - `AddNodeOperator` proposal submissions from being blocked. - ## Security diff --git a/rs/nns/sns-wasm/CHANGELOG.md b/rs/nns/sns-wasm/CHANGELOG.md index 908c45ce458e..8685d1bcbf0c 100644 --- a/rs/nns/sns-wasm/CHANGELOG.md +++ b/rs/nns/sns-wasm/CHANGELOG.md @@ -11,6 +11,17 @@ here were moved from the adjacent `unreleased_changelog.md` file. INSERT NEW RELEASES HERE +# 2026-08-14: Proposal 143578 + +http://dashboard.internetcomputer.org/proposal/143578 + +## Fixed + +* `get_available_sns_subnet` now rotates through all configured SNS subnets + (round-robin, based on the number of SNSs already deployed) instead of + always deploying new SNSes to the first subnet in `sns_subnet_ids`. + + # 2026-07-24: Proposal 143073 http://dashboard.internetcomputer.org/proposal/143073 diff --git a/rs/nns/sns-wasm/unreleased_changelog.md b/rs/nns/sns-wasm/unreleased_changelog.md index 15f02e903dc4..94126a0ff421 100644 --- a/rs/nns/sns-wasm/unreleased_changelog.md +++ b/rs/nns/sns-wasm/unreleased_changelog.md @@ -17,8 +17,4 @@ on the process that this file is part of, see ## Fixed -* `get_available_sns_subnet` now rotates through all configured SNS subnets - (round-robin, based on the number of SNSs already deployed) instead of - always deploying new SNSes to the first subnet in `sns_subnet_ids`. - ## Security diff --git a/rs/registry/canister/CHANGELOG.md b/rs/registry/canister/CHANGELOG.md index 2db5378d2a7d..e21a7d7ceec2 100644 --- a/rs/registry/canister/CHANGELOG.md +++ b/rs/registry/canister/CHANGELOG.md @@ -11,6 +11,23 @@ here were moved from the adjacent `unreleased_changelog.md` file. INSERT NEW RELEASES HERE +# 2026-08-14: Proposal 143579 + +http://dashboard.internetcomputer.org/proposal/143579 + +## Added + +Add a `replica_version_id` to `ReplicaVersionRecord`s, and backfill with a data migration. + +## Changed + +* Guest launch measurements are now required (when electing a new GuestOS version). + +## Removed + +The `blessed_replica_versions` record has been removed. + + # 2026-08-07: Proposal 143409 http://dashboard.internetcomputer.org/proposal/143409 diff --git a/rs/registry/canister/unreleased_changelog.md b/rs/registry/canister/unreleased_changelog.md index e0729051fb5f..94126a0ff421 100644 --- a/rs/registry/canister/unreleased_changelog.md +++ b/rs/registry/canister/unreleased_changelog.md @@ -9,18 +9,12 @@ on the process that this file is part of, see ## Added -Add a `replica_version_id` to `ReplicaVersionRecord`s, and backfill with a data migration. - ## Changed -* Guest launch measurements are now required (when electing a new GuestOS version). - ## Deprecated ## Removed -The `blessed_replica_versions` record has been removed. - ## Fixed ## Security