Skip to content

Commit dc4add5

Browse files
authored
[NotationV0] Add notation akv plugin v1.1.0 support (#19813)
* feat: add notation akv plugin v1.1.0 support Signed-off-by: Junjie Gao <[email protected]> * fix: update version Signed-off-by: Junjie Gao <[email protected]> --------- Signed-off-by: Junjie Gao <[email protected]>
1 parent bfb6721 commit dc4add5

File tree

3 files changed

+64
-6
lines changed

3 files changed

+64
-6
lines changed

Tasks/NotationV0/data/azure_kv_versions.json

+58
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,62 @@
11
[
2+
{
3+
"darwin": {
4+
"amd64": {
5+
"checksum": "50d36e3e50d9f596f050f984b31459632a6214585bf8ef496640481fddea9b08",
6+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_darwin_amd64.tar.gz"
7+
},
8+
"arm64": {
9+
"checksum": "189aefbba52dfd997c610654cf1e7c755b23d0eb1c35fdd4aede6671fe4e2e1d",
10+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_darwin_arm64.tar.gz"
11+
}
12+
},
13+
"linux": {
14+
"amd64": {
15+
"checksum": "2fc959bf850275246b044203609202329d015005574fabbf3e6393345e49b884",
16+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_linux_amd64.tar.gz"
17+
},
18+
"arm64": {
19+
"checksum": "b0f230fb526b4398e8ed35262870ed364c13adf68dce2972670aa6174e91ac78",
20+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_linux_arm64.tar.gz"
21+
}
22+
},
23+
"version": "1.1.0",
24+
"windows": {
25+
"amd64": {
26+
"checksum": "64406f9e9065e30c56c5d4fa9fbe79f0f49e89378f43bc4d0e05a9f3f0155d88",
27+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_windows_amd64.zip"
28+
}
29+
}
30+
},
31+
{
32+
"darwin": {
33+
"amd64": {
34+
"checksum": "9dfc197b2d03e2f0470c62997434cf6fa78476cc1364527025fe8a86acda94e3",
35+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_darwin_amd64.tar.gz"
36+
},
37+
"arm64": {
38+
"checksum": "ebc53b7ef1c32fb9d4ea7b85d30875b4595893d310a3ad7facfb333f55d5c3ed",
39+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_darwin_arm64.tar.gz"
40+
}
41+
},
42+
"linux": {
43+
"amd64": {
44+
"checksum": "f2b2e131a435b6a9742c202237b9aceda81859e6d4bd6242c2568ba556cee20e",
45+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_linux_amd64.tar.gz"
46+
},
47+
"arm64": {
48+
"checksum": "05cb2ca3460d07841f69b25d56fc7c93afe333b6b46ce33882a599cf0af9d532",
49+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_linux_arm64.tar.gz"
50+
}
51+
},
52+
"version": "1.0.2",
53+
"windows": {
54+
"amd64": {
55+
"checksum": "47769106233f9a4f34abed67d0ad6154ddee0e45b31c52127c23c52302970496",
56+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_windows_amd64.zip"
57+
}
58+
}
59+
},
260
{
361
"darwin": {
462
"amd64": {

Tasks/NotationV0/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"minimumAgentVersion": "2.144.0",
1111
"version": {
1212
"Major": 0,
13-
"Minor": 238,
14-
"Patch": 1
13+
"Minor": 239,
14+
"Patch": 0
1515
},
1616
"groups": [
1717
{
@@ -136,7 +136,7 @@
136136
"name": "akvPluginVersion",
137137
"type": "string",
138138
"label": "Plugin Version",
139-
"defaultValue": "1.0.1",
139+
"defaultValue": "1.1.0",
140140
"required": true,
141141
"helpMarkDown": "The version of the Azure Key Vault plugin to be installed. please visit the [release page](https://github.com/Azure/notation-azure-kv/releases) for the available versions.",
142142
"visibleRule": "plugin = azureKeyVault",

Tasks/NotationV0/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"minimumAgentVersion": "2.144.0",
1111
"version": {
1212
"Major": 0,
13-
"Minor": 238,
14-
"Patch": 1
13+
"Minor": 239,
14+
"Patch": 0
1515
},
1616
"groups": [
1717
{
@@ -136,7 +136,7 @@
136136
"name": "akvPluginVersion",
137137
"type": "string",
138138
"label": "ms-resource:loc.input.label.akvPluginVersion",
139-
"defaultValue": "1.0.1",
139+
"defaultValue": "1.1.0",
140140
"required": true,
141141
"helpMarkDown": "ms-resource:loc.input.help.akvPluginVersion",
142142
"visibleRule": "plugin = azureKeyVault",

0 commit comments

Comments
 (0)