release-2024-09-06: Dependency updates
github-actions
released this
06 Sep 08:41
·
159 commits
to main
since this release
This is Internet Identity release release-2024-09-06 for commit b1efb490781647928d55dafb0cd8c299c6279950.
Main changes of this release are updates on dependencies.
The sha256 of production asset internet_identity_production.wasm.gz is 61391f16ae85d88a58a3294499d1ca747f2aba6598d93bc6b87c620496e1ca9d.
What's Changed
- Update release in README by @gix-bot in #2580
- Fix erroneous comments by @frederikrothenberger in #2581
- Read canister id from 500 status response by @lmuntaner in #2526
- Remove unused vc_util_js crate by @frederikrothenberger in #2583
- Replace
vc_util
andcanister_sig_util
with external crates by @frederikrothenberger in #2584 - Remove dependency on the
ic-crypto-standalone-sig-verifier
by @frederikrothenberger in #2586 - Change landing page title and byline by @frederikrothenberger in #2590
- Update quinn-proto to fix dependabot alert by @frederikrothenberger in #2589
- Update rust dependencies by @frederikrothenberger in #2591
- Update vc_issuer dependencies by @frederikrothenberger in #2592
- Update dfx by @frederikrothenberger in #2593
- Update rust version by @gix-bot in #2594
Full Changelog: release-2024-08-30...release-2024-09-06
Build flavors
For more information please see the Build flavors section of the README.
Wasm Verification
To build the wasm modules yourself and verify their hashes, run the following commands from the root of the Internet Identity repository:
git pull # to ensure you have the latest changes.
git checkout b1efb490781647928d55dafb0cd8c299c6279950
./scripts/verify-hash --ii-hash 61391f16ae85d88a58a3294499d1ca747f2aba6598d93bc6b87c620496e1ca9d --archive-hash ea23653a50f7b35ca0e37eceb6b8f63c50da82ff3bd2e71bedaf8bf3ad49e66c
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.