release-2024-07-12: New landing pages
github-actions
released this
12 Jul 08:56
·
209 commits
to main
since this release
This is Internet Identity release release-2024-07-12 for commit 170cddd0ecd6a6921c5e45817300df34a835ba1e.
The sha256 of production asset internet_identity_production.wasm.gz is 7a2e68a376d3cbc9bc1b8ee845cc43c8906564aae432facad7549fa1b2813b5f.
What's Changed
- Update release in README by @gix-bot in #2531
- Disable ic-commit auto-update by @frederikrothenberger in #2530
- Refactor VC flow e2e tests by @frederikrothenberger in #2532
- Change link and text-only button color by @lmuntaner in #2525
- Update dfx to version 20.2 by @frederikrothenberger in #2534
- Make canisterId mandatory for VC flow by @frederikrothenberger in #2535
- Update node version by @gix-bot in #2537
- UI fixes landing page by @lmuntaner in #2527
- Use landing page in flows by @lmuntaner in #2524
Full Changelog: release-2024-07-05...release-2024-07-12
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 170cddd0ecd6a6921c5e45817300df34a835ba1e
./scripts/verify-hash --ii-hash 7a2e68a376d3cbc9bc1b8ee845cc43c8906564aae432facad7549fa1b2813b5f
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.