Skip to content

Commit 53d4935

Browse files
authored
[NotationV0] support notation v1.3.0 (#20800)
1 parent a5d47e2 commit 53d4935

File tree

4 files changed

+68
-6
lines changed

4 files changed

+68
-6
lines changed

Tasks/NotationV0/data/azure_kv_versions.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
[
2+
{
3+
"darwin": {
4+
"amd64": {
5+
"checksum": "4c360d362a9448b46f98046257d5b270b2c5b1beb04c14263e59cead898902c9",
6+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_darwin_amd64.tar.gz"
7+
},
8+
"arm64": {
9+
"checksum": "bf6e07fdf309c194c99870c8a2a326fa14f9f7572fcf61948d1fcb3249ab3285",
10+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_darwin_arm64.tar.gz"
11+
}
12+
},
13+
"linux": {
14+
"amd64": {
15+
"checksum": "67c5ccaaf28dd44d2b6572684d84e344a02c2258af1d65ead3910b3156d3eaf5",
16+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_linux_amd64.tar.gz"
17+
},
18+
"arm64": {
19+
"checksum": "77bbdfb785e22f8b1cae46392200a453a428009c4450a8dc86e10551cc06f28e",
20+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_linux_arm64.tar.gz"
21+
}
22+
},
23+
"version": "1.2.1",
24+
"windows": {
25+
"amd64": {
26+
"checksum": "416eb490a83e8371407cbff1abe0588c84b8cdd34372f936cb1f913b7d0da8c1",
27+
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_windows_amd64.zip"
28+
}
29+
}
30+
},
231
{
332
"darwin": {
433
"amd64": {

Tasks/NotationV0/data/notation_versions.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
[
2+
{
3+
"darwin": {
4+
"amd64": {
5+
"checksum": "2a82b1ffa980c1b6dc59068c37932137198c4b8f5c77d427aaac7eeb33ff0a88",
6+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_darwin_amd64.tar.gz"
7+
},
8+
"arm64": {
9+
"checksum": "97bcc5ed8483f0c13eb2619069fef51feebd12a0d081a76066476a0280b8f10a",
10+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_darwin_arm64.tar.gz"
11+
}
12+
},
13+
"linux": {
14+
"amd64": {
15+
"checksum": "6de64e5d0d637d2f0b743c577bd70b8c6654b43863c29ab4aea99dd72f3ccdc1",
16+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_amd64.tar.gz"
17+
},
18+
"arm64": {
19+
"checksum": "e9de6db6ec46a552ca02b4cabb60f3820d321864646ab90c231953d1ae40bc29",
20+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_arm64.tar.gz"
21+
},
22+
"armv7": {
23+
"checksum": "2642edd9f89159b1337ca4acc8cde1c508db786eb59c4d5518db83045dd6ff86",
24+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_armv7.tar.gz"
25+
}
26+
},
27+
"version": "1.3.0",
28+
"windows": {
29+
"amd64": {
30+
"checksum": "ff8f18a8a12850a2d165dd035d56e2817b3016162cb479ab351561b5bb940767",
31+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_windows_amd64.zip"
32+
}
33+
}
34+
},
235
{
336
"darwin": {
437
"amd64": {

Tasks/NotationV0/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"minimumAgentVersion": "2.144.0",
1111
"version": {
1212
"Major": 0,
13-
"Minor": 247,
13+
"Minor": 252,
1414
"Patch": 0
1515
},
1616
"groups": [
@@ -67,7 +67,7 @@
6767
"name": "version",
6868
"type": "string",
6969
"label": "Version",
70-
"defaultValue": "1.2.0",
70+
"defaultValue": "1.3.0",
7171
"required": true,
7272
"helpMarkDown": "The version of Notation to install. Example: 1.0.0, 1, 1.0, 1.0.0",
7373
"visibleRule": "command = install && isCustomVersion = false",
@@ -142,7 +142,7 @@
142142
"name": "akvPluginVersion",
143143
"type": "string",
144144
"label": "Plugin Version",
145-
"defaultValue": "1.2.0",
145+
"defaultValue": "1.2.1",
146146
"required": true,
147147
"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.",
148148
"visibleRule": "plugin = azureKeyVault",

Tasks/NotationV0/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"minimumAgentVersion": "2.144.0",
1111
"version": {
1212
"Major": 0,
13-
"Minor": 247,
13+
"Minor": 252,
1414
"Patch": 0
1515
},
1616
"groups": [
@@ -67,7 +67,7 @@
6767
"name": "version",
6868
"type": "string",
6969
"label": "ms-resource:loc.input.label.version",
70-
"defaultValue": "1.2.0",
70+
"defaultValue": "1.3.0",
7171
"required": true,
7272
"helpMarkDown": "ms-resource:loc.input.help.version",
7373
"visibleRule": "command = install && isCustomVersion = false",
@@ -142,7 +142,7 @@
142142
"name": "akvPluginVersion",
143143
"type": "string",
144144
"label": "ms-resource:loc.input.label.akvPluginVersion",
145-
"defaultValue": "1.2.0",
145+
"defaultValue": "1.2.1",
146146
"required": true,
147147
"helpMarkDown": "ms-resource:loc.input.help.akvPluginVersion",
148148
"visibleRule": "plugin = azureKeyVault",

0 commit comments

Comments
 (0)