Skip to content

Commit

Permalink
Merge pull request #2496 from microsoft/2495-azure-arc-enabled-data-s…
Browse files Browse the repository at this point in the history
…ervices-april-release

Azure Arc-enabled data services April Release Updates
  • Loading branch information
dkirby-ms authored Apr 15, 2024
2 parents 4a4d09f + 6f2cfac commit bfcdc6d
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion arc_data_services/charts/arcdataservices/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Azure:
InstallerServiceAccount: ""
RuntimeServiceAccount: ""
systemDefaultValues:
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.28.0_2024-03-12
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
imagePullPolicy: Always
imagePullSecret: arc-private-registry
installerServiceAccount: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.0_2024-03-12': "
"Provide container image tag for the images at the source - press ENTER for using 'v1.29.0_2024-04-09': "
)
or "v1.28.0_2024-03-12"
or "v1.29.0_2024-04-09"
)
else:
SOURCE_DOCKER_TAG = os.environ["SOURCE_DOCKER_TAG"]
Expand Down
4 changes: 2 additions & 2 deletions arc_data_services/deploy/yaml/bootstrapper-unified.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ spec:
kubernetes.io/os: linux
containers:
- name: bootstrapper
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.28.0_2024-03-12
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
imagePullPolicy: Always
args:
- -image
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.28.0_2024-03-12
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
- -policy
- Always
- -chart
Expand Down
4 changes: 2 additions & 2 deletions arc_data_services/deploy/yaml/bootstrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ spec:
kubernetes.io/os: linux
containers:
- name: bootstrapper
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.28.0_2024-03-12
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
imagePullPolicy: Always
args:
- -image
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.28.0_2024-03-12
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
- -policy
- Always
- -chart
Expand Down
2 changes: 1 addition & 1 deletion arc_data_services/deploy/yaml/data-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccount: sa-arc-controller
docker:
imagePullPolicy: Always
imageTag: v1.28.0_2024-03-12
imageTag: v1.29.0_2024-04-09
registry: mcr.microsoft.com
repository: arcdata
infrastructure: other # Must be a value in the array [alibaba, aws, azure, gcp, onpremises, other]
Expand Down
2 changes: 1 addition & 1 deletion arc_data_services/deploy/yaml/uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: bootstrapper
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.28.0_2024-03-12
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
imagePullPolicy: IfNotPresent
args: ["-uninstall"]
command: ["/opt/bootstrapper/bin/bootstrapper"]
Expand Down
2 changes: 1 addition & 1 deletion arc_data_services/test/launcher/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ secretGenerator:
images:
- name: arc-ci-launcher
newName: mcr.microsoft.com/arcdata/arc-ci-launcher
newTag: v1.28.0_2024-03-12
newTag: v1.29.0_2024-04-09
4 changes: 2 additions & 2 deletions arc_data_services/upgrade/yaml/bootstrapper-upgrade-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ spec:
- name: your-private-registry
containers:
- name: bootstrapper
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.28.0_2024-03-12
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
imagePullPolicy: Always
command: ["/opt/bootstrapper/bin/bootstrapper"]
args: ["-image", "mcr.microsoft.com/arcdata/arc-bootstrapper:v1.28.0_2024-03-12", "-policy", "Always", "-chart", "/opt/helm/arcdataservices", "-bootstrap"]
args: ["-image", "mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09", "-policy", "Always", "-chart", "/opt/helm/arcdataservices", "-bootstrap"]
resources:
limits:
cpu: 200m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: arc
spec:
docker:
imageTag: v1.28.0_2024-03-12
imageTag: v1.29.0_2024-04-09
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"docker": {
"imagePullPolicy": "Always",
"imageTag": "v1.28.0_2024-03-12",
"imageTag": "v1.29.0_2024-04-09",
"registry": "<registry>",
"repository": "<repository>"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"docker": {
"imagePullPolicy": "Always",
"imageTag": "v1.28.0_2024-03-12",
"imageTag": "v1.29.0_2024-04-09",
"registry": "<registry>",
"repository": "<repository>"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper `

Expand Down Expand Up @@ -229,7 +229,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper `

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper `

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper `

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper `

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper `

Expand Down
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ foreach ($cluster in $clusters) {
--auto-upgrade false `
--scope cluster `
--release-namespace arc `
--version 1.28.0 `
--version 1.29.0 `
--config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper

Write-Host "`n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.28.0 `
--version 1.29.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper

Expand Down

0 comments on commit bfcdc6d

Please sign in to comment.