From 9ea42d6c765ce5724b56a505985957c69bebf90c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 08:22:02 +0300 Subject: [PATCH] fix(data): automatic update of static data (#17740) --- data/azure-pipelines-tasks.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/data/azure-pipelines-tasks.json b/data/azure-pipelines-tasks.json index 5921996603..4f1bdfc927 100644 --- a/data/azure-pipelines-tasks.json +++ b/data/azure-pipelines-tasks.json @@ -683,6 +683,7 @@ "2.208.0" ], "azurefunctiononkubernetes": [ + "0.210.0", "0.201.0", "0.198.0", "0.180.0", @@ -1454,6 +1455,7 @@ "4.1.7" ], "azurespringcloud": [ + "0.210.0", "0.208.0", "0.207.0", "0.206.0", @@ -1844,6 +1846,7 @@ "0.160.1" ], "containerstructuretest": [ + "0.210.0", "0.201.0", "0.198.0", "0.179.0", @@ -2183,6 +2186,7 @@ "1.0.2", "1.0.1", "1.0.0", + "2.210.0", "2.201.0", "2.198.0", "2.192.0", @@ -2498,6 +2502,7 @@ "0.148.0" ], "downloadpackage": [ + "0.210.0", "0.208.1", "0.208.0", "0.206.0", @@ -2676,6 +2681,7 @@ "1.126.0" ], "duffleinstaller": [ + "0.210.0", "0.201.0", "0.198.0", "0.181.0", @@ -2727,6 +2733,7 @@ "1.112.2" ], "filetransform": [ + "1.211.0", "1.208.0", "1.206.0", "1.198.0", @@ -2845,6 +2852,7 @@ "0.0.4", "0.0.2", "0.0.1", + "1.210.0", "1.201.0", "1.198.0", "1.188.0", @@ -2987,6 +2995,7 @@ "1.0.0" ], "helmdeploy": [ + "0.210.0", "0.208.0", "0.201.0", "0.198.0", @@ -3531,6 +3540,7 @@ "0.150.0" ], "kubernetesmanifest": [ + "0.210.0", "0.208.0", "0.201.0", "0.198.0", @@ -3627,6 +3637,7 @@ ], "kubernetesmanifestbased": ["1.0.4", "0.0.1", "0.0.11"], "kubernetes": [ + "0.210.0", "0.201.0", "0.198.0", "0.181.0", @@ -3685,6 +3696,7 @@ "0.1.23", "0.1.22", "0.1.21", + "1.210.0", "1.208.0", "1.206.0", "1.201.0", @@ -3829,6 +3841,7 @@ "0.0.1" ], "mavenauthenticate": [ + "0.210.0", "0.198.0", "0.194.0", "0.177.1", @@ -4003,7 +4016,8 @@ "3.140.0", "3.139.2", "3.139.1", - "3.139.0" + "3.139.0", + "4.210.0" ], "msbuild": [ "1.208.0", @@ -4157,6 +4171,7 @@ "0.0.2" ], "npm": [ + "0.210.0", "0.198.0", "0.194.0", "0.189.0", @@ -4266,6 +4281,7 @@ "1.203.0" ], "nugetcommand": [ + "2.210.0", "2.208.1", "2.208.0", "2.206.0", @@ -4582,7 +4598,13 @@ "0.1.4", "0.1.3" ], - "openpolicyagentinstaller": ["0.198.0", "0.157.2", "0.157.1", "0.157.0"], + "openpolicyagentinstaller": [ + "0.210.0", + "0.198.0", + "0.157.2", + "0.157.1", + "0.157.0" + ], "packerbuild": [ "0.208.0", "0.198.0", @@ -4854,6 +4876,7 @@ "1.0.1" ], "publishpipelinemetadata": [ + "0.210.0", "0.201.0", "0.198.0", "0.183.0", @@ -5668,6 +5691,7 @@ "1.0.89", "1.0.88", "1.0.87", + "2.210.0", "2.205.0", "2.203.0", "2.202.0", -- GitLab