Skip to content

Commit a784fce

Browse files
chore(nervous-system): Update changelog for release 2026-08-14 (#11150)
Update CHANGELOG.md for today's release. ## NNS - [143577](https://dashboard.internetcomputer.org/proposal/143577) - [143578](https://dashboard.internetcomputer.org/proposal/143578) - [143579](https://dashboard.internetcomputer.org/proposal/143579) ## SNS Co-authored-by: Daniel Wong <daniel.wong@dfinity.org>
1 parent 55c6143 commit a784fce

6 files changed

Lines changed: 39 additions & 14 deletions

File tree

rs/nns/governance/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ here were moved from the adjacent `unreleased_changelog.md` file.
1111
INSERT NEW RELEASES HERE
1212

1313

14+
# 2026-08-14: Proposal 143577
15+
16+
http://dashboard.internetcomputer.org/proposal/143577
17+
18+
## Fixed
19+
20+
* `validate_assign_noid_payload` no longer panics when a node provider has
21+
`id = None`. It now skips such providers safely, preventing all
22+
`AddNodeOperator` proposal submissions from being blocked.
23+
24+
1425
# 2026-08-07: Proposal 143410
1526

1627
http://dashboard.internetcomputer.org/proposal/143410

rs/nns/governance/unreleased_changelog.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@ on the process that this file is part of, see
1717

1818
## Fixed
1919

20-
* `validate_assign_noid_payload` no longer panics when a node provider has
21-
`id = None`. It now skips such providers safely, preventing all
22-
`AddNodeOperator` proposal submissions from being blocked.
23-
2420
## Security

rs/nns/sns-wasm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ here were moved from the adjacent `unreleased_changelog.md` file.
1111
INSERT NEW RELEASES HERE
1212

1313

14+
# 2026-08-14: Proposal 143578
15+
16+
http://dashboard.internetcomputer.org/proposal/143578
17+
18+
## Fixed
19+
20+
* `get_available_sns_subnet` now rotates through all configured SNS subnets
21+
(round-robin, based on the number of SNSs already deployed) instead of
22+
always deploying new SNSes to the first subnet in `sns_subnet_ids`.
23+
24+
1425
# 2026-07-24: Proposal 143073
1526

1627
http://dashboard.internetcomputer.org/proposal/143073

rs/nns/sns-wasm/unreleased_changelog.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@ on the process that this file is part of, see
1717

1818
## Fixed
1919

20-
* `get_available_sns_subnet` now rotates through all configured SNS subnets
21-
(round-robin, based on the number of SNSs already deployed) instead of
22-
always deploying new SNSes to the first subnet in `sns_subnet_ids`.
23-
2420
## Security

rs/registry/canister/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ here were moved from the adjacent `unreleased_changelog.md` file.
1111
INSERT NEW RELEASES HERE
1212

1313

14+
# 2026-08-14: Proposal 143579
15+
16+
http://dashboard.internetcomputer.org/proposal/143579
17+
18+
## Added
19+
20+
Add a `replica_version_id` to `ReplicaVersionRecord`s, and backfill with a data migration.
21+
22+
## Changed
23+
24+
* Guest launch measurements are now required (when electing a new GuestOS version).
25+
26+
## Removed
27+
28+
The `blessed_replica_versions` record has been removed.
29+
30+
1431
# 2026-08-07: Proposal 143409
1532

1633
http://dashboard.internetcomputer.org/proposal/143409

rs/registry/canister/unreleased_changelog.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ on the process that this file is part of, see
99

1010
## Added
1111

12-
Add a `replica_version_id` to `ReplicaVersionRecord`s, and backfill with a data migration.
13-
1412
## Changed
1513

16-
* Guest launch measurements are now required (when electing a new GuestOS version).
17-
1814
## Deprecated
1915

2016
## Removed
2117

22-
The `blessed_replica_versions` record has been removed.
23-
2418
## Fixed
2519

2620
## Security

0 commit comments

Comments
 (0)