Skip to content

Commit fc41cc7

Browse files
updateclibot[bot]updatecli
and
updatecli
authored
deps: bump updatecli version to v0.82.2 (#2503)
* chore: docs: update checksums.txt.pem url with Updatecli version to v... ... 0.82.2 Made with ❤️️ by updatecli * chore: docs: update checksums.txt.sig url with Updatecli version to v... ... 0.82.2 Made with ❤️️ by updatecli * chore: docs: update issue template with Updatecli version to v0.82.2 Made with ❤️️ by updatecli * chore: docs: update updatecli version to v0.82.2 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli <[email protected]>
1 parent 0301ef0 commit fc41cc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body:
3838
description: |
3939
examples:
4040
- **OS**: Ubuntu 20.04
41-
- **updatecli**: v0.82.1
41+
- **updatecli**: v0.82.2
4242
value: |
4343
- OS:
4444
- updatecli:

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can download/copy the three files 'checksums.txt.pem', 'checksums.txt.sig',
5252
Once you have the three files locally, you can execute the following command
5353

5454
```
55-
cosign verify-blob --certificate-identity-regexp "https://github.com/updatecli/updatecli" --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' --cert https://github.com/updatecli/updatecli/releases/download/v0.82.1/checksums.txt.pem --signature https://github.com/updatecli/updatecli/releases/download/v0.82.1/checksums.txt.sig checksums.txt
55+
cosign verify-blob --certificate-identity-regexp "https://github.com/updatecli/updatecli" --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' --cert https://github.com/updatecli/updatecli/releases/download/v0.82.2/checksums.txt.pem --signature https://github.com/updatecli/updatecli/releases/download/v0.82.2/checksums.txt.sig checksums.txt
5656
```
5757

5858
A successful output looks like
@@ -76,7 +76,7 @@ sha256sum --ignore-missing -c checksums.txt
7676
**Verify Container signature**
7777

7878
```
79-
cosign verify --certificate-identity-regexp "https://github.com/updatecli/updatecli" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/updatecli/updatecli:v0.82.1
79+
cosign verify --certificate-identity-regexp "https://github.com/updatecli/updatecli" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/updatecli/updatecli:v0.82.2
8080
```
8181

8282
== Documentation

0 commit comments

Comments
 (0)