From 431dd099c1c88ae578b4f14bf304b848de7e90d4 Mon Sep 17 00:00:00 2001 From: Shivangi Date: Fri, 3 May 2019 09:49:27 +0530 Subject: [PATCH 1/2] undoing task lib version in AzurePowerShellV4 --- Tasks/AzurePowerShellV4/azurepowershell.ts | 4 +- Tasks/AzurePowerShellV4/package-lock.json | 57 +++++++------------ Tasks/AzurePowerShellV4/package.json | 2 +- Tasks/AzurePowerShellV4/task.json | 2 +- Tasks/AzurePowerShellV4/task.loc.json | 2 +- .../azure-arm-rest/Tests/package-lock.json | 20 +++---- Tasks/Common/azure-arm-rest/package-lock.json | 44 +++++++------- 7 files changed, 59 insertions(+), 72 deletions(-) diff --git a/Tasks/AzurePowerShellV4/azurepowershell.ts b/Tasks/AzurePowerShellV4/azurepowershell.ts index 6aee3b089ea8..8e8c9faa780c 100644 --- a/Tasks/AzurePowerShellV4/azurepowershell.ts +++ b/Tasks/AzurePowerShellV4/azurepowershell.ts @@ -1,8 +1,8 @@ import fs = require('fs'); import path = require('path'); import os = require('os'); -import tl = require('azure-pipelines-task-lib/task'); -import tr = require('azure-pipelines-task-lib/toolrunner'); +import tl = require('vsts-task-lib/task'); +import tr = require('vsts-task-lib/toolrunner'); import { AzureRMEndpoint } from 'azure-arm-rest/azure-arm-endpoint'; var uuidV4 = require('uuid/v4'); diff --git a/Tasks/AzurePowerShellV4/package-lock.json b/Tasks/AzurePowerShellV4/package-lock.json index 25375c8f14cf..b00c124f3d93 100644 --- a/Tasks/AzurePowerShellV4/package-lock.json +++ b/Tasks/AzurePowerShellV4/package-lock.json @@ -12,19 +12,6 @@ "vsts-task-lib": "2.0.5" } }, - "azure-pipelines-task-lib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-2.8.0.tgz", - "integrity": "sha512-PR8oap9z2j+o455W3PwAfB4SX1p4GdJc9OHQaQV0V+iQS1IBY6dVgcNSQMkHAXb0V1bbuLOFBLanXPe5eSgGTQ==", - "requires": { - "minimatch": "3.0.4", - "mockery": "^1.7.0", - "q": "^1.1.2", - "semver": "^5.1.0", - "shelljs": "^0.3.0", - "uuid": "^3.0.1" - } - }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", @@ -35,7 +22,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", "requires": { - "balanced-match": "^1.0.0", + "balanced-match": "1.0.0", "concat-map": "0.0.1" } }, @@ -54,7 +41,7 @@ "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", "requires": { - "safe-buffer": "^5.0.1" + "safe-buffer": "5.1.2" } }, "hoek": { @@ -72,10 +59,10 @@ "resolved": "https://registry.npmjs.org/joi/-/joi-6.10.1.tgz", "integrity": "sha1-TVDDGAeRIgAP5fFq8f+OGRe3fgY=", "requires": { - "hoek": "2.x.x", - "isemail": "1.x.x", - "moment": "2.x.x", - "topo": "1.x.x" + "hoek": "2.16.3", + "isemail": "1.2.0", + "moment": "2.24.0", + "topo": "1.1.0" } }, "jsonwebtoken": { @@ -83,11 +70,11 @@ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.3.0.tgz", "integrity": "sha1-hRGNanDj/M3xQ4n056HD+cip+7o=", "requires": { - "joi": "^6.10.1", - "jws": "^3.1.4", - "lodash.once": "^4.0.0", - "ms": "^0.7.1", - "xtend": "^4.0.1" + "joi": "6.10.1", + "jws": "3.2.2", + "lodash.once": "4.1.1", + "ms": "0.7.3", + "xtend": "4.0.1" } }, "jwa": { @@ -97,7 +84,7 @@ "requires": { "buffer-equal-constant-time": "1.0.1", "ecdsa-sig-formatter": "1.0.11", - "safe-buffer": "^5.0.1" + "safe-buffer": "5.1.2" } }, "jws": { @@ -105,8 +92,8 @@ "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", "requires": { - "jwa": "^1.4.1", - "safe-buffer": "^5.0.1" + "jwa": "1.4.1", + "safe-buffer": "5.1.2" } }, "lodash.once": { @@ -119,7 +106,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "requires": { - "brace-expansion": "^1.1.7" + "brace-expansion": "1.1.8" } }, "mockery": { @@ -162,7 +149,7 @@ "resolved": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz", "integrity": "sha1-6ddRYV0buH3IZdsYL6HKCl71NtU=", "requires": { - "hoek": "2.x.x" + "hoek": "2.16.3" } }, "tunnel": { @@ -194,12 +181,12 @@ "resolved": "https://registry.npmjs.org/vsts-task-lib/-/vsts-task-lib-2.0.5.tgz", "integrity": "sha1-y9WrIy6rtxDJaXkFMYcmlZHA1RA=", "requires": { - "minimatch": "^3.0.0", - "mockery": "^1.7.0", - "q": "^1.1.2", - "semver": "^5.1.0", - "shelljs": "^0.3.0", - "uuid": "^3.0.1" + "minimatch": "3.0.4", + "mockery": "1.7.0", + "q": "1.4.1", + "semver": "5.5.0", + "shelljs": "0.3.0", + "uuid": "3.2.1" } }, "xtend": { diff --git a/Tasks/AzurePowerShellV4/package.json b/Tasks/AzurePowerShellV4/package.json index cce4f721dd6f..c7abf984449b 100644 --- a/Tasks/AzurePowerShellV4/package.json +++ b/Tasks/AzurePowerShellV4/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "azure-arm-rest": "file:../../_build/Tasks/Common/azure-arm-rest-1.0.2.tgz", - "azure-pipelines-task-lib": "2.8.0" + "vsts-task-lib": "2.0.5" } } diff --git a/Tasks/AzurePowerShellV4/task.json b/Tasks/AzurePowerShellV4/task.json index 10e3e11a79c9..9ea5141dcbd2 100644 --- a/Tasks/AzurePowerShellV4/task.json +++ b/Tasks/AzurePowerShellV4/task.json @@ -17,7 +17,7 @@ "version": { "Major": 4, "Minor": 0, - "Patch": 6 + "Patch": 7 }, "preview": true, "releaseNotes": "Added support for Az Module and cross platform agents.", diff --git a/Tasks/AzurePowerShellV4/task.loc.json b/Tasks/AzurePowerShellV4/task.loc.json index b5d3b445561a..f4a271f80884 100644 --- a/Tasks/AzurePowerShellV4/task.loc.json +++ b/Tasks/AzurePowerShellV4/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 4, "Minor": 0, - "Patch": 6 + "Patch": 7 }, "preview": true, "releaseNotes": "ms-resource:loc.releaseNotes", diff --git a/Tasks/Common/azure-arm-rest/Tests/package-lock.json b/Tasks/Common/azure-arm-rest/Tests/package-lock.json index 3ac62092ea5a..5dcd596c4ad1 100644 --- a/Tasks/Common/azure-arm-rest/Tests/package-lock.json +++ b/Tasks/Common/azure-arm-rest/Tests/package-lock.json @@ -16,9 +16,9 @@ "integrity": "sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc=", "dev": true, "requires": { - "assertion-error": "^1.0.1", - "deep-eql": "^0.1.3", - "type-detect": "^1.0.0" + "assertion-error": "1.1.0", + "deep-eql": "0.1.3", + "type-detect": "1.0.0" } }, "debug": { @@ -92,14 +92,14 @@ "integrity": "sha1-EPIC5MwnYQLWDibjGfl9aNoJvpw=", "dev": true, "requires": { - "chai": ">=1.9.2 <4.0.0", - "debug": "^2.2.0", - "deep-equal": "^1.0.0", - "json-stringify-safe": "^5.0.1", - "lodash": "~4.17.2", - "mkdirp": "^0.5.0", + "chai": "3.5.0", + "debug": "2.6.9", + "deep-equal": "1.0.1", + "json-stringify-safe": "5.0.1", + "lodash": "4.17.5", + "mkdirp": "0.5.1", "propagate": "0.4.0", - "qs": "^6.0.2" + "qs": "6.5.1" } }, "propagate": { diff --git a/Tasks/Common/azure-arm-rest/package-lock.json b/Tasks/Common/azure-arm-rest/package-lock.json index 6943529af709..9f60ab0bb4a7 100644 --- a/Tasks/Common/azure-arm-rest/package-lock.json +++ b/Tasks/Common/azure-arm-rest/package-lock.json @@ -14,7 +14,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", "requires": { - "balanced-match": "^1.0.0", + "balanced-match": "1.0.0", "concat-map": "0.0.1" } }, @@ -33,7 +33,7 @@ "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz", "integrity": "sha1-HFlQAPBKiJffuFAAiSoPTDOvhsM=", "requires": { - "safe-buffer": "^5.0.1" + "safe-buffer": "5.1.2" } }, "hoek": { @@ -51,10 +51,10 @@ "resolved": "https://registry.npmjs.org/joi/-/joi-6.10.1.tgz", "integrity": "sha1-TVDDGAeRIgAP5fFq8f+OGRe3fgY=", "requires": { - "hoek": "2.x.x", - "isemail": "1.x.x", - "moment": "2.x.x", - "topo": "1.x.x" + "hoek": "2.16.3", + "isemail": "1.2.0", + "moment": "2.21.0", + "topo": "1.1.0" } }, "jsonwebtoken": { @@ -62,11 +62,11 @@ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-7.3.0.tgz", "integrity": "sha1-hRGNanDj/M3xQ4n056HD+cip+7o=", "requires": { - "joi": "^6.10.1", - "jws": "^3.1.4", - "lodash.once": "^4.0.0", - "ms": "^0.7.1", - "xtend": "^4.0.1" + "joi": "6.10.1", + "jws": "3.1.5", + "lodash.once": "4.1.1", + "ms": "0.7.3", + "xtend": "4.0.1" } }, "jwa": { @@ -76,7 +76,7 @@ "requires": { "buffer-equal-constant-time": "1.0.1", "ecdsa-sig-formatter": "1.0.10", - "safe-buffer": "^5.0.1" + "safe-buffer": "5.1.2" } }, "jws": { @@ -84,8 +84,8 @@ "resolved": "https://registry.npmjs.org/jws/-/jws-3.1.5.tgz", "integrity": "sha512-GsCSexFADNQUr8T5HPJvayTjvPIfoyJPtLQBwn5a4WZQchcrPMPMAWcC1AzJVRDKyD6ZPROPAxgv6rfHViO4uQ==", "requires": { - "jwa": "^1.1.5", - "safe-buffer": "^5.0.1" + "jwa": "1.1.6", + "safe-buffer": "5.1.2" } }, "lodash.once": { @@ -98,7 +98,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", "requires": { - "brace-expansion": "^1.1.7" + "brace-expansion": "1.1.8" } }, "mockery": { @@ -141,7 +141,7 @@ "resolved": "https://registry.npmjs.org/topo/-/topo-1.1.0.tgz", "integrity": "sha1-6ddRYV0buH3IZdsYL6HKCl71NtU=", "requires": { - "hoek": "2.x.x" + "hoek": "2.16.3" } }, "tunnel": { @@ -173,12 +173,12 @@ "resolved": "https://registry.npmjs.org/vsts-task-lib/-/vsts-task-lib-2.0.5.tgz", "integrity": "sha1-y9WrIy6rtxDJaXkFMYcmlZHA1RA=", "requires": { - "minimatch": "^3.0.0", - "mockery": "^1.7.0", - "q": "^1.1.2", - "semver": "^5.1.0", - "shelljs": "^0.3.0", - "uuid": "^3.0.1" + "minimatch": "3.0.4", + "mockery": "1.7.0", + "q": "1.4.1", + "semver": "5.5.0", + "shelljs": "0.3.0", + "uuid": "3.2.1" } }, "xtend": { From 351ba2baa4ff269de06399bcaf8659ac52f3739c Mon Sep 17 00:00:00 2001 From: Shivangi Date: Fri, 3 May 2019 09:58:49 +0530 Subject: [PATCH 2/2] Resolving checks --- Tasks/AzureAppServiceManageV0/task.json | 2 +- Tasks/AzureAppServiceManageV0/task.loc.json | 2 +- Tasks/AzureFileCopyV2/task.json | 2 +- Tasks/AzureFileCopyV2/task.loc.json | 2 +- Tasks/AzureFileCopyV3/task.json | 2 +- Tasks/AzureFileCopyV3/task.loc.json | 2 +- Tasks/AzureKeyVaultV1/task.json | 2 +- Tasks/AzureKeyVaultV1/task.loc.json | 2 +- Tasks/AzureMonitorAlertsV0/task.json | 2 +- Tasks/AzureMonitorAlertsV0/task.loc.json | 2 +- Tasks/AzureMysqlDeploymentV1/task.json | 2 +- Tasks/AzureMysqlDeploymentV1/task.loc.json | 2 +- Tasks/AzureResourceGroupDeploymentV2/task.json | 2 +- Tasks/AzureResourceGroupDeploymentV2/task.loc.json | 2 +- Tasks/AzureRmWebAppDeploymentV3/task.json | 2 +- Tasks/AzureRmWebAppDeploymentV3/task.loc.json | 2 +- Tasks/AzureRmWebAppDeploymentV4/task.json | 2 +- Tasks/AzureRmWebAppDeploymentV4/task.loc.json | 2 +- Tasks/AzureVmssDeploymentV0/task.json | 2 +- Tasks/AzureVmssDeploymentV0/task.loc.json | 2 +- Tasks/HelmDeployV0/task.json | 2 +- Tasks/HelmDeployV0/task.loc.json | 2 +- Tasks/JavaToolInstallerV0/task.json | 2 +- Tasks/JavaToolInstallerV0/task.loc.json | 2 +- Tasks/JenkinsDownloadArtifactsV1/task.json | 2 +- Tasks/JenkinsDownloadArtifactsV1/task.loc.json | 2 +- Tasks/KubernetesV1/task.json | 2 +- Tasks/KubernetesV1/task.loc.json | 2 +- Tasks/PackerBuildV0/task.json | 2 +- Tasks/PackerBuildV0/task.loc.json | 2 +- Tasks/PackerBuildV1/task.json | 2 +- Tasks/PackerBuildV1/task.loc.json | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Tasks/AzureAppServiceManageV0/task.json b/Tasks/AzureAppServiceManageV0/task.json index fce99234a43f..2308204122d3 100644 --- a/Tasks/AzureAppServiceManageV0/task.json +++ b/Tasks/AzureAppServiceManageV0/task.json @@ -19,7 +19,7 @@ "version": { "Major": 0, "Minor": 2, - "Patch": 51 + "Patch": 52 }, "minimumAgentVersion": "1.102.0", "instanceNameFormat": "$(Action): $(WebAppName)", diff --git a/Tasks/AzureAppServiceManageV0/task.loc.json b/Tasks/AzureAppServiceManageV0/task.loc.json index 28c9866d93be..447bc5a50274 100644 --- a/Tasks/AzureAppServiceManageV0/task.loc.json +++ b/Tasks/AzureAppServiceManageV0/task.loc.json @@ -19,7 +19,7 @@ "version": { "Major": 0, "Minor": 2, - "Patch": 51 + "Patch": 52 }, "minimumAgentVersion": "1.102.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", diff --git a/Tasks/AzureFileCopyV2/task.json b/Tasks/AzureFileCopyV2/task.json index 8a653bc4df3c..56c2b47fa1dc 100644 --- a/Tasks/AzureFileCopyV2/task.json +++ b/Tasks/AzureFileCopyV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 1, - "Patch": 6 + "Patch": 7 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV2/task.loc.json b/Tasks/AzureFileCopyV2/task.loc.json index e3a27f6d3910..51a516b55cd5 100644 --- a/Tasks/AzureFileCopyV2/task.loc.json +++ b/Tasks/AzureFileCopyV2/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 1, - "Patch": 6 + "Patch": 7 }, "demands": [ "azureps" diff --git a/Tasks/AzureFileCopyV3/task.json b/Tasks/AzureFileCopyV3/task.json index de2c7d4a0a49..f9f192ffea90 100644 --- a/Tasks/AzureFileCopyV3/task.json +++ b/Tasks/AzureFileCopyV3/task.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 1, - "Patch": 8 + "Patch": 9 }, "preview": true, "demands": [ diff --git a/Tasks/AzureFileCopyV3/task.loc.json b/Tasks/AzureFileCopyV3/task.loc.json index 9045df0e422b..9ca95a6ba6f8 100644 --- a/Tasks/AzureFileCopyV3/task.loc.json +++ b/Tasks/AzureFileCopyV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 1, - "Patch": 8 + "Patch": 9 }, "preview": true, "demands": [ diff --git a/Tasks/AzureKeyVaultV1/task.json b/Tasks/AzureKeyVaultV1/task.json index f1e7bd12e016..de054a55214f 100644 --- a/Tasks/AzureKeyVaultV1/task.json +++ b/Tasks/AzureKeyVaultV1/task.json @@ -15,7 +15,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 34 + "Patch": 35 }, "demands": [], "minimumAgentVersion": "2.0.0", diff --git a/Tasks/AzureKeyVaultV1/task.loc.json b/Tasks/AzureKeyVaultV1/task.loc.json index 4cf7ea76c723..894183f9088a 100644 --- a/Tasks/AzureKeyVaultV1/task.loc.json +++ b/Tasks/AzureKeyVaultV1/task.loc.json @@ -15,7 +15,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 34 + "Patch": 35 }, "demands": [], "minimumAgentVersion": "2.0.0", diff --git a/Tasks/AzureMonitorAlertsV0/task.json b/Tasks/AzureMonitorAlertsV0/task.json index 8533fbb5812d..ab3bb4853612 100644 --- a/Tasks/AzureMonitorAlertsV0/task.json +++ b/Tasks/AzureMonitorAlertsV0/task.json @@ -14,7 +14,7 @@ "version": { "Major": 0, "Minor": 2, - "Patch": 7 + "Patch": 8 }, "minimumAgentVersion": "2.111.0", "instanceNameFormat": "Configure Azure Alerts : $(ResourceName)", diff --git a/Tasks/AzureMonitorAlertsV0/task.loc.json b/Tasks/AzureMonitorAlertsV0/task.loc.json index 35324cbe7223..81cb73386552 100644 --- a/Tasks/AzureMonitorAlertsV0/task.loc.json +++ b/Tasks/AzureMonitorAlertsV0/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 0, "Minor": 2, - "Patch": 7 + "Patch": 8 }, "minimumAgentVersion": "2.111.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", diff --git a/Tasks/AzureMysqlDeploymentV1/task.json b/Tasks/AzureMysqlDeploymentV1/task.json index ec1bbce031e0..2379f374f6c4 100644 --- a/Tasks/AzureMysqlDeploymentV1/task.json +++ b/Tasks/AzureMysqlDeploymentV1/task.json @@ -17,7 +17,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 21 + "Patch": 22 }, "demands": [], "minimumAgentVersion": "1.100.0", diff --git a/Tasks/AzureMysqlDeploymentV1/task.loc.json b/Tasks/AzureMysqlDeploymentV1/task.loc.json index a6ad3d0f5644..dda0ce8c29f7 100644 --- a/Tasks/AzureMysqlDeploymentV1/task.loc.json +++ b/Tasks/AzureMysqlDeploymentV1/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 21 + "Patch": 22 }, "demands": [], "minimumAgentVersion": "1.100.0", diff --git a/Tasks/AzureResourceGroupDeploymentV2/task.json b/Tasks/AzureResourceGroupDeploymentV2/task.json index e129d0166c5e..c68fd9f6c614 100644 --- a/Tasks/AzureResourceGroupDeploymentV2/task.json +++ b/Tasks/AzureResourceGroupDeploymentV2/task.json @@ -15,7 +15,7 @@ "version": { "Major": 2, "Minor": 152, - "Patch": 0 + "Patch": 1 }, "demands": [], "minimumAgentVersion": "2.119.1", diff --git a/Tasks/AzureResourceGroupDeploymentV2/task.loc.json b/Tasks/AzureResourceGroupDeploymentV2/task.loc.json index 22fd6f459c81..0e037cf15876 100644 --- a/Tasks/AzureResourceGroupDeploymentV2/task.loc.json +++ b/Tasks/AzureResourceGroupDeploymentV2/task.loc.json @@ -15,7 +15,7 @@ "version": { "Major": 2, "Minor": 152, - "Patch": 0 + "Patch": 1 }, "demands": [], "minimumAgentVersion": "2.119.1", diff --git a/Tasks/AzureRmWebAppDeploymentV3/task.json b/Tasks/AzureRmWebAppDeploymentV3/task.json index ca9be196ea2d..66f8f8dbbddf 100644 --- a/Tasks/AzureRmWebAppDeploymentV3/task.json +++ b/Tasks/AzureRmWebAppDeploymentV3/task.json @@ -18,7 +18,7 @@ "version": { "Major": 3, "Minor": 4, - "Patch": 26 + "Patch": 27 }, "releaseNotes": "What's new in Version 3.0:
  Supports File Transformations (XDT)
  Supports Variable Substitutions(XML, JSON)
Click [here](https://aka.ms/azurermwebdeployreadme) for more information.", "minimumAgentVersion": "2.104.1", diff --git a/Tasks/AzureRmWebAppDeploymentV3/task.loc.json b/Tasks/AzureRmWebAppDeploymentV3/task.loc.json index 17d018c3be74..d4bb2ed39bb2 100644 --- a/Tasks/AzureRmWebAppDeploymentV3/task.loc.json +++ b/Tasks/AzureRmWebAppDeploymentV3/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 3, "Minor": 4, - "Patch": 26 + "Patch": 27 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.104.1", diff --git a/Tasks/AzureRmWebAppDeploymentV4/task.json b/Tasks/AzureRmWebAppDeploymentV4/task.json index 1a25dfb4307e..0d03c21aa5a7 100644 --- a/Tasks/AzureRmWebAppDeploymentV4/task.json +++ b/Tasks/AzureRmWebAppDeploymentV4/task.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 3, - "Patch": 27 + "Patch": 28 }, "releaseNotes": "What's new in version 4.*
Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)
Supports App Service Environments
Improved UI for discovering different App service types supported by the task
Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only
Click [here](https://aka.ms/azurermwebdeployreadme) for more information.", "minimumAgentVersion": "2.104.1", diff --git a/Tasks/AzureRmWebAppDeploymentV4/task.loc.json b/Tasks/AzureRmWebAppDeploymentV4/task.loc.json index 5570827af8aa..04a8fe6aab56 100644 --- a/Tasks/AzureRmWebAppDeploymentV4/task.loc.json +++ b/Tasks/AzureRmWebAppDeploymentV4/task.loc.json @@ -18,7 +18,7 @@ "version": { "Major": 4, "Minor": 3, - "Patch": 27 + "Patch": 28 }, "releaseNotes": "ms-resource:loc.releaseNotes", "minimumAgentVersion": "2.104.1", diff --git a/Tasks/AzureVmssDeploymentV0/task.json b/Tasks/AzureVmssDeploymentV0/task.json index f5eb058fb13b..da301bcff807 100644 --- a/Tasks/AzureVmssDeploymentV0/task.json +++ b/Tasks/AzureVmssDeploymentV0/task.json @@ -15,7 +15,7 @@ "version": { "Major": 0, "Minor": 0, - "Patch": 29 + "Patch": 30 }, "demands": [], "minimumAgentVersion": "2.0.0", diff --git a/Tasks/AzureVmssDeploymentV0/task.loc.json b/Tasks/AzureVmssDeploymentV0/task.loc.json index 12435c4428ab..06d0984cd857 100644 --- a/Tasks/AzureVmssDeploymentV0/task.loc.json +++ b/Tasks/AzureVmssDeploymentV0/task.loc.json @@ -15,7 +15,7 @@ "version": { "Major": 0, "Minor": 0, - "Patch": 29 + "Patch": 30 }, "demands": [], "minimumAgentVersion": "2.0.0", diff --git a/Tasks/HelmDeployV0/task.json b/Tasks/HelmDeployV0/task.json index 1773ac35eb5e..ecb9c0280a24 100644 --- a/Tasks/HelmDeployV0/task.json +++ b/Tasks/HelmDeployV0/task.json @@ -14,7 +14,7 @@ "version": { "Major": 0, "Minor": 152, - "Patch": 0 + "Patch": 1 }, "demands": [], "groups": [ diff --git a/Tasks/HelmDeployV0/task.loc.json b/Tasks/HelmDeployV0/task.loc.json index c06e822b095a..4e0585b2b0cf 100644 --- a/Tasks/HelmDeployV0/task.loc.json +++ b/Tasks/HelmDeployV0/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 0, "Minor": 152, - "Patch": 0 + "Patch": 1 }, "demands": [], "groups": [ diff --git a/Tasks/JavaToolInstallerV0/task.json b/Tasks/JavaToolInstallerV0/task.json index 34a7c573baf1..e9cd9ec0e608 100644 --- a/Tasks/JavaToolInstallerV0/task.json +++ b/Tasks/JavaToolInstallerV0/task.json @@ -14,7 +14,7 @@ "version": { "Major": 0, "Minor": 151, - "Patch": 0 + "Patch": 1 }, "satisfies": [ "Java" diff --git a/Tasks/JavaToolInstallerV0/task.loc.json b/Tasks/JavaToolInstallerV0/task.loc.json index 1cda24d370f4..3b0311e330d0 100644 --- a/Tasks/JavaToolInstallerV0/task.loc.json +++ b/Tasks/JavaToolInstallerV0/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 0, "Minor": 151, - "Patch": 0 + "Patch": 1 }, "satisfies": [ "Java" diff --git a/Tasks/JenkinsDownloadArtifactsV1/task.json b/Tasks/JenkinsDownloadArtifactsV1/task.json index 82f03c420516..4d9f10e68fd8 100644 --- a/Tasks/JenkinsDownloadArtifactsV1/task.json +++ b/Tasks/JenkinsDownloadArtifactsV1/task.json @@ -19,7 +19,7 @@ "version": { "Major": 1, "Minor": 151, - "Patch": 0 + "Patch": 1 }, "groups": [ { diff --git a/Tasks/JenkinsDownloadArtifactsV1/task.loc.json b/Tasks/JenkinsDownloadArtifactsV1/task.loc.json index de9cdd9d2e9a..903a1cbaf281 100644 --- a/Tasks/JenkinsDownloadArtifactsV1/task.loc.json +++ b/Tasks/JenkinsDownloadArtifactsV1/task.loc.json @@ -19,7 +19,7 @@ "version": { "Major": 1, "Minor": 151, - "Patch": 0 + "Patch": 1 }, "groups": [ { diff --git a/Tasks/KubernetesV1/task.json b/Tasks/KubernetesV1/task.json index 5d1263b7fc52..a8da6cde7595 100644 --- a/Tasks/KubernetesV1/task.json +++ b/Tasks/KubernetesV1/task.json @@ -14,7 +14,7 @@ "version": { "Major": 1, "Minor": 152, - "Patch": 0 + "Patch": 1 }, "demands": [], "releaseNotes": "What's new in Version 1.0:
 Added new service connection type input for easy selection of Azure AKS cluster.
 Replaced output variable input with output variables section that we had added in all tasks.", diff --git a/Tasks/KubernetesV1/task.loc.json b/Tasks/KubernetesV1/task.loc.json index 5a8251881f74..a067ae21ca41 100644 --- a/Tasks/KubernetesV1/task.loc.json +++ b/Tasks/KubernetesV1/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 1, "Minor": 152, - "Patch": 0 + "Patch": 1 }, "demands": [], "releaseNotes": "ms-resource:loc.releaseNotes", diff --git a/Tasks/PackerBuildV0/task.json b/Tasks/PackerBuildV0/task.json index 6416fa161e96..7dbfc2a858c0 100644 --- a/Tasks/PackerBuildV0/task.json +++ b/Tasks/PackerBuildV0/task.json @@ -15,7 +15,7 @@ "version": { "Major": 0, "Minor": 0, - "Patch": 24 + "Patch": 25 }, "demands": [], "minimumAgentVersion": "2.0.0", diff --git a/Tasks/PackerBuildV0/task.loc.json b/Tasks/PackerBuildV0/task.loc.json index 80fac248657a..1406b6e0ddc0 100644 --- a/Tasks/PackerBuildV0/task.loc.json +++ b/Tasks/PackerBuildV0/task.loc.json @@ -15,7 +15,7 @@ "version": { "Major": 0, "Minor": 0, - "Patch": 24 + "Patch": 25 }, "demands": [], "minimumAgentVersion": "2.0.0", diff --git a/Tasks/PackerBuildV1/task.json b/Tasks/PackerBuildV1/task.json index 707755a204f9..25fbcd64208c 100644 --- a/Tasks/PackerBuildV1/task.json +++ b/Tasks/PackerBuildV1/task.json @@ -15,7 +15,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 10 + "Patch": 11 }, "demands": [], "minimumAgentVersion": "2.0.0", diff --git a/Tasks/PackerBuildV1/task.loc.json b/Tasks/PackerBuildV1/task.loc.json index 9a59b37fd279..a16960106268 100644 --- a/Tasks/PackerBuildV1/task.loc.json +++ b/Tasks/PackerBuildV1/task.loc.json @@ -15,7 +15,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 10 + "Patch": 11 }, "demands": [], "minimumAgentVersion": "2.0.0",