Skip to content

Releases: sigstore/cosign

v1.13.0

07 Oct 16:29
6b9820a
Compare
Choose a tag to compare

Highlights

  • For users who have deployed a private instance of Fulcio release v0.6.x and issue certificates with the Username identity, you will need to upgrade to use this version."

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.13.0

v1.12.1

21 Sep 13:39
0baa044
Compare
Choose a tag to compare

Highlights

fix: Pulls Fulcio root and intermediate when --certificate-chain is not passed into verify-blob command. The v1.12.0 release introduced a regression: when COSIGN_EXPERIMENTAL was not set, cosign verify-blob would check a --certificate (without a --certificate-chain provided) against the operating system root CA bundle. In this release, Cosign checks the certificate against Fulcio's CA root instead (restoring the earlier behavior).

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.12.1

v1.12.0

14 Sep 16:13
8483d6c
Compare
Choose a tag to compare

Note: This release comes with a fix for CVE-2022-36056 described in this Github Security Advisory. Please upgrade to this release ASAP

Highlights

BREAKING: The fix for GHSA-GHSA-8gw7-4j42-w388 (CVE-2022-36056) means that some verify-blob commands that used to work may not anymore. In particular:

  • When using verify-blob with signatures created with keyless mode, we require either COSIGN_EXPERIMENTAL=1 or a valid Rekor bundle for offline verification passed with --bundle.

If you upgrade and encounter other issues, please read the advisory in full; your prior checks may have been passing inappropriately.

What's Changed

New Contributors

Full Changelog: v1.11.1...v1.12.0

v1.11.1

24 Aug 15:36
b3b6ae2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

Thanks to all contributors!

v1.11.0

18 Aug 14:29
6bfac1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.1...v1.11.0

Thanks to all contributors!

v1.10.1

04 Aug 17:22
a39ce91
Compare
Choose a tag to compare

This release fixes a security issue

cosign verify-attestaton --type can report a false positive if any attestation exists
GHSA-vjxv-45g9-9296

What's Changed

  • Bump github.com/google/go-containerregistry from 0.10.0 to 0.11.0 by @dependabot in #2088
  • Remove knative/pkg deps by @imjasonh in #2092
  • add flag to allow skipping upload to transparency log by @k4leung4 in #2089
  • Bump sigstore/cosign-installer from 2.4.1 to 2.5.0 by @dependabot in #2100
  • Improve error message when no sigs/atts are found for an image by @imjasonh in #2101
  • Change Result in Vulnerability Attestation to interface{} by @knqyf263 in #2096
  • Fix field names in the vulnerability attestation by @otms61 in #2099
  • Bump github.com/hashicorp/go-hclog from 1.2.1 to 1.2.2 by @dependabot in #2103
  • remove style jobs and cleanup makefile gofmt and goimports are running already with golangci-lint by @cpanato in #2105
  • Bump imjasonh/setup-ko from 0.4 to 0.5 by @dependabot in #2107
  • Bump google.golang.org/api from 0.88.0 to 0.89.0 by @dependabot in #2106
  • ✨ Enable Scorecard badge by @azeemshaikh38 in #2109
  • Resolves #522 set Created date to time of execution by @Lerentis in #2108
  • Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 by @dependabot in #2110
  • Introduce a custom error type to classify errors. by @mattmoor in #2114
  • Bump github/codeql-action from 2.1.16 to 2.1.17 by @dependabot in #2112
  • Bump google.golang.org/api from 0.89.0 to 0.90.0 by @dependabot in #2111
  • feat: attach: attestation: allow passing multiple payloads by @Dentrax in #2085
  • Bump github.com/open-policy-agent/opa from 0.42.2 to 0.43.0 by @dependabot in #2115
  • Bump mikefarah/yq from 4.26.1 to 4.27.2 by @dependabot in #2116
  • update cross-builder to go1.18.5 and cosign image to 1.10.0 by @cpanato in #2119
  • Bump github.com/xanzy/go-gitlab from 0.69.0 to 0.70.0 by @dependabot in #2120
  • chore: fix documentation and warning on using untrusted rekor key by @asraa in #2124
  • Bump google.golang.org/api from 0.90.0 to 0.91.0 by @dependabot in #2125
  • Correct the type used for attest by @mattmoor in #2128

New Contributors

Full Changelog: v1.10.0...v1.10.1

Thanks to all contributors!

v1.10.0

22 Jul 10:10
3a6088d
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more

v1.10.0-rc.1

22 Jul 09:41
6a902ec
Compare
Choose a tag to compare
v1.10.0-rc.1 Pre-release
Pre-release

Thanks to all contributors!

What's Changed

New Contributors

Read more

v1.9.0

03 Jun 14:08
v1.9.0
a4cb262
Compare
Choose a tag to compare

What's Changed

Read more

v1.8.0

27 Apr 14:16
v1.8.0
9ef6b20
Compare
Choose a tag to compare

⚠️ NOTE: If you use Fulcio to issue certificates you will need to use this release.

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.8.0

Thanks to all contributors!