Skip to content

Releases: sigstore/fulcio

v1.4.5

05 Apr 20:03
v1.4.5
0ac692c
Compare
Choose a tag to compare

Changelog

Thanks for all contributors!

v1.4.4

28 Feb 22:17
v1.4.4
5c9ae3c
Compare
Choose a tag to compare

v1.4.4

Features

  • Add production OIDC provider for Eclipse (#1472)
  • Change parseExtension function to be public (#1584)
  • Allow exposed metrics port to be overridden (#1518)
  • add configurable idle timeout

Bug Fixes

  • Fix docker-compose service order (#1537)
  • Fix debug docker-compose setup (#1529)
  • Fix docker-compose file (#1560)

Documentation

  • Create new-idp-requirements.md (#1447)
  • docs: Add back descriptive content on cert issuing (#1494)
  • Added GitLab OIDC documentation to the /docs/oidc.md file that was missing. (#1574)

Misc

  • update builder to use go1.21.6
  • Move kubernetes CA processing in config.prepare (#1454)
  • Lots of dependabot updates

Contributors

  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Colleen Murphy
  • Cyril Cordoui
  • Hayden B
  • John Kjell
  • Paul Welch
  • Tanner Jones

Full Changelog: v1.4.3...v1.4.4

v1.4.3

11 Oct 23:49
99cb25d
Compare
Choose a tag to compare

v1.4.3

Bug Fixes

  • Bump golang.org/x/net from 0.15.0 to 0.17.0 in /hack/tools (#1409)
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 (#1410)

Contributors

  • dependabot

Thanks for all contributors!

v1.4.2

11 Oct 14:10
c5f47ca
Compare
Choose a tag to compare

Changelog

Thanks for all contributors!

v1.4.1

09 Oct 23:28
v1.4.1
5873bc8
Compare
Choose a tag to compare

v1.4.1

v1.4.1 disables CGO for released binaries and containers. If you need support
for an HSM-backed CA, compile Fulcio with CGO_ENABLED=1.

The Distroless base image of the released containers has been updated to Debian 12,
gcr.io/distroless/static-debian12:nonroot.

Features

  • Do not block startup if OIDC provider cannot be created (#1389)
  • Gracefully shutdown HTTP, gRPC, and Prom servers (#1342)
  • Create interface for GRPC server which encompasses the GRPC HealthServer (#1334)

Release

  • update builder image to use go1.21.2 (#1397)
  • Disable CGO on release builds (#1368)

Contributors

  • Appu
  • Hayden B
  • Jon Johnson
  • Jussi Kukkonen
  • Priya Wadhwa
  • William Woodruff

Full Changelog: v1.4.0...v1.4.1

v1.4.0

19 Jul 21:28
v1.4.0
9bd68ba
Compare
Choose a tag to compare

v1.4.0

Features

  • Add "Source Repository Visibility At Signing" ext (#1279)
  • Expose SkipExpiryCheck OIDC Config Option in Verifier (#1271)

Documentation

  • Update loadtest instructions (#1284)

Contributors

  • Hayden B
  • Philip Harrison
  • Priya Wadhwa

Full Changelog: v1.3.4...v1.4.0

v1.3.4

11 Jul 16:29
b55b6ba
Compare
Choose a tag to compare

Changelog

  • b55b6ba changelog for v1.3.4 (#1270)
  • a4b3e12 Update GitLab claim mappings for build configs (#1206)
  • 07f0ac4 add container builds for each push to main (#1269)
  • dcfd044 always use non-TLS credentials to connect over unix domain socket (#1268)

Thanks for all contributors!

v1.3.3

08 Jul 11:12
3815318
Compare
Choose a tag to compare

Changelog

  • 3815318 changelog for v1.3.3 release (#1266)
  • 1923fa1 add HTTP and GRPC health check endpoints (#1258)
  • 489d73a add fsnotify-backed cache for reading TLS PKI material (#1256)
  • 12aa925 Bump protocolbuffers/protobuf from 23.3 to 23.4 (#1264)
  • 3ce99aa Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#1265)
  • 2b8e2dc Bump google.golang.org/api from 0.129.0 to 0.130.0 (#1260)
  • 6debe57 Bump github.com/googleapis/api-linter in /hack/tools (#1261)
  • e626775 Bump golang from 7925d69 to fd9306e (#1262)
  • a3fea01 Bump golang from 344193a to 7925d69 (#1259)
  • a5b774d Bump github.com/googleapis/api-linter in /hack/tools (#1255)

Thanks for all contributors!

v1.3.2

28 Jun 19:37
v1.3.2
2454717
Compare
Choose a tag to compare

v1.3.2

Features

  • configure server-side TLS on grpc listener (#1252)

Bug fixes

  • gitlab: remove build config URI. (#1183)

Documentation

  • Update OID info (#1188)
  • Fix spellings, update protoc (#1184)
  • docs/oid-info: clarify source of issuer extensions (#1158)

Contributors

  • Billy Lynch
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Hayden B
  • Kristian Klausen
  • William Woodruff

Full Changelog: v1.3.1...v1.3.2

v1.3.1

03 May 21:38
v1.3.1
ea02258
Compare
Choose a tag to compare

v1.3.1

Bug Fixes

  • fix cert.URIs for GitLab CI (#1144)

Contributors

  • Carlos Tadeu Panato Junior