diff --git a/arc_data_services/charts/arcdataservices/templates/role-bootstrapper.yaml b/arc_data_services/charts/arcdataservices/templates/role-bootstrapper.yaml index 77bb6e2ab..e06f79619 100644 --- a/arc_data_services/charts/arcdataservices/templates/role-bootstrapper.yaml +++ b/arc_data_services/charts/arcdataservices/templates/role-bootstrapper.yaml @@ -80,6 +80,7 @@ rules: - postgresqls verbs: - create + - delete - patch - update - apiGroups: diff --git a/arc_data_services/charts/arcdataservices/values.yaml b/arc_data_services/charts/arcdataservices/values.yaml index 0e22f4c80..0e2db1946 100644 --- a/arc_data_services/charts/arcdataservices/values.yaml +++ b/arc_data_services/charts/arcdataservices/values.yaml @@ -38,7 +38,7 @@ Azure: InstallerServiceAccount: "" RuntimeServiceAccount: "" systemDefaultValues: - image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.42.0_2025-10-14 + image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.44.0_2026-02-10 imagePullPolicy: Always imagePullSecret: arc-private-registry installerServiceAccount: "" diff --git a/arc_data_services/deploy/scripts/pull-and-push-arc-data-services-images-to-private-registry.py b/arc_data_services/deploy/scripts/pull-and-push-arc-data-services-images-to-private-registry.py index 3bef4c783..21f6b92f9 100644 --- a/arc_data_services/deploy/scripts/pull-and-push-arc-data-services-images-to-private-registry.py +++ b/arc_data_services/deploy/scripts/pull-and-push-arc-data-services-images-to-private-registry.py @@ -54,9 +54,9 @@ def execute_cmd(cmd): if os.getenv("SOURCE_DOCKER_TAG") is None: SOURCE_DOCKER_TAG = ( input( - "Provide container image tag for the images at the source - press ENTER for using 'v1.42.0_2025-10-14': " + "Provide container image tag for the images at the source - press ENTER for using 'v1.44.0_2026-02-10': " ) - or "v1.42.0_2025-10-14" + or "v1.44.0_2026-02-10" ) else: SOURCE_DOCKER_TAG = os.environ["SOURCE_DOCKER_TAG"] diff --git a/arc_data_services/deploy/yaml/bootstrapper-unified.yaml b/arc_data_services/deploy/yaml/bootstrapper-unified.yaml index 3ab4caf72..9db7716bc 100644 --- a/arc_data_services/deploy/yaml/bootstrapper-unified.yaml +++ b/arc_data_services/deploy/yaml/bootstrapper-unified.yaml @@ -331,11 +331,11 @@ spec: kubernetes.io/os: linux containers: - name: bootstrapper - image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.42.0_2025-10-14 + image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.44.0_2026-02-10 imagePullPolicy: Always args: - -image - - mcr.microsoft.com/arcdata/arc-bootstrapper:v1.42.0_2025-10-14 + - mcr.microsoft.com/arcdata/arc-bootstrapper:v1.44.0_2026-02-10 - -policy - Always - -chart diff --git a/arc_data_services/deploy/yaml/bootstrapper.yaml b/arc_data_services/deploy/yaml/bootstrapper.yaml index 9ccdc2804..ae826b352 100644 --- a/arc_data_services/deploy/yaml/bootstrapper.yaml +++ b/arc_data_services/deploy/yaml/bootstrapper.yaml @@ -9,11 +9,11 @@ spec: kubernetes.io/os: linux containers: - name: bootstrapper - image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.42.0_2025-10-14 + image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.44.0_2026-02-10 imagePullPolicy: Always args: - -image - - mcr.microsoft.com/arcdata/arc-bootstrapper:v1.42.0_2025-10-14 + - mcr.microsoft.com/arcdata/arc-bootstrapper:v1.44.0_2026-02-10 - -policy - Always - -chart diff --git a/arc_data_services/deploy/yaml/data-controller.yaml b/arc_data_services/deploy/yaml/data-controller.yaml index 10e8de391..044d14660 100644 --- a/arc_data_services/deploy/yaml/data-controller.yaml +++ b/arc_data_services/deploy/yaml/data-controller.yaml @@ -30,7 +30,7 @@ spec: serviceAccount: sa-arc-controller docker: imagePullPolicy: Always - imageTag: v1.42.0_2025-10-14 + imageTag: v1.44.0_2026-02-10 registry: mcr.microsoft.com repository: arcdata infrastructure: other # Must be a value in the array [alibaba, aws, azure, gcp, onpremises, other] diff --git a/arc_data_services/deploy/yaml/uninstall.yaml b/arc_data_services/deploy/yaml/uninstall.yaml index 4033c3971..e82eb8914 100644 --- a/arc_data_services/deploy/yaml/uninstall.yaml +++ b/arc_data_services/deploy/yaml/uninstall.yaml @@ -9,7 +9,7 @@ spec: kubernetes.io/os: linux containers: - name: bootstrapper - image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.42.0_2025-10-14 + image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.44.0_2026-02-10 imagePullPolicy: IfNotPresent args: ["-uninstall"] command: ["/opt/bootstrapper/bin/bootstrapper"] diff --git a/arc_data_services/test/launcher/base/kustomization.yaml b/arc_data_services/test/launcher/base/kustomization.yaml index 31dbd5fa5..d5bc5b5b6 100644 --- a/arc_data_services/test/launcher/base/kustomization.yaml +++ b/arc_data_services/test/launcher/base/kustomization.yaml @@ -10,4 +10,4 @@ secretGenerator: images: - name: arc-ci-launcher newName: mcr.microsoft.com/arcdata/arc-ci-launcher - newTag: v1.42.0_2025-10-14 + newTag: v1.44.0_2026-02-10 diff --git a/arc_data_services/upgrade/yaml/bootstrapper-upgrade-job.yaml b/arc_data_services/upgrade/yaml/bootstrapper-upgrade-job.yaml index e61e6e6a7..2f56959c7 100644 --- a/arc_data_services/upgrade/yaml/bootstrapper-upgrade-job.yaml +++ b/arc_data_services/upgrade/yaml/bootstrapper-upgrade-job.yaml @@ -11,10 +11,10 @@ spec: - name: your-private-registry containers: - name: bootstrapper - image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.42.0_2025-10-14 + image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.44.0_2026-02-10 imagePullPolicy: Always command: ["/opt/bootstrapper/bin/bootstrapper"] - args: ["-image", "mcr.microsoft.com/arcdata/arc-bootstrapper:v1.42.0_2025-10-14", "-policy", "Always", "-chart", "/opt/helm/arcdataservices", "-bootstrap"] + args: ["-image", "mcr.microsoft.com/arcdata/arc-bootstrapper:v1.44.0_2026-02-10", "-policy", "Always", "-chart", "/opt/helm/arcdataservices", "-bootstrap"] resources: limits: cpu: 200m diff --git a/arc_data_services/upgrade/yaml/data-controller-upgrade.yaml b/arc_data_services/upgrade/yaml/data-controller-upgrade.yaml index 7c4439d0a..36fd4e4e4 100644 --- a/arc_data_services/upgrade/yaml/data-controller-upgrade.yaml +++ b/arc_data_services/upgrade/yaml/data-controller-upgrade.yaml @@ -4,5 +4,5 @@ metadata: name: arc spec: docker: - imageTag: v1.42.0_2025-10-14 + imageTag: v1.44.0_2026-02-10 diff --git a/arc_data_services/upgrade/yaml/request_body/request-body-after.yaml b/arc_data_services/upgrade/yaml/request_body/request-body-after.yaml index 87df7dc1b..babd3f433 100644 --- a/arc_data_services/upgrade/yaml/request_body/request-body-after.yaml +++ b/arc_data_services/upgrade/yaml/request_body/request-body-after.yaml @@ -27,7 +27,7 @@ }, "docker": { "imagePullPolicy": "Always", - "imageTag": "v1.42.0_2025-10-14", + "imageTag": "v1.44.0_2026-02-10", "registry": "", "repository": "" }, diff --git a/arc_data_services/upgrade/yaml/request_body/request-body-before.yaml b/arc_data_services/upgrade/yaml/request_body/request-body-before.yaml index c7c86c69a..54740f345 100644 --- a/arc_data_services/upgrade/yaml/request_body/request-body-before.yaml +++ b/arc_data_services/upgrade/yaml/request_body/request-body-before.yaml @@ -25,7 +25,7 @@ }, "docker": { "imagePullPolicy": "Always", - "imageTag": "v1.42.0_2025-10-14", + "imageTag": "v1.44.0_2026-02-10", "registry": "", "repository": "" }, diff --git a/archive/azure_arc_data_jumpstart/kubeadm/azure/ARM/artifacts/DataServicesLogonScript.ps1 b/archive/azure_arc_data_jumpstart/kubeadm/azure/ARM/artifacts/DataServicesLogonScript.ps1 index b132aaea9..129a2ac9c 100644 --- a/archive/azure_arc_data_jumpstart/kubeadm/azure/ARM/artifacts/DataServicesLogonScript.ps1 +++ b/archive/azure_arc_data_jumpstart/kubeadm/azure/ARM/artifacts/DataServicesLogonScript.ps1 @@ -146,7 +146,7 @@ az k8s-extension create --name arc-data-services ` --resource-group $Env:resourceGroup ` --auto-upgrade false ` --scope cluster ` - --version 1.42.0 ` + --version 1.44.0 ` --release-namespace arc ` --config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper diff --git a/archive/azure_arc_data_jumpstart/microk8s/azure/arm_template/artifacts/DataServicesLogonScript.ps1 b/archive/azure_arc_data_jumpstart/microk8s/azure/arm_template/artifacts/DataServicesLogonScript.ps1 index 32a204c2a..152dd16ea 100644 --- a/archive/azure_arc_data_jumpstart/microk8s/azure/arm_template/artifacts/DataServicesLogonScript.ps1 +++ b/archive/azure_arc_data_jumpstart/microk8s/azure/arm_template/artifacts/DataServicesLogonScript.ps1 @@ -112,7 +112,7 @@ az k8s-extension create --name arc-data-services ` --resource-group $Env:resourceGroup ` --auto-upgrade false ` --scope cluster ` - --version 1.42.0 ` + --version 1.44.0 ` --release-namespace arc ` --config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper ` diff --git a/azure_arc_data_jumpstart/aks/ARM/artifacts/DataServicesLogonScript.ps1 b/azure_arc_data_jumpstart/aks/ARM/artifacts/DataServicesLogonScript.ps1 index 03535be00..56b2aadb8 100644 --- a/azure_arc_data_jumpstart/aks/ARM/artifacts/DataServicesLogonScript.ps1 +++ b/azure_arc_data_jumpstart/aks/ARM/artifacts/DataServicesLogonScript.ps1 @@ -130,7 +130,7 @@ az k8s-extension create --name arc-data-services ` --resource-group $Env:resourceGroup ` --auto-upgrade false ` --scope cluster ` - --version 1.42.0 ` + --version 1.44.0 ` --release-namespace arc ` --config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper diff --git a/azure_arc_data_jumpstart/aks/DR/ARM/artifacts/DataServicesLogonScript.ps1 b/azure_arc_data_jumpstart/aks/DR/ARM/artifacts/DataServicesLogonScript.ps1 index f0d8232f4..67da06bcb 100644 --- a/azure_arc_data_jumpstart/aks/DR/ARM/artifacts/DataServicesLogonScript.ps1 +++ b/azure_arc_data_jumpstart/aks/DR/ARM/artifacts/DataServicesLogonScript.ps1 @@ -135,7 +135,7 @@ az k8s-extension create --name arc-data-services ` --resource-group $Env:resourceGroup ` --auto-upgrade false ` --scope cluster ` - --version 1.42.0 ` + --version 1.44.0 ` --release-namespace arc ` --config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper ` @@ -229,7 +229,7 @@ az k8s-extension create --name arc-data-services ` --resource-group $Env:resourceGroup ` --auto-upgrade false ` --scope cluster ` - --version 1.42.0 ` + --version 1.44.0 ` --release-namespace arc ` --config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper ` diff --git a/azure_arc_data_jumpstart/aks/Migration/ARM/artifacts/DataServicesLogonScript.ps1 b/azure_arc_data_jumpstart/aks/Migration/ARM/artifacts/DataServicesLogonScript.ps1 index 7d2736bb7..6ee12c646 100644 --- a/azure_arc_data_jumpstart/aks/Migration/ARM/artifacts/DataServicesLogonScript.ps1 +++ b/azure_arc_data_jumpstart/aks/Migration/ARM/artifacts/DataServicesLogonScript.ps1 @@ -224,7 +224,7 @@ az k8s-extension create --name arc-data-services ` --resource-group $Env:resourceGroup ` --auto-upgrade false ` --scope cluster ` - --version 1.42.0 ` + --version 1.44.0 ` --release-namespace arc ` --config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper ` diff --git a/azure_arc_data_jumpstart/eks/terraform/artifacts/DataServicesLogonScript.ps1 b/azure_arc_data_jumpstart/eks/terraform/artifacts/DataServicesLogonScript.ps1 index cd251c058..4c91168fe 100644 --- a/azure_arc_data_jumpstart/eks/terraform/artifacts/DataServicesLogonScript.ps1 +++ b/azure_arc_data_jumpstart/eks/terraform/artifacts/DataServicesLogonScript.ps1 @@ -134,7 +134,7 @@ az k8s-extension create --name arc-data-services ` --resource-group $Env:resourceGroup ` --auto-upgrade false ` --scope cluster ` - --version 1.42.0 ` + --version 1.44.0 ` --release-namespace arc ` --config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper diff --git a/azure_arc_data_jumpstart/gke/terraform/artifacts/DataServicesLogonScript.ps1 b/azure_arc_data_jumpstart/gke/terraform/artifacts/DataServicesLogonScript.ps1 index 8ce94f2f3..d04a5b932 100644 --- a/azure_arc_data_jumpstart/gke/terraform/artifacts/DataServicesLogonScript.ps1 +++ b/azure_arc_data_jumpstart/gke/terraform/artifacts/DataServicesLogonScript.ps1 @@ -123,7 +123,7 @@ az k8s-extension create --name arc-data-services ` --resource-group $env:resourceGroup ` --auto-upgrade false ` --scope cluster ` - --version 1.42.0 ` + --version 1.44.0 ` --release-namespace arc ` --config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper ` diff --git a/azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1 b/azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1 index 1802d118b..2d741fe2c 100644 --- a/azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1 +++ b/azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1 @@ -398,7 +398,7 @@ $clusters | Foreach-Object { --auto-upgrade false ` --scope cluster ` --release-namespace arc ` - --version 1.42.0 ` + --version 1.44.0 ` --config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper Write-Host "`n"