Skip to content

Commit 18da0e9

Browse files
deps: bump sigstore/cosign-installer from 3.10.0 to 4.0.0 (#1914)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.10.0 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sigstore/cosign-installer/releases">sigstore/cosign-installer's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed?</h2> <p><strong>Note:</strong> You must upgrade to cosign-installer v4 if you want to install <a href="https://blog.sigstore.dev/cosign-3-0-available/">Cosign v3+</a>. You may still install Cosign v2.x with cosign-installer v4.</p> <p>In version v3+, using <code>cosign sign-blob</code> requires adding the <code>--bundle</code> flag which may require you to update your signing command.</p> <ul> <li>Add support for Cosign v3 releases (<a href="https://redirect.github.com/sigstore/cosign-installer/issues/201">#201</a>)</li> </ul> <h2>v3.10.1</h2> <h2>What's Changed?</h2> <p><strong>Note:</strong> cosign-installer v3.x cannot be used to install <a href="https://blog.sigstore.dev/cosign-3-0-available/">Cosign v3.x</a>. You must upgrade to cosign-installer v4 in order to use Cosign v3.</p> <p><strong>Note:</strong> This is planned to be the final release of Cosign v2, though we will cut new releases for any critical security or bug fixes. We recommend transitioning to <a href="https://blog.sigstore.dev/cosign-3-0-available/">Cosign v3</a>.</p> <ul> <li>Bump default Cosign to v2.6.1 (<a href="https://redirect.github.com/sigstore/cosign-installer/issues/203">#203</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sigstore/cosign-installer/commit/faadad0cce49287aee09b3a48701e75088a2c6ad"><code>faadad0</code></a> add support for cosign v3 releases (<a href="https://redirect.github.com/sigstore/cosign-installer/issues/201">#201</a>)</li> <li>See full diff in <a href="https://github.com/sigstore/cosign-installer/compare/v3.10.0...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigstore/cosign-installer&package-manager=github_actions&previous-version=3.10.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e419b3c commit 18da0e9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: install
2828

2929
- name: Install Cosign
30-
uses: sigstore/cosign-installer@v3.10.0
30+
uses: sigstore/cosign-installer@v4.0.0
3131

3232
- name: Log in to registry (Helm for pushing chart, Docker for signing and push signature)
3333
run: |

.github/workflows/release-images.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: go version
3333

3434
- name: Install Cosign
35-
uses: sigstore/cosign-installer@v3.10.0
35+
uses: sigstore/cosign-installer@v4.0.0
3636

3737
- name: Set up QEMU
3838
uses: docker/setup-qemu-action@v3
@@ -78,7 +78,7 @@ jobs:
7878
- run: go version
7979

8080
- name: Install Cosign
81-
uses: sigstore/cosign-installer@v3.10.0
81+
uses: sigstore/cosign-installer@v4.0.0
8282

8383
- name: Set up QEMU
8484
uses: docker/setup-qemu-action@v3
@@ -124,7 +124,7 @@ jobs:
124124
- run: go version
125125

126126
- name: Install Cosign
127-
uses: sigstore/cosign-installer@v3.10.0
127+
uses: sigstore/cosign-installer@v4.0.0
128128

129129
- name: Set up QEMU
130130
uses: docker/setup-qemu-action@v3
@@ -169,7 +169,7 @@ jobs:
169169
- run: go version
170170

171171
- name: Install Cosign
172-
uses: sigstore/cosign-installer@v3.10.0
172+
uses: sigstore/cosign-installer@v4.0.0
173173

174174
- name: Set up QEMU
175175
uses: docker/setup-qemu-action@v3
@@ -212,7 +212,7 @@ jobs:
212212
- run: go version
213213

214214
- name: Install Cosign
215-
uses: sigstore/cosign-installer@v3.10.0
215+
uses: sigstore/cosign-installer@v4.0.0
216216

217217
- name: Set up QEMU
218218
uses: docker/setup-qemu-action@v3
@@ -260,7 +260,7 @@ jobs:
260260
uses: docker/setup-qemu-action@v3
261261

262262
- name: Install Cosign
263-
uses: sigstore/cosign-installer@v3.10.0
263+
uses: sigstore/cosign-installer@v4.0.0
264264

265265
- name: Log in to registry
266266
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

0 commit comments

Comments
 (0)