Skip to content

release-2025-06-20: Warning banner and preparations for v2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 11:49
· 9 commits to main since this release
818779c

This is Internet Identity release release-2025-06-20 for commit 818779c444cebc8dbf63e22ff2cf89e688523f69.
The sha256 of production asset internet_identity_production.wasm.gz is 6eb7116197374d30663022cd82909e93545124f07864a41beb2514e3cf6533bc.

What's Changed

Full Changelog: release-2025-06-14-v2...release-2025-06-20

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 6eb7116197374d30663022cd82909e93545124f07864a41beb2514e3cf6533bc
internet_identity_dev.wasm.gz ff4771c148635942414bd5746f5ca913cc7b930dc98f7d8a5a4f8e9cee8a306e
internet_identity_test.wasm.gz 2570e69c63c0c8d6641a792e0978e7269b4ed38bb9dd53f4463ffd5b91a69d61
archive.wasm.gz 914667c0e35944385851a3b031bcf5a4c56aa085c06f9c6ca3d84cedfb95dc0b
vc_demo_issuer.wasm.gz c5598ef8506aab8a26e7cb6061f7508da593edb63842011dbd09134a9195134c

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 818779c444cebc8dbf63e22ff2cf89e688523f69
./scripts/verify-hash --ii-hash 6eb7116197374d30663022cd82909e93545124f07864a41beb2514e3cf6533bc --archive-hash 914667c0e35944385851a3b031bcf5a4c56aa085c06f9c6ca3d84cedfb95dc0b

Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.