Skip to content

Commit

Permalink
[NotationV0] Add notation akv plugin v1.1.0 support (#19813)
Browse files Browse the repository at this point in the history
* feat: add notation akv plugin v1.1.0 support

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>

* fix: update version

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>

---------

Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao authored Apr 26, 2024
1 parent bfb6721 commit dc4add5
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 6 deletions.
58 changes: 58 additions & 0 deletions Tasks/NotationV0/data/azure_kv_versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,62 @@
[
{
"darwin": {
"amd64": {
"checksum": "50d36e3e50d9f596f050f984b31459632a6214585bf8ef496640481fddea9b08",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_darwin_amd64.tar.gz"
},
"arm64": {
"checksum": "189aefbba52dfd997c610654cf1e7c755b23d0eb1c35fdd4aede6671fe4e2e1d",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_darwin_arm64.tar.gz"
}
},
"linux": {
"amd64": {
"checksum": "2fc959bf850275246b044203609202329d015005574fabbf3e6393345e49b884",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_linux_amd64.tar.gz"
},
"arm64": {
"checksum": "b0f230fb526b4398e8ed35262870ed364c13adf68dce2972670aa6174e91ac78",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_linux_arm64.tar.gz"
}
},
"version": "1.1.0",
"windows": {
"amd64": {
"checksum": "64406f9e9065e30c56c5d4fa9fbe79f0f49e89378f43bc4d0e05a9f3f0155d88",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.1.0/notation-azure-kv_1.1.0_windows_amd64.zip"
}
}
},
{
"darwin": {
"amd64": {
"checksum": "9dfc197b2d03e2f0470c62997434cf6fa78476cc1364527025fe8a86acda94e3",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_darwin_amd64.tar.gz"
},
"arm64": {
"checksum": "ebc53b7ef1c32fb9d4ea7b85d30875b4595893d310a3ad7facfb333f55d5c3ed",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_darwin_arm64.tar.gz"
}
},
"linux": {
"amd64": {
"checksum": "f2b2e131a435b6a9742c202237b9aceda81859e6d4bd6242c2568ba556cee20e",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_linux_amd64.tar.gz"
},
"arm64": {
"checksum": "05cb2ca3460d07841f69b25d56fc7c93afe333b6b46ce33882a599cf0af9d532",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_linux_arm64.tar.gz"
}
},
"version": "1.0.2",
"windows": {
"amd64": {
"checksum": "47769106233f9a4f34abed67d0ad6154ddee0e45b31c52127c23c52302970496",
"url": "https://github.com/Azure/notation-azure-kv/releases/download/v1.0.2/notation-azure-kv_1.0.2_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,8 +10,8 @@
"minimumAgentVersion": "2.144.0",
"version": {
"Major": 0,
"Minor": 238,
"Patch": 1
"Minor": 239,
"Patch": 0
},
"groups": [
{
Expand Down Expand Up @@ -136,7 +136,7 @@
"name": "akvPluginVersion",
"type": "string",
"label": "Plugin Version",
"defaultValue": "1.0.1",
"defaultValue": "1.1.0",
"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,8 +10,8 @@
"minimumAgentVersion": "2.144.0",
"version": {
"Major": 0,
"Minor": 238,
"Patch": 1
"Minor": 239,
"Patch": 0
},
"groups": [
{
Expand Down Expand Up @@ -136,7 +136,7 @@
"name": "akvPluginVersion",
"type": "string",
"label": "ms-resource:loc.input.label.akvPluginVersion",
"defaultValue": "1.0.1",
"defaultValue": "1.1.0",
"required": true,
"helpMarkDown": "ms-resource:loc.input.help.akvPluginVersion",
"visibleRule": "plugin = azureKeyVault",
Expand Down

0 comments on commit dc4add5

Please sign in to comment.