8000 Releases · sigstore/sigstore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: sigstore/sigstore

v1.9.4

24 Apr 22:03
0c2ec3a
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v1.8.15

19 Feb 16:49
0c5004e
Compare
Choose a tag to compare

What's Changed

  • pkg/signature: fix RSA PSS 3072 key size in algorithm registry in #1981
  • check concrete type for non-nil to stop fuzzing crash in #1983
  • fix: cliplugin: return ErrorProviderNotFound when calling Get with a path in #1982

Full Changelog: v1.8.14...v1.8.15

v1.8.14

13 Feb 22:37
351b102
Compare
Choose a tag to compare

What's Changed

This is the same content as v1.8.13, with a CI/CD fix.

  • add initial plugin support for KMSs in #1901
  • cliplugin: add mocks and serialization testing in #1918
  • kms plugin: add SignMessage in #1919
  • cliplugin: add VerifySignature in #1944
  • cliplugin: add windows ci testing in #1951
  • Create Algorithm Registry API in #1601
  • cliplugin: add SupportedAlgorithms(), PublicKey(), and CryptoSigner(). in #1946
  • cliplugin: use caller contexts in #1947
  • cliplugin: semver, add tests for hash func encoding in #1948
  • cliplugin: lint fixes in #1958
  • cliplugin: convert module to package only in #1956

v1.8.13

13 Feb 22:08
0a1ec6f
Compare
Choose a tag to compare

What's Changed

  • add initial plugin support for KMSs in #1901
  • cliplugin: add mocks and serialization testing in #1918
  • kms plugin: add SignMessage in #1919
  • cliplugin: add VerifySignature in #1944
  • cliplugin: add windows ci testing in #1951
  • Create Algorithm Registry API in #1601
  • cliplugin: add SupportedAlgorithms(), PublicKey(), and CryptoSigner(). in #1946
  • cliplugin: use caller contexts in #1947
  • cliplugin: semver, add tests for hash func encoding in #1948
  • cliplugin: lint fixes in #1958
  • cliplugin: convert module to package only in #1956

Full Changelog: v1.8.12...v1.8.13

v1.8.12

09 Jan 08:59
e28cdf3
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump google.golang.org/api from 0.210.0 to 0.212.0 in /pkg/signature/kms/gcp by @dependabot in #1912
  • build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in /pkg/signature/kms/gcp by @dependabot in #1911
  • build(deps): Bump actions/setup-go from 5.1.0 to 5.2.0 in the all group by @dependabot in #1909
  • build(deps): Bump google.golang.org/api from 0.212.0 to 0.214.0 in /pkg/signature/kms/gcp by @dependabot in #1917
  • build(deps): Bump hashicorp/vault from 1.18.2 to 1.18.3 in /test/e2e in the all group by @dependabot in #1915
  • build(deps): Bump the gomod group across 2 directories with 5 updates by @dependabot in #1916
  • build(deps): Bump cloud.google.com/go/kms from 1.20.3 to 1.20.4 in /pkg/signature/kms/gcp in the gomod group across 1 directory by @dependabot in #1920
  • build(deps): Bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 by @dependabot in #1924
  • build(deps): Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in #1921
  • build(deps): Bump golang.org/x/term from 0.27.0 to 0.28.0 by @dependabot in #1922
  • build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #1923
  • build(deps): Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /test/fuzz by @dependabot in #1908
  • build(deps): Bump github.com/secure-systems-lab/go-securesystemslib from 0.8.0 to 0.9.0 by @dependabot in #1910
  • build(deps): Bump the tools group across 1 directory with 2 updates by @dependabot in #1913
  • cleanup ci by @cpanato in #1927

Full Changelog: v1.8.11...v1.8.12

v1.8.11

13 Dec 14:56
185deaa
Compare
Choose a tag to compare

What's Changed

  • several dependabot updates
  • Replace custom auth code with azidentity.NewDefaultCredential for Azure KMS client by @malancas in #1888
  • fix: set go module directive to 1.22.0 by @dnwe in #1878

New Contributors

Full Changelog: v1.8.10...v1.8.11

0