Skip to content

Commit

Permalink
feat: add notation v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Nov 7, 2023
1 parent b3b43a3 commit c8a4c7d
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 576 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"loc.input.help.allowReferrersAPI": "Use the Referrers API to sign signatures, if not supported (returns 404), fallback to the Referrers tag schema.",
"loc.input.label.plugin": "Plugin",
"loc.input.label.akvPluginVersion": "Plugin Version",
"loc.input.help.akvPluginVersion": "The version of the Azure Key Vualt plugin to be install. please visit the [release page](https://github.com/Azure/notation-azure-kv/releases) for the available versions.",
"loc.input.help.akvPluginVersion": "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.",
"loc.input.label.azurekvServiceConection": "Azure Key Vault service connection",
"loc.input.help.azurekvServiceConection": "Select the Azure subscription for the key vault if prefer to use service connection for authentication.",
"loc.input.label.keyid": "Key ID",
Expand Down
29 changes: 29 additions & 0 deletions Tasks/NotationV0/data/notation_versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
[
{
"darwin": {
"amd64": {
"checksum": "8bf5e64cd46729619c0b5c39234a73605da5bc1e422b5e0481cbee9e1e4e0cf1",
"url": "https://github.com/notaryproject/notation/releases/download/v1.0.1/notation_1.0.1_darwin_amd64.tar.gz"
},
"arm64": {
"checksum": "0f320e95cce9e48ea171ad8a9f59490749d2fb8ca68d616e2aa6551d813f4bf3",
"url": "https://github.com/notaryproject/notation/releases/download/v1.0.1/notation_1.0.1_darwin_arm64.tar.gz"
}
},
"linux": {
"amd64": {
"checksum": "898b6c1cab5763d2dbe979132ae1a5d09571bfd62d14cc9114b77815e0228302",
"url": "https://github.com/notaryproject/notation/releases/download/v1.0.1/notation_1.0.1_linux_amd64.tar.gz"
},
"arm64": {
"checksum": "c3145753e5426598e78ab283c1ff4b77a479d6485ccc523288033ea5aa5b9389",
"url": "https://github.com/notaryproject/notation/releases/download/v1.0.1/notation_1.0.1_linux_arm64.tar.gz"
}
},
"version": "1.0.1",
"windows": {
"amd64": {
"checksum": "278fd5da38e431ee6821b3a51c0e276d20e26309db010464886d931d63ab1b46",
"url": "https://github.com/notaryproject/notation/releases/download/v1.0.1/notation_1.0.1_windows_amd64.zip"
}
}
},
{
"darwin": {
"amd64": {
Expand Down
1 change: 0 additions & 1 deletion Tasks/NotationV0/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{
"items": [
"node_modules/azure-pipelines-tasks-utility-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-docker-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-azure-arm-rest-v2/node_modules/azure-pipelines-task-lib"
],
"options": "-Rf"
Expand Down
Loading

0 comments on commit c8a4c7d

Please sign in to comment.