Skip to content

Commit

Permalink
chore(deps): update dependency sigstore/cosign to v2.4.1 (#3154)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency sigstore/cosign to v2.4.1

* chore(aqua): update aqua/aqua-checksums.json

* fix: fix cosign checksums

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-releaser[bot] <95135029+aquaproj-aqua-releaser[bot]@users.noreply.github.com>
Co-authored-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent f5ec5c3 commit 561d79f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions aqua/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,28 +131,28 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v2.4.0/cosign-darwin-amd64",
"checksum": "4D568E3BF56D254948A749D1442EEDB6DC624AF0A1ACEA082E260BA66B9FEB08",
"id": "github_release/github.com/sigstore/cosign/v2.4.1/cosign-darwin-amd64",
"checksum": "666032CA283DA92B6F7953965688FD51200FDC891A86C19E05C98B898EA0AF4E",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v2.4.0/cosign-darwin-arm64",
"checksum": "779F57759A9863DACEA1256FA7F116319790DFCD4F9F8B33ABC30251B1F4A883",
"id": "github_release/github.com/sigstore/cosign/v2.4.1/cosign-darwin-arm64",
"checksum": "13343856B69F70388C4FE0B986A31DDE5958E444B41BE22D785D3DC5E1A9CC62",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v2.4.0/cosign-linux-amd64",
"checksum": "CD7636B3586A3BDAC2D9C8F3B421ED119EDCB20499107887FD929211110E8418",
"id": "github_release/github.com/sigstore/cosign/v2.4.1/cosign-linux-amd64",
"checksum": "8B24B946DD5809C6BD93DE08033BCF6BC0ED7D336B7785787C080F574B89249B",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v2.4.0/cosign-linux-arm64",
"checksum": "E9DB44C01057395230D0454144C676E7231BFF08249620B0170EA19FF201DE94",
"id": "github_release/github.com/sigstore/cosign/v2.4.1/cosign-linux-arm64",
"checksum": "3B2E2E3854D0356C45FE6607047526CCD04742D20BD44AFB5BE91FA2A6E7CB4A",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v2.4.0/cosign-windows-amd64.exe",
"checksum": "88F1ADDBAE6BDD83EC2C067470C1F56B6D0D3BA35F49AD34603F2502CB2933F3",
"id": "github_release/github.com/sigstore/cosign/v2.4.1/cosign-windows-amd64.exe",
"checksum": "8D57F8A42A981D27290C4227271FA9F0F62CA6630EB4A21D316BD6B01405B87C",
"algorithm": "sha256"
},
{
Expand Down
2 changes: 1 addition & 1 deletion aqua/imports/cosign.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: sigstore/[email protected].0
- name: sigstore/[email protected].1
12 changes: 6 additions & 6 deletions pkg/cosign/version.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package cosign

const Version = "v2.4.0"
const Version = "v2.4.1"

func Checksums() map[string]string {
return map[string]string{
"darwin/amd64": "4D568E3BF56D254948A749D1442EEDB6DC624AF0A1ACEA082E260BA66B9FEB08",
"darwin/arm64": "779F57759A9863DACEA1256FA7F116319790DFCD4F9F8B33ABC30251B1F4A883",
"linux/amd64": "CD7636B3586A3BDAC2D9C8F3B421ED119EDCB20499107887FD929211110E8418",
"linux/arm64": "E9DB44C01057395230D0454144C676E7231BFF08249620B0170EA19FF201DE94",
"windows/amd64": "88F1ADDBAE6BDD83EC2C067470C1F56B6D0D3BA35F49AD34603F2502CB2933F3",
"darwin/amd64": "666032CA283DA92B6F7953965688FD51200FDC891A86C19E05C98B898EA0AF4E",
"darwin/arm64": "13343856B69F70388C4FE0B986A31DDE5958E444B41BE22D785D3DC5E1A9CC62",
"linux/amd64": "8B24B946DD5809C6BD93DE08033BCF6BC0ED7D336B7785787C080F574B89249B",
"linux/arm64": "3B2E2E3854D0356C45FE6607047526CCD04742D20BD44AFB5BE91FA2A6E7CB4A",
"windows/amd64": "8D57F8A42A981D27290C4227271FA9F0F62CA6630EB4A21D316BD6B01405B87C",
}
}

0 comments on commit 561d79f

Please sign in to comment.