-
Notifications
You must be signed in to change notification settings - Fork 58
Comparing changes
Open a pull request
base repository: sigstore/cosign-installer
base: v4.0.0
head repository: sigstore/cosign-installer
compare: v4.1.0
- 13 commits
- 3 files changed
- 8 contributors
Commits on Oct 27, 2025
-
fix path that was unix-centric (#204)
* fix path that was unix-centric Signed-off-by: Bob Callaway <[email protected]> * add back missing ./ Signed-off-by: Bob Callaway <[email protected]> --------- Signed-off-by: Bob Callaway <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbac2a8 - Browse repository at this point
Copy the full SHA dbac2a8View commit details
Commits on Nov 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 78c9329 - Browse repository at this point
Copy the full SHA 78c9329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bcfa8 - Browse repository at this point
Copy the full SHA 29bcfa8View commit details
Commits on Dec 15, 2025
-
drop tests with go1.24 as it cant build (#211)
Signed-off-by: Carlos Panato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9a9af4 - Browse repository at this point
Copy the full SHA b9a9af4View commit details
Commits on Dec 16, 2025
-
Bump actions/checkout from 6.0.0 to 6.0.1 (#208)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3f2d79 - Browse repository at this point
Copy the full SHA c3f2d79View commit details
Commits on Dec 18, 2025
-
fix: use env vars for template expansions; show curl errors (#207)
* fix: use env vars for template expansions; show curl errors * Use environment variables to avoid template expansions in code contexts, which could potentially result in code injection. * Use `-S` option with `curl` so error output is not suppressed, which should result in more informative output when the installer fails due to network issues. * Double-quote shell variable expansions to prevent unintended word splitting and globbing. Signed-off-by: Daniel Hast <[email protected]> * fix: substitute env vars in inputs.install-dir Signed-off-by: Daniel Hast <[email protected]> --------- Signed-off-by: Daniel Hast <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f148005 - Browse repository at this point
Copy the full SHA f148005View commit details
Commits on Dec 23, 2025
-
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d14d7f - Browse repository at this point
Copy the full SHA 4d14d7fView commit details
Commits on Jan 14, 2026
-
docs: fix registry from gcr.io to ghcr.io (#213)
Signed-off-by: MaineK00n <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 430b6a7 - Browse repository at this point
Copy the full SHA 430b6a7View commit details
Commits on Mar 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a6fdd19 - Browse repository at this point
Copy the full SHA a6fdd19View commit details
Commits on Mar 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c17565f - Browse repository at this point
Copy the full SHA c17565fView commit details -
Bump actions/checkout from 6.0.1 to 6.0.2 (#217)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 351ea76 - Browse repository at this point
Copy the full SHA 351ea76View commit details
Commits on Mar 9, 2026
-
* Upgrade to newest cosign version * Also tweak README to mitigate issue #219: Do not promote the use of "cosign-release" argument Signed-off-by: Jussi Kukkonen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a292e1 - Browse repository at this point
Copy the full SHA 5a292e1View commit details -
fix: add retry to curl downloads for transient network failures (#210)
Transient network errors during the cosign download can cause the action to fail. This is particularly problematic when the action runs after images have been pushed to a registry, resulting in unsigned images. Add --retry 3 to all curl calls. By default, curl uses exponential backoff: it waits 1 second before the first retry, then doubles the wait time for each subsequent retry up to a maximum of 10 minutes. It also respects Retry-After headers in the response. Closes: #209 Signed-off-by: Jose Fernandez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba7bc0a - Browse repository at this point
Copy the full SHA ba7bc0aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0...v4.1.0