From 0b31bfa7a1bef114e1f607a5e78bc3b42ff21161 Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 00:11:09 -0800 Subject: [PATCH 01/26] reference feature branch --- .github/workflows/run-e2e-tests-on-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-e2e-tests-on-operator.yaml b/.github/workflows/run-e2e-tests-on-operator.yaml index 462a992e1..3c524420f 100644 --- a/.github/workflows/run-e2e-tests-on-operator.yaml +++ b/.github/workflows/run-e2e-tests-on-operator.yaml @@ -117,7 +117,7 @@ on: jobs: e2e-test: name: E2E Test - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@wzh-UDI2-6362-give-private-oeprators-site-id-124 with: operator_type: ${{ inputs.operator_type }} identity_scope: ${{ inputs.identity_scope }} From aab7e88b5289d3a581d37fb16c0b816b57371b37 Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 00:13:10 -0800 Subject: [PATCH 02/26] update core reference, containing e2e test fix --- .github/workflows/run-e2e-tests-on-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-e2e-tests-on-operator.yaml b/.github/workflows/run-e2e-tests-on-operator.yaml index 462a992e1..681e19528 100644 --- a/.github/workflows/run-e2e-tests-on-operator.yaml +++ b/.github/workflows/run-e2e-tests-on-operator.yaml @@ -117,14 +117,14 @@ on: jobs: e2e-test: name: E2E Test - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml with: operator_type: ${{ inputs.operator_type }} identity_scope: ${{ inputs.identity_scope }} target_environment: ${{ inputs.target_environment }} delay_operator_shutdown: ${{ inputs.delay_operator_shutdown }} operator_image_version: ${{ inputs.operator_image_version }} - core_image_version: ${{ inputs.core_image_version }} + core_image_version: 2.30.39-alpha-161-SNAPSHOT # hardcoded to wzh-UID2-6362-E2E-pipeline-fix-workaround-private optout_image_version: ${{ inputs.optout_image_version }} e2e_image_version: ${{ inputs.e2e_image_version }} operator_branch: ${{ github.ref }} From c711e71c80c63a77720570c4dcd087b679baa1ed Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 00:15:38 -0800 Subject: [PATCH 03/26] revert a unwanted code change --- .github/workflows/run-e2e-tests-on-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-e2e-tests-on-operator.yaml b/.github/workflows/run-e2e-tests-on-operator.yaml index 681e19528..776c393f7 100644 --- a/.github/workflows/run-e2e-tests-on-operator.yaml +++ b/.github/workflows/run-e2e-tests-on-operator.yaml @@ -117,7 +117,7 @@ on: jobs: e2e-test: name: E2E Test - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3 with: operator_type: ${{ inputs.operator_type }} identity_scope: ${{ inputs.identity_scope }} From 89306b37a59bcfcd0778ceba4276ca31ceb885b1 Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 00:20:05 -0800 Subject: [PATCH 04/26] ignore vs --- .trivyignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.trivyignore b/.trivyignore index 09dd392ee..911328a31 100644 --- a/.trivyignore +++ b/.trivyignore @@ -16,3 +16,10 @@ CVE-2025-64720 exp:2026-06-05 # UID2-6340 CVE-2025-65018 exp:2026-06-05 + + +# ignore for testing only. +# Investigating below vulnerabilites are out of scope of this ticket +CVE-2025-66418 +CVE-2025-66471 +# ignore for testing only. From 2ba791449d6ca19e8c261fe1e57c3034112fbfe0 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Sun, 7 Dec 2025 08:26:46 +0000 Subject: [PATCH 05/26] [CI Pipeline] Released Snapshot version: 5.62.12-alpha-578-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 983e005cc..6377adb37 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.11 + 5.62.12-alpha-578-SNAPSHOT UTF-8 From c066a5900d8dc07f5e80f367d5e1229d629f2e4a Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 01:16:43 -0800 Subject: [PATCH 06/26] upgrade typing_extensions in Azure CLI to fix fialure in create Azure AKS artifacts step --- scripts/azure-aks/deployment/generate-deployment-artifacts.sh | 4 ++++ scripts/azure-cc/deployment/generate-deployment-artifacts.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/scripts/azure-aks/deployment/generate-deployment-artifacts.sh b/scripts/azure-aks/deployment/generate-deployment-artifacts.sh index a9c8d8dd8..4c15c938a 100644 --- a/scripts/azure-aks/deployment/generate-deployment-artifacts.sh +++ b/scripts/azure-aks/deployment/generate-deployment-artifacts.sh @@ -52,6 +52,10 @@ for f in ${INPUT_FILES[@]}; do done az version +# Upgrade typing_extensions to fix pydantic-core compatibility issue with confcom extension +# The confcom extension requires typing_extensions>=4.10.0 for the Sentinel class +sudo /opt/az/bin/python3 -m pip install --upgrade typing_extensions + # Install confcom extension, az is originally available in GitHub workflow environment az extension add --name confcom if [[ $? -ne 0 ]]; then diff --git a/scripts/azure-cc/deployment/generate-deployment-artifacts.sh b/scripts/azure-cc/deployment/generate-deployment-artifacts.sh index 7920b0558..fbdc150ad 100644 --- a/scripts/azure-cc/deployment/generate-deployment-artifacts.sh +++ b/scripts/azure-cc/deployment/generate-deployment-artifacts.sh @@ -55,6 +55,10 @@ for f in ${INPUT_FILES[@]}; do done az version +# Upgrade typing_extensions to fix pydantic-core compatibility issue with confcom extension +# The confcom extension requires typing_extensions>=4.10.0 for the Sentinel class +sudo /opt/az/bin/python3 -m pip install --upgrade typing_extensions + # Install confcom extension, az is originally available in GitHub workflow environment az extension add --name confcom if [[ $? -ne 0 ]]; then From 0cb2df372c2d25ddbeef15ef97683427348de796 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Sun, 7 Dec 2025 09:19:02 +0000 Subject: [PATCH 07/26] [CI Pipeline] Released Snapshot version: 5.62.13-alpha-579-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6377adb37..6cf1e4316 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.12-alpha-578-SNAPSHOT + 5.62.13-alpha-579-SNAPSHOT UTF-8 From 0a88732ca0b39a74c3552d641e797b32a08dcdde Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 17:35:19 -0800 Subject: [PATCH 08/26] include gcp fix for a dependency --- scripts/gcp-oidc/conf/integ-config.json | 1 + scripts/gcp-oidc/conf/prod-config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/gcp-oidc/conf/integ-config.json b/scripts/gcp-oidc/conf/integ-config.json index 97d46d2bd..4bb6fcf14 100644 --- a/scripts/gcp-oidc/conf/integ-config.json +++ b/scripts/gcp-oidc/conf/integ-config.json @@ -1,4 +1,5 @@ { + "service_instances": 4, "sites_metadata_path": "https://core.uidapi.com/sites/refresh", "clients_metadata_path": "https://core.uidapi.com/clients/refresh", "keysets_metadata_path": "https://core.uidapi.com/key/keyset/refresh", diff --git a/scripts/gcp-oidc/conf/prod-config.json b/scripts/gcp-oidc/conf/prod-config.json index a6eeb5b90..18a4efc64 100644 --- a/scripts/gcp-oidc/conf/prod-config.json +++ b/scripts/gcp-oidc/conf/prod-config.json @@ -1,4 +1,5 @@ { + "service_instances": 4, "sites_metadata_path": "https://core.uidapi.com/sites/refresh", "clients_metadata_path": "https://core.uidapi.com/clients/refresh", "keysets_metadata_path": "https://core.uidapi.com/key/keyset/refresh", From 3fb5febfb56917222f63c86ff218829eb51ccdae Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 17:37:07 -0800 Subject: [PATCH 09/26] revert unwanted changes --- scripts/gcp-oidc/conf/integ-config.json | 1 - scripts/gcp-oidc/conf/prod-config.json | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/gcp-oidc/conf/integ-config.json b/scripts/gcp-oidc/conf/integ-config.json index 4bb6fcf14..97d46d2bd 100644 --- a/scripts/gcp-oidc/conf/integ-config.json +++ b/scripts/gcp-oidc/conf/integ-config.json @@ -1,5 +1,4 @@ { - "service_instances": 4, "sites_metadata_path": "https://core.uidapi.com/sites/refresh", "clients_metadata_path": "https://core.uidapi.com/clients/refresh", "keysets_metadata_path": "https://core.uidapi.com/key/keyset/refresh", diff --git a/scripts/gcp-oidc/conf/prod-config.json b/scripts/gcp-oidc/conf/prod-config.json index 18a4efc64..a6eeb5b90 100644 --- a/scripts/gcp-oidc/conf/prod-config.json +++ b/scripts/gcp-oidc/conf/prod-config.json @@ -1,5 +1,4 @@ { - "service_instances": 4, "sites_metadata_path": "https://core.uidapi.com/sites/refresh", "clients_metadata_path": "https://core.uidapi.com/clients/refresh", "keysets_metadata_path": "https://core.uidapi.com/key/keyset/refresh", From 7bea19d47123a7a43eea84f332efd1f9c2933e80 Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 17:38:46 -0800 Subject: [PATCH 10/26] include google auth dependency fix for gcp failure --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6cf1e4316..91c77ced5 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 2.1.0 2.1.19 2.1.9 - 11.1.108 + 11.1.112-alpha-324-SNAPSHOT ${project.version} 21 21 From a031e8880831c1a4fbf3e98fc161eace5b3fbda5 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Mon, 8 Dec 2025 01:41:48 +0000 Subject: [PATCH 11/26] [CI Pipeline] Released Snapshot version: 5.62.14-alpha-581-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 91c77ced5..ba9885281 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.13-alpha-579-SNAPSHOT + 5.62.14-alpha-581-SNAPSHOT UTF-8 From 181cbb29c159c8a86ac37cc041877404f0863fe4 Mon Sep 17 00:00:00 2001 From: way zheng Date: Sun, 7 Dec 2025 17:55:21 -0800 Subject: [PATCH 12/26] try adding google auth in opeartor configs --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 91c77ced5..daaa4b430 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,12 @@ attestation-gcp ${enclave-gcp.version} + + + com.google.auth + google-auth-library-oauth2-http + 1.41.0 + From 7143c3f7eae11f2aaf8e2d1d9b607ca794ca8a98 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Mon, 8 Dec 2025 01:59:29 +0000 Subject: [PATCH 13/26] [CI Pipeline] Released Snapshot version: 5.62.15-alpha-582-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba9885281..bd3c7d698 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.14-alpha-581-SNAPSHOT + 5.62.15-alpha-582-SNAPSHOT UTF-8 From a5583673b2a083e648c4f793029d20ba9e4dc62b Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Mon, 8 Dec 2025 02:14:27 +0000 Subject: [PATCH 14/26] [CI Pipeline] Released Snapshot version: 5.62.16-alpha-583-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2a376f215..cd714537d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.15-alpha-582-SNAPSHOT + 5.62.16-alpha-583-SNAPSHOT UTF-8 From ba390d6cd2836602e1d2b80aa316edeb6b8a0bcc Mon Sep 17 00:00:00 2001 From: way zheng Date: Mon, 15 Dec 2025 16:33:07 -0800 Subject: [PATCH 15/26] remove hardcoded optout image version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 983e005cc..71443d72f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 2.1.0 2.1.19 2.1.9 - 11.1.108 + 11.1.112-alpha-324-SNAPSHOT ${project.version} 21 21 From 358ab531fa82f7c37f3149db1de01d40549f8d36 Mon Sep 17 00:00:00 2001 From: way zheng Date: Mon, 15 Dec 2025 16:37:40 -0800 Subject: [PATCH 16/26] revert hardcoded? --- .github/workflows/run-e2e-tests-on-operator.yaml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-e2e-tests-on-operator.yaml b/.github/workflows/run-e2e-tests-on-operator.yaml index 776c393f7..462a992e1 100644 --- a/.github/workflows/run-e2e-tests-on-operator.yaml +++ b/.github/workflows/run-e2e-tests-on-operator.yaml @@ -124,7 +124,7 @@ jobs: target_environment: ${{ inputs.target_environment }} delay_operator_shutdown: ${{ inputs.delay_operator_shutdown }} operator_image_version: ${{ inputs.operator_image_version }} - core_image_version: 2.30.39-alpha-161-SNAPSHOT # hardcoded to wzh-UID2-6362-E2E-pipeline-fix-workaround-private + core_image_version: ${{ inputs.core_image_version }} optout_image_version: ${{ inputs.optout_image_version }} e2e_image_version: ${{ inputs.e2e_image_version }} operator_branch: ${{ github.ref }} diff --git a/pom.xml b/pom.xml index 2a376f215..2fc12135a 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ attestation-gcp ${enclave-gcp.version} - + com.google.auth google-auth-library-oauth2-http From 33b4f34f86f17e2c2a5fdc448e2e676eef8c163e Mon Sep 17 00:00:00 2001 From: way zheng Date: Mon, 15 Dec 2025 16:38:15 -0800 Subject: [PATCH 17/26] revert debugging --- .github/workflows/run-e2e-tests-on-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-e2e-tests-on-operator.yaml b/.github/workflows/run-e2e-tests-on-operator.yaml index 3c524420f..e940d10cb 100644 --- a/.github/workflows/run-e2e-tests-on-operator.yaml +++ b/.github/workflows/run-e2e-tests-on-operator.yaml @@ -117,7 +117,7 @@ on: jobs: e2e-test: name: E2E Test - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@wzh-UDI2-6362-give-private-oeprators-site-id-124 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@3 with: operator_type: ${{ inputs.operator_type }} identity_scope: ${{ inputs.identity_scope }} From 8f90e1017e13af873449aac7fc786d0719cc5576 Mon Sep 17 00:00:00 2001 From: way zheng Date: Mon, 15 Dec 2025 16:38:55 -0800 Subject: [PATCH 18/26] revert debugging --- .trivyignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.trivyignore b/.trivyignore index 911328a31..074f3bbc6 100644 --- a/.trivyignore +++ b/.trivyignore @@ -17,9 +17,5 @@ CVE-2025-64720 exp:2026-06-05 # UID2-6340 CVE-2025-65018 exp:2026-06-05 - -# ignore for testing only. -# Investigating below vulnerabilites are out of scope of this ticket -CVE-2025-66418 -CVE-2025-66471 -# ignore for testing only. +# UID2-6385 +CVE-2025-66293 exp:2026-06-15 \ No newline at end of file From 7b1deaabfba6b372bc7af9a10335e0db15b962fd Mon Sep 17 00:00:00 2001 From: way zheng Date: Mon, 15 Dec 2025 16:41:24 -0800 Subject: [PATCH 19/26] revert debugging --- .github/workflows/run-e2e-tests-on-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-e2e-tests-on-operator.yaml b/.github/workflows/run-e2e-tests-on-operator.yaml index e940d10cb..462a992e1 100644 --- a/.github/workflows/run-e2e-tests-on-operator.yaml +++ b/.github/workflows/run-e2e-tests-on-operator.yaml @@ -117,7 +117,7 @@ on: jobs: e2e-test: name: E2E Test - uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@3 + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3 with: operator_type: ${{ inputs.operator_type }} identity_scope: ${{ inputs.identity_scope }} From 26085f6af1d281eedb8b388c8d3ce217083ba9ad Mon Sep 17 00:00:00 2001 From: way zheng Date: Mon, 15 Dec 2025 16:51:47 -0800 Subject: [PATCH 20/26] revert debugging --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6f4558a38..841b1eda4 100644 --- a/pom.xml +++ b/pom.xml @@ -244,12 +244,6 @@ attestation-gcp ${enclave-gcp.version} - - - com.google.auth - google-auth-library-oauth2-http - 1.41.0 - From 910802334a9dc65d4baa03940026c82a56e0cc4c Mon Sep 17 00:00:00 2001 From: way zheng Date: Mon, 15 Dec 2025 17:06:46 -0800 Subject: [PATCH 21/26] upate shared --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 841b1eda4..ebc4768b6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.1.0 2.1.19 2.1.9 - 11.1.112-alpha-324-SNAPSHOT + 11.1.124 ${project.version} 21 21 From 8e97e1339c46864d83874b9b1b5dbf68e31f44c3 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Tue, 16 Dec 2025 01:10:12 +0000 Subject: [PATCH 22/26] [CI Pipeline] Released Snapshot version: 5.62.17-alpha-592-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ebc4768b6..05e8c503a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.uid2 uid2-operator <<<<<<< HEAD - 5.62.16-alpha-583-SNAPSHOT + 5.62.17-alpha-592-SNAPSHOT ======= 5.62.22 >>>>>>> 625638cbc5c81bd1d959d6225d499f25af0a48a7 From 4d2eb1c09ce267e7c1406bf5c0b04c97c2d591cd Mon Sep 17 00:00:00 2001 From: way zheng Date: Mon, 15 Dec 2025 17:14:57 -0800 Subject: [PATCH 23/26] upate shared --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index ebc4768b6..0d5dbe2ca 100644 --- a/pom.xml +++ b/pom.xml @@ -6,11 +6,7 @@ com.uid2 uid2-operator -<<<<<<< HEAD - 5.62.16-alpha-583-SNAPSHOT -======= 5.62.22 ->>>>>>> 625638cbc5c81bd1d959d6225d499f25af0a48a7 UTF-8 From 6cfd5c02a03128071b1bfc2b69f389594abaa25b Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Tue, 16 Dec 2025 01:21:04 +0000 Subject: [PATCH 24/26] [CI Pipeline] Released Snapshot version: 5.62.23-alpha-593-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d5dbe2ca..5dd3544b4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.22 + 5.62.23-alpha-593-SNAPSHOT UTF-8 From c034ea7c2585ffd7d826fb11af0ec825fe250e47 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Tue, 16 Dec 2025 02:14:24 +0000 Subject: [PATCH 25/26] [CI Pipeline] Released Snapshot version: 5.62.24-alpha-594-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5dd3544b4..dd42fe2e3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.23-alpha-593-SNAPSHOT + 5.62.24-alpha-594-SNAPSHOT UTF-8 From 614552a648b66b510b873a2a2ec15771cf455f5d Mon Sep 17 00:00:00 2001 From: Weihe Zheng Date: Mon, 15 Dec 2025 18:26:21 -0800 Subject: [PATCH 26/26] ready to merge, revert pom.xl to main --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dd42fe2e3..0d5dbe2ca 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.24-alpha-594-SNAPSHOT + 5.62.22 UTF-8