From 24511b7e50f29a5661d84eb231da83ead1ca4df7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 06:11:00 +0200 Subject: [PATCH] fix(data): automatic update of static data (#17443) --- data/azure-pipelines-tasks.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/azure-pipelines-tasks.json b/data/azure-pipelines-tasks.json index 7d9cfe06c8..3a6b155196 100644 --- a/data/azure-pipelines-tasks.json +++ b/data/azure-pipelines-tasks.json @@ -1517,6 +1517,7 @@ "0.0.14" ], "azurewebappcontainer": [ + "1.210.0", "1.208.0", "1.198.0", "1.195.0", @@ -2116,6 +2117,7 @@ "0.3.14", "0.3.13", "0.3.12", + "1.210.0", "1.198.0", "1.194.0", "1.192.0", @@ -2545,6 +2547,7 @@ "0.1.10", "0.1.9", "0.1.8", + "1.210.0", "1.208.1", "1.208.0", "1.206.0", @@ -2868,6 +2871,7 @@ "0.2.0" ], "go": [ + "0.210.0", "0.198.0", "0.4.2", "0.4.1", @@ -4027,6 +4031,7 @@ "1.120.0" ], "mysqldeploymentonmachinegroup": [ + "1.210.0", "1.208.1", "1.206.1", "1.206.0", @@ -4886,6 +4891,7 @@ "1.0.39", "1.0.38", "1.0.37", + "2.210.0", "2.203.0", "2.198.0", "2.192.1", @@ -5782,7 +5788,8 @@ "2.136.0", "2.135.4", "2.135.3", - "2.135.2" + "2.135.2", + "3.205.0" ], "windowsmachinefilecopy": [ "1.198.0", -- GitLab