Skip to content

Releases: IABTechLab/uid2-operator

v5.41.15

07 Nov 22:44
Compare
Choose a tag to compare

What's Changed

  • [CI Pipeline] Released Patch version: 5.41.8 by @github-actions in #1143
  • find participants on old sdks by @Ian-Nara in #1145
  • [CI Pipeline] Released Patch version: 5.41.15 by @github-actions in #1147

Full Changelog: v5.41.8...v5.41.15

v5.41.8

07 Nov 22:10
6efb434
Compare
Choose a tag to compare

What's Changed

  • [CI Pipeline] Released Patch version: 5.41.8 by @github-actions in #1141

Full Changelog: v5.41.6...v5.41.8

v5.41.6

05 Nov 22:41
bf42c0b
Compare
Choose a tag to compare

What's Changed

  • [CI Pipeline] Released Snapshot version: 5.40.87-alpha-110-SNAPSHOT by @github-actions in #1087
  • Removing assertions from code and replacing with relevant exceptions by @asloobq in #1085
  • Change optout loading exception to a warning temporarily by @asloobq in #1125
  • temporarily add back use metrics for the operator-served SDKs by @Ian-Nara in #1139
  • [CI Pipeline] Released Patch version: 5.41.6 by @github-actions in #1140

Full Changelog: v5.41.0...v5.41.6

v5.41.0

21 Oct 02:15
6303b64
Compare
Choose a tag to compare

2024 Out-of-band Release Q3

Update to all Private Operators on all clouds.

Addresses a specific issue that would cause operators to shut down incorrectly.

Integration Guides - UID2

AWS Marketplace
GCP Confidential Space
Microsoft Azure

Integration Guides - EUID

AWS Marketplace

Installation

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

Changes

  • Only shut the operator down when receiving an AttestationFailure response from Core - ( PR: #1082 )

v5.38.104

11 Sep 04:20
702c76f
Compare
Choose a tag to compare

2024 Q3 Operator Release

Update to all Private Operators on all cloud providers.

Integration Guides - UID2

AWS Marketplace
GCP Confidential Space
Microsoft Azure

Integration Guides - EUID

AWS Marketplace

Installation

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

Release Notes

Advertising Token Format Change

  • Advertising token format has changed from v2 to v4.
  • This impacts the advertising_token JSON response field in the /token/generate and /token/refresh endpoints, or the SDKs which consume these endpoints.
  • There is no impact to participants that are correctly treating these tokens as opaque strings.
  • The following information is provided as informational only, as these details will change in future token versions:
    • v2 tokens are 180 characters long and base64 encoded (alphanumeric characters and =, +, /).
      • Example v2 token: AgAACbZaXQwHNgkLuMHhc6QUdAddC5rFTw0ln+nh6fzMmEd+18U2X7bCxoA1YU1TxW8SA2MnX7vct4Lwku3nKAN/Z1d7I+bTO6W99ZYdJ8Dmc111+BqfPg9cCFtSW510lJuMm4IgN5UCskarj2P6ckHRBkBfkaX6QcervMT+imJKKGm/BA=
    • v4 tokens are 218 characters long and base64url encoded (alphanumeric characters and _, -).
      • Example v4 token: A4AAABG4juxqlIbJn8hFe3bWRFwe2DWAcxA-Pwa9a69Kodg4AsxWxIzGE-arhwG0_9VM6vSMNjbc1SR2pZ3jB4tKio6wy1rjPPb0wnYCOD_cgjAejQyZzKoHYmgHfacQ02tKpSBwG6GpmJ-Var2ZGHRKOSFkxiTI1bCDP_X0KM3WPolQzNm-Yy3_FzESugv6jfOrn6LqcAskqwoDxuCOw0yk1w

/optout/status endpoint enabled by default:

GCP and Azure exposes metrics endpoint:

AWS base AMI upgrade

AWS base AMI has been upgraded from Amazon Linux 2 to Amazon Linux 2023.

Base Docker Images:

  • Azure and GCP has been upgraded to Java 21.
  • Azure and GCP are now using eclipse-temurin 21.0.4_7-jre-alpine.

Other changes:

  • Added information about refresh token version in the logs.
  • Various bug fixes to improve system stability.

Full Changelog: v5.37.12...v5.38.104

v5.37.12

11 Jun 05:08
3c2201e
Compare
Choose a tag to compare

2024 Q2 Operator Release

Update to all Private Operators on all cloud providers.

Integration Guides - UID2

AWS Marketplace
GCP Confidential Space
Microsoft Azure

Integration Guides - EUID

AWS Marketplace

Installation

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

Release Notes

Enclave logs are available

This will enhance the monitoring and troubleshooting of enclaves.

  1. AWS: See https://unifiedid.com/docs/guides/operator-guide-aws-marketplace.
    • Log rotation is enabled by default and can be configured by participants if necessary.
  2. Azure: the logs are written to the container log for the uid2-operator container.
  3. GCP: container log redirection has been enabled. The logs will be available in Logs Explorer.

Attestation Process

The URLs for the core services now form part of the attestation process, which enhances the security of the enclaves and attestation process.

Base Docker Images

The base docker image for both GCP and Azure has been updated to eclipse-temurin 11.0.22_7-jre-alpine.

Other Changes

  1. The handling of expired salts has been improved.
  2. The Azure container resource allocation has changed to give more resources to the skr container. This resolved an issue where the Azure Operator would fail to start.

Full Changelog: v5.26.19-56899dc0d7...v5.37.12

v5.32.16

08 May 23:45
2f47a1c
Compare
Choose a tag to compare

What's Changed

  • Gave the skr container more cpu and memory by @thomasm-ttd in #551
  • [CI Pipeline] Released Patch version: 5.32.16 by @github-actions in #552

Full Changelog: v5.32.10...v5.32.16

v5.32.10

07 May 03:04
e01bf20
Compare
Choose a tag to compare

What's Changed

  • enable tls 1.3 by @Ian-Nara in #532
  • [CI Pipeline] Released Minor version: 5.31.0 by @github-actions in #533
  • enable tls 1.3 by @Ian-Nara in #534
  • [CI Pipeline] Released Minor version: 5.32.0 by @github-actions in #535
  • revert tls enable by @Ian-Nara in #542
  • [CI Pipeline] Released Patch version: 5.32.4 by @github-actions in #543
  • Add a delay container start by @thomasm-ttd in #540
  • [CI Pipeline] Released Patch version: 5.32.10 by @github-actions in #544

Full Changelog: v5.30.0...v5.32.10

v5.30.0

24 Apr 17:57
8989d27
Compare
Choose a tag to compare

What's Changed

  • Update action versions to remove warnings by @thomasm-ttd in #522
  • Bug Fix, Initialize Shutdown Handler For Local Run by @Ian-Nara in #525
  • Removed pre-commit and trivy-secret.yaml by @gmsdelmundo in #526
  • [UID2-2831] Send Site's app name in key/sharing and key/bidstream endpoints by @asloobq in #508
  • [CI Pipeline] Released Minor version: 5.30.0 by @github-actions in #527

Full Changelog: v5.29.2...v5.30.0

v5.29.2

23 Apr 23:26
282bc2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.28.156...v5.29.2