Skip to content

Commit

Permalink
deps: bump updatecli version to v0.79.1 (#2248)
Browse files Browse the repository at this point in the history
* chore: docs: update checksums.txt.sig url with Updatecli version to v...

... 0.79.1

Made with ❤️️ by updatecli

* chore: docs: update issue template with Updatecli version to v0.79.1

Made with ❤️️ by updatecli

* chore: docs: update updatecli version to v0.79.1

Made with ❤️️ by updatecli

* chore: docs: update checksums.txt.pem url with Updatecli version to v...

... 0.79.1

Made with ❤️️ by updatecli

---------

Co-authored-by: updatecli <bot@updatecli.io>
  • Loading branch information
updateclibot[bot] and updatecli committed Jun 17, 2024
1 parent 920ae78 commit a1e6406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body:
description: |
examples:
- **OS**: Ubuntu 20.04
- **updatecli**: v0.79.0
- **updatecli**: v0.79.1
value: |
- OS:
- updatecli:
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can download/copy the three files 'checksums.txt.pem', 'checksums.txt.sig',
Once you have the three files locally, you can execute the following command

```
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.79.0/checksums.txt.pem --signature https://github.com/updatecli/updatecli/releases/download/v0.79.0/checksums.txt.sig checksums.txt
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.79.1/checksums.txt.pem --signature https://github.com/updatecli/updatecli/releases/download/v0.79.1/checksums.txt.sig checksums.txt
```

A successful output looks like
Expand All @@ -74,7 +74,7 @@ sha256sum --ignore-missing -c checksums.txt
**Verify Container signature**

```
cosign verify --certificate-identity-regexp "https://github.com/updatecli/updatecli" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/updatecli/updatecli:v0.79.0
cosign verify --certificate-identity-regexp "https://github.com/updatecli/updatecli" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/updatecli/updatecli:v0.79.1
```

== Documentation
Expand Down

0 comments on commit a1e6406

Please sign in to comment.