Skip to content

Commit 12dcf76

Browse files
Merge branch 'master' into users/rajmishra/CGfix
2 parents 63e86d9 + 5fca28d commit 12dcf76

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

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": "72fade2ccb0765e2ff26b53c9ca663dd33dc4f2020b2b8493e703a9ccf6174a2",
6+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.2/notation_1.3.2_darwin_amd64.tar.gz"
7+
},
8+
"arm64": {
9+
"checksum": "054bf6e9fb2619390dab9c74e5d6c511bde7609f3a060ee512c6aead2440c214",
10+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.2/notation_1.3.2_darwin_arm64.tar.gz"
11+
}
12+
},
13+
"linux": {
14+
"amd64": {
15+
"checksum": "e1a0f060308086bf8020b2d31defb7c5348f133ca0dba6a1a7820ef3cbb6dfe5",
16+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.2/notation_1.3.2_linux_amd64.tar.gz"
17+
},
18+
"arm64": {
19+
"checksum": "34143c7b816a50104824278080a5cf12bbf855488e003f62e6acf27ed25c423c",
20+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.2/notation_1.3.2_linux_arm64.tar.gz"
21+
},
22+
"armv7": {
23+
"checksum": "cdd5bb660002e15d8cd45f2022e541a012f1a758c9ba4903593296657b63f787",
24+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.2/notation_1.3.2_linux_armv7.tar.gz"
25+
}
26+
},
27+
"version": "1.3.2",
28+
"windows": {
29+
"amd64": {
30+
"checksum": "014f25a530eee17520c8e1eb7380e4bd02ff6fc04479a07a890954e3b7ddfdc7",
31+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.2/notation_1.3.2_windows_amd64.zip"
32+
}
33+
}
34+
},
235
{
336
"darwin": {
437
"amd64": {

Tasks/NotationV0/task.json

Lines changed: 2 additions & 2 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": 253,
13+
"Minor": 256,
1414
"Patch": 0
1515
},
1616
"groups": [
@@ -67,7 +67,7 @@
6767
"name": "version",
6868
"type": "string",
6969
"label": "Version",
70-
"defaultValue": "1.3.1",
70+
"defaultValue": "1.3.2",
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",

Tasks/NotationV0/task.loc.json

Lines changed: 2 additions & 2 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": 253,
13+
"Minor": 256,
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.3.1",
70+
"defaultValue": "1.3.2",
7171
"required": true,
7272
"helpMarkDown": "ms-resource:loc.input.help.version",
7373
"visibleRule": "command = install && isCustomVersion = false",

0 commit comments

Comments
 (0)