From be612989da06e5338041349456f5293945e15000 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Wed, 17 Dec 2025 00:07:06 +0000 Subject: [PATCH 1/8] [CI Pipeline] Released patch version: 5.62.26 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5cd33af6a..6179d8668 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.24 + 5.62.26 UTF-8 From 6a97c2909e64d1f8237099870822216b4dd66fc3 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Thu, 18 Dec 2025 00:07:02 +0000 Subject: [PATCH 2/8] [CI Pipeline] Released patch version: 5.62.27 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6179d8668..2df45aa7a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.26 + 5.62.27 UTF-8 From b155359003e1d38e4d95aa8f4f267935c58a01dc Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Fri, 19 Dec 2025 00:08:22 +0000 Subject: [PATCH 3/8] [CI Pipeline] Released patch version: 5.62.28 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2df45aa7a..66a2722b8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.27 + 5.62.28 UTF-8 From 11e49b3e29156a98645f3d2ce14fa56ba83f11f9 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Sat, 20 Dec 2025 00:07:54 +0000 Subject: [PATCH 4/8] [CI Pipeline] Released patch version: 5.62.29 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 66a2722b8..fbc0a36b5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.28 + 5.62.29 UTF-8 From 2e62283c6c0c5cd364ee0b4358ed33d7cde5b484 Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Sun, 21 Dec 2025 00:08:01 +0000 Subject: [PATCH 5/8] [CI Pipeline] Released patch version: 5.62.30 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbc0a36b5..aba9b30fe 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-operator - 5.62.29 + 5.62.30 UTF-8 From fdad95b4b9aaaae278556e7409fb010cf4f30249 Mon Sep 17 00:00:00 2001 From: way zheng Date: Sat, 20 Dec 2025 18:09:15 -0800 Subject: [PATCH 6/8] update euid CF template and desc --- scripts/aws/EUID_CloudFormation.template.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/aws/EUID_CloudFormation.template.yml b/scripts/aws/EUID_CloudFormation.template.yml index 09fefb18f..22a8f5da0 100644 --- a/scripts/aws/EUID_CloudFormation.template.yml +++ b/scripts/aws/EUID_CloudFormation.template.yml @@ -38,6 +38,8 @@ Parameters: - m6i.4xlarge - r6i.2xlarge - r6i.4xlarge + - r7i.2xlarge + - r7i.4xlarge ConstraintDescription: must be a valid EC2 instance type. RootVolumeSize: Description: Instance root volume size @@ -90,7 +92,7 @@ Metadata: DeployToEnvironment: default: EUID environment to deploy to. Prod - production; Integ - integration test. InstanceType: - default: Instance Type for EC2. Minimum 4 vCPUs needed. M5, M5a, M5n, M6i and R6i Instance types are tested. Choose 2xlarge or 4xlarge. + default: Instance Type for EC2. Minimum 4 vCPUs needed. M5, M5a, M5n, M6i, R6i and R7i Instance types are tested. Choose 2xlarge or 4xlarge. SSHKeyName: default: Key Name for SSH to EC2 (required) RootVolumeSize: From 60903a1f48b731b7fcf0b31ba2829f7569bdd404 Mon Sep 17 00:00:00 2001 From: way zheng Date: Fri, 26 Dec 2025 14:23:38 -0800 Subject: [PATCH 7/8] update the CF to include correct cpu reqirements --- scripts/aws/EUID_CloudFormation.template.yml | 2 +- scripts/aws/UID_CloudFormation.template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/aws/EUID_CloudFormation.template.yml b/scripts/aws/EUID_CloudFormation.template.yml index 22a8f5da0..30f12aea4 100644 --- a/scripts/aws/EUID_CloudFormation.template.yml +++ b/scripts/aws/EUID_CloudFormation.template.yml @@ -92,7 +92,7 @@ Metadata: DeployToEnvironment: default: EUID environment to deploy to. Prod - production; Integ - integration test. InstanceType: - default: Instance Type for EC2. Minimum 4 vCPUs needed. M5, M5a, M5n, M6i, R6i and R7i Instance types are tested. Choose 2xlarge or 4xlarge. + default: Instance Type for EC2. Minimum 8 vCPUs needed. M5, M5a, M5n, M6i, R6i and R7i Instance types are tested. Choose 2xlarge or 4xlarge. SSHKeyName: default: Key Name for SSH to EC2 (required) RootVolumeSize: diff --git a/scripts/aws/UID_CloudFormation.template.yml b/scripts/aws/UID_CloudFormation.template.yml index 58030f4d2..82ab2c1dc 100644 --- a/scripts/aws/UID_CloudFormation.template.yml +++ b/scripts/aws/UID_CloudFormation.template.yml @@ -92,7 +92,7 @@ Metadata: DeployToEnvironment: default: UID2 environment to deploy to. Prod - production; Integ - integration test. InstanceType: - default: Instance Type for EC2. Minimum 4 vCPUs needed. M5, M5a, M5n, M6i and R6i Instance types are tested. Choose 2xlarge or 4xlarge. + default: Instance Type for EC2. Minimum 8 vCPUs needed. M5, M5a, M5n, M6i, R6i and R7i Instance types are tested. Choose 2xlarge or 4xlarge. SSHKeyName: default: Key Name for SSH to EC2 (required) RootVolumeSize: From 93ad19308b7533b511f72a6125c83ad459450edd Mon Sep 17 00:00:00 2001 From: way zheng Date: Fri, 26 Dec 2025 15:37:12 -0800 Subject: [PATCH 8/8] update aks and azure cpu and memeory requriements to align --- scripts/azure-aks/deployment/operator.yaml | 6 +++++- scripts/azure-cc/deployment/operator.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/azure-aks/deployment/operator.yaml b/scripts/azure-aks/deployment/operator.yaml index 234bd4a23..bc6e752d6 100644 --- a/scripts/azure-aks/deployment/operator.yaml +++ b/scripts/azure-aks/deployment/operator.yaml @@ -39,7 +39,11 @@ spec: image: IMAGE_PLACEHOLDER resources: limits: - memory: "8Gi" + cpu: "6" + memory: "24Gi" + requests: + cpu: "6" + memory: "24Gi" imagePullPolicy: Always securityContext: runAsUser: 1000 diff --git a/scripts/azure-cc/deployment/operator.json b/scripts/azure-cc/deployment/operator.json index 43d395c1b..60cf08d11 100644 --- a/scripts/azure-cc/deployment/operator.json +++ b/scripts/azure-cc/deployment/operator.json @@ -116,8 +116,8 @@ ], "resources": { "requests": { - "cpu": 3.5, - "memoryInGB": 15.5 + "cpu": 6, + "memoryInGB": 24 } }, "environmentVariables": [