Changelog
- fecd21e CLI: Fixed link creation interface verification (#1475)
 - e1d31fe Changelog: added entry for create interface change (#1474)
 - 9e096ce Enforce max_users = 0 to block new users on Device (#1498)
 - 987188f Fix: Skip client version check for Status command to prevent version errors during automated state checks (#1472)
 - 4eb9a6d Fix: restore validator_pubkey field from AccessPass for Sentinel compatibility (#1493)
 - 8ea8e0d Refactor deserialization methods across state modules to use TryFrom for improved error handling (#1460)
 - 3ef2644 Revert "sc/telemetry: embed serviceability program id via build feature" (#1502)
 - 086118e The user allowlist check has been removed from the CLI. (#1483)
 - 23553c4 build(deps): bump clap from 4.5.45 to 4.5.46 (#1489)
 - 2a2d880 build(deps): bump console from 0.15.11 to 0.16.0 (#1490)
 - 296beba build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.0 (#1492)
 - eb034b9 build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#1491)
 - 7bc9a6d build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory (#1482)
 - a881cbf ci: rust-toolchain smartcontract deploy action (#1501)
 - 9b85bfe controller: grpc server tls config (#1449)
 - 60e7c15 controller: link metrics (#1468)
 - a5bbca4 e2e: configure additional device networks for link connectivity in local devnet (#1487)
 - 8c3c38b feat: add filtering options for prepaid and Solana validator access passes in user listing (#1471)
 - 387e64b feat: add serde serialization for validator_pubkey in User struct (#1496)
 - c1958b7 feat: support device user count updates and user validator pubkey in CLI, SDK, and contracts (#1497)
 - 717fc34 monitor: internet telemetry (#1433)
 - 959bd0b release-0.6.1 (#1503)
 - 9f690e3 sc/telemetry: embed serviceability program id via build feature (#1485)
 - f7058fe servicibility: added interface instructions (#1447)