From 4eb40b03ab3a2d0a0ad55336127445b580ec14fd Mon Sep 17 00:00:00 2001 From: v-ragiri Date: Tue, 25 Jan 2022 14:42:17 +0530 Subject: [PATCH 1/3] updated helm download url --- Tasks/Common/utility-common-v2/helmutility.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tasks/Common/utility-common-v2/helmutility.ts b/Tasks/Common/utility-common-v2/helmutility.ts index 20b4f7472a58..b35cce86e3e1 100644 --- a/Tasks/Common/utility-common-v2/helmutility.ts +++ b/Tasks/Common/utility-common-v2/helmutility.ts @@ -51,13 +51,13 @@ function findHelm(rootFolder: string) { function getHelmDownloadURL(version: string): string { switch (os.type()) { case 'Linux': - return util.format("https://storage.googleapis.com/kubernetes-helm/helm-%s-linux-amd64.zip", version); + return util.format("https://get.helm.sh/helm-%s-linux-amd64.zip", version); case 'Darwin': - return util.format("https://storage.googleapis.com/kubernetes-helm/helm-%s-darwin-amd64.zip", version); + return util.format("https://get.helm.sh/helm-%s-darwin-amd64.zip", version); case 'Windows_NT': - return util.format("https://storage.googleapis.com/kubernetes-helm/helm-%s-windows-amd64.zip", version); + return util.format("https://get.helm.sh/helm-%s-windows-amd64.zip", version); default: throw Error("Unknown OS type"); From 403b1bb6fd065cd11d0cdc59c8097713a435909b Mon Sep 17 00:00:00 2001 From: v-ragiri Date: Thu, 17 Feb 2022 10:04:27 +0530 Subject: [PATCH 2/3] bumped task vesrions required for this change --- Tasks/AzureFunctionOnKubernetesV0/task.json | 2 +- Tasks/ContainerStructureTestV0/task.json | 2 +- Tasks/DockerV2/task.json | 2 +- Tasks/DuffleInstallerV0/task.json | 2 +- Tasks/GitHubReleaseV1/task.json | 2 +- Tasks/HelmDeployV0/task.json | 2 +- Tasks/KubernetesManifestV0/task.json | 2 +- Tasks/KubernetesV0/task.json | 2 +- Tasks/KubernetesV1/task.json | 2 +- Tasks/PublishPipelineMetadataV0/task.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Tasks/AzureFunctionOnKubernetesV0/task.json b/Tasks/AzureFunctionOnKubernetesV0/task.json index 1a14084e3d93..88249d1107ae 100644 --- a/Tasks/AzureFunctionOnKubernetesV0/task.json +++ b/Tasks/AzureFunctionOnKubernetesV0/task.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/ContainerStructureTestV0/task.json b/Tasks/ContainerStructureTestV0/task.json index da1abbe5f482..013a30246162 100644 --- a/Tasks/ContainerStructureTestV0/task.json +++ b/Tasks/ContainerStructureTestV0/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "preview": true, diff --git a/Tasks/DockerV2/task.json b/Tasks/DockerV2/task.json index 1cbe94c86e7a..49f311bd7652 100644 --- a/Tasks/DockerV2/task.json +++ b/Tasks/DockerV2/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "minimumAgentVersion": "2.172.0", diff --git a/Tasks/DuffleInstallerV0/task.json b/Tasks/DuffleInstallerV0/task.json index 5f82b636038c..b381853b0aa6 100644 --- a/Tasks/DuffleInstallerV0/task.json +++ b/Tasks/DuffleInstallerV0/task.json @@ -12,7 +12,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/GitHubReleaseV1/task.json b/Tasks/GitHubReleaseV1/task.json index 7ec3fbaac3a2..bf72f4c19810 100644 --- a/Tasks/GitHubReleaseV1/task.json +++ b/Tasks/GitHubReleaseV1/task.json @@ -14,7 +14,7 @@ "preview": false, "version": { "Major": 1, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/HelmDeployV0/task.json b/Tasks/HelmDeployV0/task.json index 0c3114f34a32..3759b8416c36 100644 --- a/Tasks/HelmDeployV0/task.json +++ b/Tasks/HelmDeployV0/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/KubernetesManifestV0/task.json b/Tasks/KubernetesManifestV0/task.json index 6dcdf600af97..8128b2270c2b 100644 --- a/Tasks/KubernetesManifestV0/task.json +++ b/Tasks/KubernetesManifestV0/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/KubernetesV0/task.json b/Tasks/KubernetesV0/task.json index b7ffb802b1c5..0244d4198f33 100644 --- a/Tasks/KubernetesV0/task.json +++ b/Tasks/KubernetesV0/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/KubernetesV1/task.json b/Tasks/KubernetesV1/task.json index fdefa8e4e0b3..3824a6e00b7a 100644 --- a/Tasks/KubernetesV1/task.json +++ b/Tasks/KubernetesV1/task.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/PublishPipelineMetadataV0/task.json b/Tasks/PublishPipelineMetadataV0/task.json index 24cad8672b2b..85ae709cecca 100644 --- a/Tasks/PublishPipelineMetadataV0/task.json +++ b/Tasks/PublishPipelineMetadataV0/task.json @@ -11,7 +11,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "preview": true, From 64cf0cd1573b009d839493ac8124eda0be2e8168 Mon Sep 17 00:00:00 2001 From: v-ragiri Date: Thu, 17 Feb 2022 10:12:23 +0530 Subject: [PATCH 3/3] bumped task versions --- Tasks/AzureFunctionOnKubernetesV0/task.loc.json | 2 +- Tasks/ContainerStructureTestV0/task.loc.json | 2 +- Tasks/DockerV2/task.loc.json | 2 +- Tasks/DuffleInstallerV0/task.loc.json | 2 +- Tasks/GitHubReleaseV1/task.loc.json | 2 +- Tasks/HelmDeployV0/task.loc.json | 2 +- Tasks/KubernetesManifestV0/task.loc.json | 2 +- Tasks/KubernetesV0/task.loc.json | 2 +- Tasks/KubernetesV1/task.loc.json | 2 +- Tasks/PublishPipelineMetadataV0/task.loc.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Tasks/AzureFunctionOnKubernetesV0/task.loc.json b/Tasks/AzureFunctionOnKubernetesV0/task.loc.json index 6fc5e8e74967..c2f01550cc5d 100644 --- a/Tasks/AzureFunctionOnKubernetesV0/task.loc.json +++ b/Tasks/AzureFunctionOnKubernetesV0/task.loc.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/ContainerStructureTestV0/task.loc.json b/Tasks/ContainerStructureTestV0/task.loc.json index 8c3bce19c6da..6dd52a850e37 100644 --- a/Tasks/ContainerStructureTestV0/task.loc.json +++ b/Tasks/ContainerStructureTestV0/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "preview": true, diff --git a/Tasks/DockerV2/task.loc.json b/Tasks/DockerV2/task.loc.json index 484ac05a3da5..bff8fdc72397 100644 --- a/Tasks/DockerV2/task.loc.json +++ b/Tasks/DockerV2/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "minimumAgentVersion": "2.172.0", diff --git a/Tasks/DuffleInstallerV0/task.loc.json b/Tasks/DuffleInstallerV0/task.loc.json index cd859f673e45..f296df7178df 100644 --- a/Tasks/DuffleInstallerV0/task.loc.json +++ b/Tasks/DuffleInstallerV0/task.loc.json @@ -12,7 +12,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/GitHubReleaseV1/task.loc.json b/Tasks/GitHubReleaseV1/task.loc.json index c63078960891..6d3807ee83ab 100644 --- a/Tasks/GitHubReleaseV1/task.loc.json +++ b/Tasks/GitHubReleaseV1/task.loc.json @@ -14,7 +14,7 @@ "preview": false, "version": { "Major": 1, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/HelmDeployV0/task.loc.json b/Tasks/HelmDeployV0/task.loc.json index bdcd4e5213c2..c44dcfb8c773 100644 --- a/Tasks/HelmDeployV0/task.loc.json +++ b/Tasks/HelmDeployV0/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/KubernetesManifestV0/task.loc.json b/Tasks/KubernetesManifestV0/task.loc.json index d3ac70305b74..4a6afb0f499a 100644 --- a/Tasks/KubernetesManifestV0/task.loc.json +++ b/Tasks/KubernetesManifestV0/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/KubernetesV0/task.loc.json b/Tasks/KubernetesV0/task.loc.json index 4ee52def77b5..62bd798798f1 100644 --- a/Tasks/KubernetesV0/task.loc.json +++ b/Tasks/KubernetesV0/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/KubernetesV1/task.loc.json b/Tasks/KubernetesV1/task.loc.json index 561871b0876e..11ea4f0ceef4 100644 --- a/Tasks/KubernetesV1/task.loc.json +++ b/Tasks/KubernetesV1/task.loc.json @@ -13,7 +13,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "demands": [], diff --git a/Tasks/PublishPipelineMetadataV0/task.loc.json b/Tasks/PublishPipelineMetadataV0/task.loc.json index 0503b6ff0432..c9110b3a32c0 100644 --- a/Tasks/PublishPipelineMetadataV0/task.loc.json +++ b/Tasks/PublishPipelineMetadataV0/task.loc.json @@ -11,7 +11,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 198, + "Minor": 201, "Patch": 0 }, "preview": true,