Skip to content

Releases: sigstore/sigstore

v1.10.4

22 Jan 19:20
8ec410a

Choose a tag to compare

What's Changed

Full Changelog: v1.10.3...v1.10.4

v1.10.3

12 Dec 23:57
72f0ed7

Choose a tag to compare

What's Changed

v1.10.3 adds ValidatePubKey back to the cryptoutils package to avoid a breaking API change.

  • Add back ValidatePubKey as a deprecated, minimal function in #2235

Full Changelog: v1.10.2...v1.10.3

v1.10.2

09 Dec 19:08
369eb00

Choose a tag to compare

v1.10.2

Functionally equivalent to v1.10.0. v1.10.1 has been retracted to remove copied code.

v1.10.0

Breaking change

#2194 moves cryptoutils.ValidatePubKey to goodkey.ValidatePubKey to minimize the dependency tree for clients using the cryptoutils package.

Features

  • feat(hashivault): token helper in #2174
  • set GoogleAPIClientOption on GCP KMS provider in #2128

Refactoring

  • cryptoutils: move goodkey validation to separate package in #2194
  • Stop depending on golang.org/x/crypto for sha3 in #2209
  • remove duplicative dependency for portable browser opener in #2178
  • consolidate deep Equal usage to one library in #2177
  • Drop redundant aws-sdk-go dependency in the e2e kms tests in #2172

v1.10.0

19 Nov 16:10
46cc860

Choose a tag to compare

Breaking change

#2194 moves cryptoutils.ValidatePubKey to goodkey.ValidatePubKey to minimize the dependency tree for clients using the cryptoutils package.

Features

  • feat(hashivault): token helper in #2174
  • set GoogleAPIClientOption on GCP KMS provider in #2128

Refactoring

  • cryptoutils: move goodkey validation to separate package in #2194
  • Stop depending on golang.org/x/crypto for sha3 in #2209
  • remove duplicative dependency for portable browser opener in #2178
  • consolidate deep Equal usage to one library in #2177
  • Drop redundant aws-sdk-go dependency in the e2e kms tests in #2172

Full Changelog: v1.9.5...v1.10.0

v1.9.5

10 Jun 21:26
75efc00

Choose a tag to compare

What's Changed

  • Add context from opts to Azure signer in #2070
  • add RWMutex around providerMap to protect concurrent ops in #2077

Full Changelog: v1.9.4...v1.9.5

v1.9.4

24 Apr 22:03
0c2ec3a

Choose a tag to compare

What's Changed

  • Add a Name field to the TargetFile struct in #2068
  • Update to use Tink v2.3.0 API in #2069

Full Changelog: v1.9.3...v1.9.4

v1.9.3

08 Apr 19:13
1e63a21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.9.3

v1.9.2

08 Apr 15:02
404e5b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1

10 Mar 20:51
760d02f

Choose a tag to compare

What's Changed

  • Implement default signing algorithms based on the key type by @ret2libc in #2014

Full Changelog: v1.9.0...v1.9.1

v1.9.0

05 Mar 08:27
a304698

Choose a tag to compare

What's Changed

  • Update KMS policy for new plugin interface by @haydentherapper in #1987
  • Update TUF root to latest v12 root by @haydentherapper in #1988
  • build(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 by @dependabot in #1994
  • upgrade go-jose to v4 by @cpanato in #2000
  • pkg/signature: expose Algorithm Details information by @ret2libc in #2001

Full Changelog: v1.8.15...v1.9.0