Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/sigstore/fulcio from 1.4.0 to 1.4.3 #788

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps github.com/sigstore/fulcio from 1.4.0 to 1.4.3.

Release notes

Sourced from github.com/sigstore/fulcio's releases.

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

Changelog

  • c5f47ca changelog for v1.4.2 release (#1408)
  • b5a341b update builder image to use go1.21.3 (#1407)
  • d6a7c4d Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#1405)
  • 036a40b Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#1404)
  • 120c90e Bump golang from 1.21.2 to 1.21.3 (#1406)
  • 3faed9b Bump go.step.sm/crypto from 0.35.1 to 0.36.0 (#1403)
  • 0f0ffc7 Bump google.golang.org/api from 0.145.0 to 0.146.0 (#1402)
  • 7234f1b Bump sigs.k8s.io/release-utils from 0.7.4 to 0.7.5 (#1401)

Thanks for all contributors!

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

... (truncated)

Changelog

Sourced from github.com/sigstore/fulcio's changelog.

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

v1.4.2

Bug Fixes

  • update builder image to use go1.21.3 (#1407)
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#1405)
  • Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#1404)
  • Bump golang from 1.21.2 to 1.21.3 (#1406)
  • Bump go.step.sm/crypto from 0.35.1 to 0.36.0 (#1403)
  • Bump google.golang.org/api from 0.145.0 to 0.146.0 (#1402)
  • Bump sigs.k8s.io/release-utils from 0.7.4 to 0.7.5 (#1401)

Contributors

  • Carlos Tadeu Panato Junior

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 16, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/sigstore/fulcio-1.4.3 branch from 837e30c to 3101937 Compare October 16, 2023 03:34
Bumps [github.com/sigstore/fulcio](https://github.com/sigstore/fulcio) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/sigstore/fulcio/releases)
- [Changelog](https://github.com/sigstore/fulcio/blob/main/CHANGELOG.md)
- [Commits](sigstore/fulcio@v1.4.0...v1.4.3)

---
updated-dependencies:
- dependency-name: github.com/sigstore/fulcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/sigstore/fulcio-1.4.3 branch from 3101937 to 47a1b93 Compare October 16, 2023 04:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Looks like github.com/sigstore/fulcio is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/sigstore/fulcio-1.4.3 branch October 16, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants