Skip to content

v5.49.7

Choose a tag to compare

@github-actions github-actions released this 04 Mar 02:54
· 764 commits to main since this release

Integration Guides

AWS Marketplace
GCP Confidential Space
Microsoft Azure

Installation

docker pull us-docker.pkg.dev/uid2-prod-project/iabtechlab/uid2-operator:5.49.7-gcp-oidc
docker pull ghcr.io/iabtechlab/uid2-operator:5.49.7-azure-cc

Release Notes

- Private Operator Startup Troubleshooting and Debugging

  • Added configuration validation before installation.
  • Introduced debug_mode flag for private operator troubleshooting.
  • Improved logging and documentation for troubleshooting startup issues.

- Operator Optimization

  • For AWS, automatically set number of threads based on available cores:
    Host (AMI): set vsock proxy thread count to half of available cores (rounded up).
    Enclave (EIF): two thirds (rounded up) to operator service vertx request processing threads
    one fourth (rounded up) to vsock proxy
  • Upgraded to Vert.x 4.5.11
  • Operator now shuts down immediately only on actual attestation failure.

- EUID Generation
Enabled generation of EUIDs using phone numbers and hashed phone numbers.

- Other Updates
Various bug fixes to enhance system stability.