Proposal ID: 138363
Release Notes for [release-2025-09-04\_03-11-inmem-canister-sks](https://github.com/dfinity/ic/tree/release-2025-09-04_03-11-inmem-canister-sks) (`ab62c6ec1c3b5f492df53c05bb0bf5f2eb6298ba`) ============================================================================================================================================================================================= This release is based on changes since [release-2025-09-04\_03-11-base](https://dashboard.internetcomputer.org/release/9152ba15ab6cc3c12eb407e13f8ee483a1d5723c) (`9152ba15ab6cc3c12eb407e13f8ee483a1d5723c`). Please note that some commits may be excluded from this release if they're not relevant, or not modifying the GuestOS image. Additionally, descriptions of some changes might have been slightly modified to fit the release notes format. To see a full list of commits added since last release, compare the revisions on [GitHub](https://github.com/dfinity/ic/compare/release-2025-09-04_03-11-base...release-2025-09-04_03-11-inmem-canister-sks). Features: --------- * [`ab62c6ec1`](https://github.com/dfinity/ic/commit/ab62c6ec1) Crypto,Interface(crypto): in-memory canister secret key store # IC-OS Verification To build and verify the IC-OS GuestOS disk image, after installing curl if necessary (`sudo apt install curl`), run: ``` # From https://github.com/dfinity/ic#verifying-releases curl -fsSL https://raw.githubusercontent.com/dfinity/ic/master/ci/tools/repro-check | python3 - -c ab62c6ec1c3b5f492df53c05bb0bf5f2eb6298ba --guestos ``` The two SHA256 sums printed above from a) the downloaded CDN image and b) the locally built image, must be identical, and must match the SHA256 from the payload of the NNS proposal. While not required for this NNS proposal, as we are only electing a new GuestOS version here, you have the option to verify the build reproducibility of the HostOS by passing `--hostos` to the script above instead of `--guestos`, or the SetupOS by passing `--setupos`.
Reviewer Comments:
Add a Comment
No comments yet. Be the first to share your thoughts!