Proposal ID: 138364
Release Notes for [**release-2025-09-04\_03-11-base**](https://github.com/dfinity/ic/tree/release-2025-09-04_03-11-base) (9152ba15ab6cc3c12eb407e13f8ee483a1d5723c) =================================================================================================================================================================== This release is based on changes since [release-2025-08-28\_03-17-base](https://dashboard.internetcomputer.org/release/84a268e93a909a6827d76ad794411b161c839a12) (84a268e93a909a6827d76ad794411b161c839a12). Please note that some commits may be excluded from this release if they're not relevant, or not modifying the HostOS 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-08-28_03-17-base...release-2025-09-04_03-11-base). Features: --------- * [`bbf3a56ce`](https://github.com/dfinity/ic/commit/bbf3a56ce) Interface,Node(node): generate-ic-config follow ups ([#6471](https://github.com/dfinity/ic/pull/6471)) Chores: ------- * [`f0bfdd2c8`](https://github.com/dfinity/ic/commit/f0bfdd2c8) Interface,Node: Factor out VSockClient trait ([#6523](https://github.com/dfinity/ic/pull/6523)) * [`be7421c09`](https://github.com/dfinity/ic/commit/be7421c09) Owners: bump tracing-subscriber to 0.3.20 ([#6585](https://github.com/dfinity/ic/pull/6585)) * [`29441688a`](https://github.com/dfinity/ic/commit/29441688a) Node: Update Base Image Refs [2025-08-28-0805] ([#6503](https://github.com/dfinity/ic/pull/6503)) Refactoring: ------------ * [`ac630a3fe`](https://github.com/dfinity/ic/commit/ac630a3fe) Interface,Node: Move fetching SEV certs higher up in the call stack ([#6522](https://github.com/dfinity/ic/pull/6522)) ------------------------------------------ Full list of changes (including the ones that are not relevant to HostOS) can be found on [GitHub](https://github.com/dfinity/dre/blob/9b43cbb16bff45fb4f7be27e51036945272e7498/hostos-releases/9152ba15ab6cc3c12eb407e13f8ee483a1d5723c.md). # IC-OS Verification To build and verify the IC-OS HostOS 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 9152ba15ab6cc3c12eb407e13f8ee483a1d5723c --hostos ``` 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 HostOS version here, you have the option to verify the build reproducibility of the GuestOS by passing `--guestos` to the script above instead of `--hostos`, or the SetupOS by passing `--setupos`.
Reviewer Comments:
Add a Comment
No comments yet. Be the first to share your thoughts!