Skip to content

Commit e7120b6

Browse files
authored
Updated docker common package version to 2.265.0 across the tasks (#21408)
* updated docker common package details in docker tasks * updated docker common package details across tasks * updated dockerv2 task version
1 parent d70c0cc commit e7120b6

40 files changed

+125
-523
lines changed

Tasks/AzureFunctionOnKubernetesV1/package-lock.json

Lines changed: 4 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureFunctionOnKubernetesV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"azure-pipelines-task-lib": "^4.11.0",
2727
"agent-base": "^6.0.2",
2828
"azure-pipelines-tasks-azure-arm-rest": "3.263.1",
29-
"azure-pipelines-tasks-docker-common": "^2.264.0",
29+
"azure-pipelines-tasks-docker-common": "^2.265.0",
3030
"azure-pipelines-tasks-kubernetes-common": "^2.235.0",
3131
"azure-pipelines-tool-lib": "^2.0.10",
3232
"js-yaml": "3.13.1"

Tasks/AzureFunctionOnKubernetesV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 264,
18-
"Patch": 1
17+
"Minor": 265,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"groups": [

Tasks/AzureFunctionOnKubernetesV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 264,
18-
"Patch": 1
17+
"Minor": 265,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"groups": [

Tasks/ContainerBuildV0/package-lock.json

Lines changed: 4 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/ContainerBuildV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"agent-base": "6.0.2",
1111
"azure-pipelines-task-lib": "^4.13.0",
1212
"azure-pipelines-tasks-azure-arm-rest": "3.263.1",
13-
"azure-pipelines-tasks-docker-common": "2.264.0",
13+
"azure-pipelines-tasks-docker-common": "2.265.0",
1414
"azure-pipelines-tool-lib": "^2.0.10",
1515
"consistent-hashing": "0.3.0"
1616
},

Tasks/ContainerBuildV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 264,
17-
"Patch": 1
16+
"Minor": 265,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"satisfies": [

Tasks/ContainerBuildV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 264,
17-
"Patch": 1
16+
"Minor": 265,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"satisfies": [

Tasks/DockerComposeV1/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/DockerComposeV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/q": "^1.5.0",
1010
"agent-base": "^6.0.2",
1111
"azure-pipelines-task-lib": "^4.13.0",
12-
"azure-pipelines-tasks-docker-common": "2.264.0",
12+
"azure-pipelines-tasks-docker-common": "2.265.0",
1313
"del": "2.2.0",
1414
"esprima": "2.7.1",
1515
"js-yaml": "3.13.1"

0 commit comments

Comments
 (0)