Skip to content

Commit

Permalink
[NotationV0] support notation v1.3.0 (#20800)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeyJeyGao authored Jan 22, 2025
1 parent a5d47e2 commit 53d4935
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 6 deletions.
29 changes: 29 additions & 0 deletions Tasks/NotationV0/data/azure_kv_versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
[
{
"darwin": {
"amd64": {
"checksum": "4c360d362a9448b46f98046257d5b270b2c5b1beb04c14263e59cead898902c9",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_darwin_amd64.tar.gz"
},
"arm64": {
"checksum": "bf6e07fdf309c194c99870c8a2a326fa14f9f7572fcf61948d1fcb3249ab3285",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_darwin_arm64.tar.gz"
}
},
"linux": {
"amd64": {
"checksum": "67c5ccaaf28dd44d2b6572684d84e344a02c2258af1d65ead3910b3156d3eaf5",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_linux_amd64.tar.gz"
},
"arm64": {
"checksum": "77bbdfb785e22f8b1cae46392200a453a428009c4450a8dc86e10551cc06f28e",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_linux_arm64.tar.gz"
}
},
"version": "1.2.1",
"windows": {
"amd64": {
"checksum": "416eb490a83e8371407cbff1abe0588c84b8cdd34372f936cb1f913b7d0da8c1",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.2.1/notation-azure-kv_1.2.1_windows_amd64.zip"
}
}
},
{
"darwin": {
"amd64": {
Expand Down
33 changes: 33 additions & 0 deletions Tasks/NotationV0/data/notation_versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
[
{
"darwin": {
"amd64": {
"checksum": "2a82b1ffa980c1b6dc59068c37932137198c4b8f5c77d427aaac7eeb33ff0a88",
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_darwin_amd64.tar.gz"
},
"arm64": {
"checksum": "97bcc5ed8483f0c13eb2619069fef51feebd12a0d081a76066476a0280b8f10a",
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_darwin_arm64.tar.gz"
}
},
"linux": {
"amd64": {
"checksum": "6de64e5d0d637d2f0b743c577bd70b8c6654b43863c29ab4aea99dd72f3ccdc1",
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_amd64.tar.gz"
},
"arm64": {
"checksum": "e9de6db6ec46a552ca02b4cabb60f3820d321864646ab90c231953d1ae40bc29",
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_arm64.tar.gz"
},
"armv7": {
"checksum": "2642edd9f89159b1337ca4acc8cde1c508db786eb59c4d5518db83045dd6ff86",
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_armv7.tar.gz"
}
},
"version": "1.3.0",
"windows": {
"amd64": {
"checksum": "ff8f18a8a12850a2d165dd035d56e2817b3016162cb479ab351561b5bb940767",
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_windows_amd64.zip"
}
}
},
{
"darwin": {
"amd64": {
Expand Down
6 changes: 3 additions & 3 deletions Tasks/NotationV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"minimumAgentVersion": "2.144.0",
"version": {
"Major": 0,
"Minor": 247,
"Minor": 252,
"Patch": 0
},
"groups": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"name": "version",
"type": "string",
"label": "Version",
"defaultValue": "1.2.0",
"defaultValue": "1.3.0",
"required": true,
"helpMarkDown": "The version of Notation to install. Example: 1.0.0, 1, 1.0, 1.0.0",
"visibleRule": "command = install && isCustomVersion = false",
Expand Down Expand Up @@ -142,7 +142,7 @@
"name": "akvPluginVersion",
"type": "string",
"label": "Plugin Version",
"defaultValue": "1.2.0",
"defaultValue": "1.2.1",
"required": true,
"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.",
"visibleRule": "plugin = azureKeyVault",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/NotationV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"minimumAgentVersion": "2.144.0",
"version": {
"Major": 0,
"Minor": 247,
"Minor": 252,
"Patch": 0
},
"groups": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"name": "version",
"type": "string",
"label": "ms-resource:loc.input.label.version",
"defaultValue": "1.2.0",
"defaultValue": "1.3.0",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.version",
"visibleRule": "command = install && isCustomVersion = false",
Expand Down Expand Up @@ -142,7 +142,7 @@
"name": "akvPluginVersion",
"type": "string",
"label": "ms-resource:loc.input.label.akvPluginVersion",
"defaultValue": "1.2.0",
"defaultValue": "1.2.1",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.akvPluginVersion",
"visibleRule": "plugin = azureKeyVault",
Expand Down

0 comments on commit 53d4935

Please sign in to comment.