Skip to content

Commit e3565b3

Browse files
author
Patrick Zheng
authored
bump: upgrade to Notation v1.3.0 (#102)
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
1 parent 31f82fd commit e3565b3

161 files changed

Lines changed: 2489 additions & 3863 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/e2e-test-setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
- name: Setup Notation using URL
4444
uses: ./setup
4545
with:
46-
url: https://github.com/notaryproject/notation/releases/download/v1.2.0/notation_1.2.0_linux_amd64.tar.gz
47-
checksum: f781f0652adc633798fc1e1db12732d0b53e34d87d4bd2752c72b6bbed967bac
46+
url: https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_amd64.tar.gz
47+
checksum: 6de64e5d0d637d2f0b743c577bd70b8c6654b43863c29ab4aea99dd72f3ccdc1
4848

4949
- name: Setup Notation using URL without checksum
5050
id: no-checksum
5151
continue-on-error: true
5252
uses: ./setup
5353
with:
54-
url: https://github.com/notaryproject/notation/releases/download/v1.2.0/notation_1.2.0_linux_amd64.tar.gz
54+
url: https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_amd64.tar.gz
5555
- name: 'Should Fail: Setup Notation using URL without checksum'
5656
if: steps.no-checksum.outcome != 'failure'
5757
run: |
@@ -63,7 +63,7 @@ jobs:
6363
continue-on-error: true
6464
uses: ./setup
6565
with:
66-
url: https://github.com/notaryproject/notation/releases/download/v1.2.0/notation_1.2.0_linux_amd64.tar.gz
66+
url: https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_linux_amd64.tar.gz
6767
checksum: abcedf
6868
- name: 'Should Fail: Setup Notation using URL and invalid checksum'
6969
if: steps.invalid-checksum.outcome != 'failure'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Currently, [Azure Key Vault plugin for Notation](https://github.com/Azure/notati
3636
- name: setup Notation CLI
3737
uses: notaryproject/notation-action/setup@v1
3838
with:
39-
version: "1.2.0"
39+
version: "1.3.0"
4040
```
4141
4242
</details>

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
version:
2121
description: version of official Notation CLI [release](https://github.com/notaryproject/notation/releases). This field is ignored if 'url' is present.
2222
required: false
23-
default: "1.2.0"
23+
default: "1.3.0"
2424
url:
2525
description: url of customized Notation CLI to install
2626
required: false

dist/lib/data/notation_releases.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
{
2+
"1.3.0": {
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+
},
23+
"windows": {
24+
"amd64": {
25+
"checksum": "ff8f18a8a12850a2d165dd035d56e2817b3016162cb479ab351561b5bb940767",
26+
"url": "https://github.com/notaryproject/notation/releases/download/v1.3.0/notation_1.3.0_windows_amd64.zip"
27+
}
28+
}
29+
},
230
"1.2.0": {
331
"darwin": {
432
"amd64": {

node_modules/.bin/uuid

Lines changed: 0 additions & 12 deletions
This file was deleted.

node_modules/.bin/uuid.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

node_modules/.bin/uuid.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

node_modules/.package-lock.json

Lines changed: 15 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/README.md

Lines changed: 151 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.js

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)