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

chore(deps): bump the gomod group with 4 updates #832

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps the gomod group with 4 updates: github.com/go-openapi/swag, github.com/sigstore/rekor, go.step.sm/crypto and google.golang.org/api.

Updates github.com/go-openapi/swag from 0.22.8 to 0.22.9

Commits

Updates github.com/sigstore/rekor from 1.3.4 to 1.3.5

Release notes

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

v1.3.5

Changelog

  • 488eb97 v1.3.5 changelog (#1987)
  • 19cd558 output trace in slog and override correlation header name (#1986)
  • a0453d5 give log timestamps nanosecond precision (#1985)
  • 907f2b5 bump trillian images to v1.6.0 (#1984)
  • 134ef83 remove trillian images from release process (#1983)
  • 9865ca9 Added support for sha384/sha512 hash algorithms in hashedrekords (#1959)
  • fc28ac1 Change Redis value for locking mechanism (#1957)
  • fa9ab50 Bump sigstore/sigstore version, fix deprecated func (#1936)
  • 6020532 Fix panic for DSSE canonicalization (#1923)
  • fe04993 Drop conditional when verifying entry checkpoint (#1917)
  • a6c25cc Remove timestamp from checkpoint (#1888)
  • 64ab435 Additional unique index correction (#1885)

Thanks for all contributors!

What's Changed

New Contributors

Full Changelog: sigstore/rekor@v1.3.4...v1.3.5

Changelog

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

v1.3.5

New Features

  • output trace in slog and override correlation header name (#1986)
  • give log timestamps nanosecond precision (#1985)
  • Added support for sha384/sha512 hash algorithms in hashedrekords (#1959)
  • Change Redis value for locking mechanism (#1957)

Bug Fixes

  • Fix panic for DSSE canonicalization (#1923)
  • Drop conditional when verifying entry checkpoint (#1917)
  • Remove timestamp from checkpoint (#1888)
  • Additional unique index correction (#1885)

Quality Enhancements

  • bump trillian images to v1.6.0 (#1984)
  • remove trillian images from release process (#1983)
  • update builder to use go1.21

Contributors

  • Andrew Block
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Hayden Blauzvern
  • Riccardo Schirone
Commits
  • 488eb97 v1.3.5 changelog (#1987)
  • 19cd558 output trace in slog and override correlation header name (#1986)
  • a0453d5 give log timestamps nanosecond precision (#1985)
  • 907f2b5 bump trillian images to v1.6.0 (#1984)
  • 134ef83 remove trillian images from release process (#1983)
  • 63aa08f build(deps): Bump google.golang.org/api from 0.157.0 to 0.159.0
  • 8ca4eba build(deps): Bump google/cloud-sdk from 460.0.0 to 461.0.0
  • 14608f3 build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0
  • 2b14bf9 build(deps): Bump golang from 5f5d61d to 76aadd9
  • 74311c7 build(deps): Bump cloud.google.com/go/pubsub from 1.34.0 to 1.36.0
  • Additional commits viewable in compare view

Updates go.step.sm/crypto from 0.42.0 to 0.42.1

Commits
  • c49ba73 Merge pull request #413 from smallstep/herman/fix-tss2-parent
  • 39e8100 Fix typo
  • cef045c Add comment about using default SRK and add some verification tests
  • 14477b3 Make 0x81000001 the default SRK handle when outputting TSS2
  • 164f8f4 Merge pull request #409 from smallstep/dependabot/go_modules/github.com/Azure...
  • 1c9770a Merge pull request #410 from smallstep/dependabot/go_modules/github.com/aws/a...
  • 0bc3d69 Merge pull request #411 from smallstep/dependabot/go_modules/google.golang.or...
  • 2858875 Bump google.golang.org/api from 0.156.0 to 0.157.0
  • 42f96cd Bump github.com/aws/aws-sdk-go-v2/config from 1.26.5 to 1.26.6
  • bff9d3d Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
  • See full diff in compare view

Updates google.golang.org/api from 0.157.0 to 0.159.0

Release notes

Sourced from google.golang.org/api's releases.

v0.159.0

0.159.0 (2024-01-26)

Features

Bug Fixes

v0.158.0

0.158.0 (2024-01-25)

Features

Bug Fixes

  • internal: Support internaloption.WithDefaultUniverseDomain (#2373) (b21a1fa)
  • transport/grpc: Add universe domain verification (#2375) (df17254)
  • transport: Not enable s2a when there is endpoint override (#2368) (73fc7fd)
Changelog

Sourced from google.golang.org/api's changelog.

0.159.0 (2024-01-26)

Features

Bug Fixes

0.158.0 (2024-01-25)

Features

Bug Fixes

  • internal: Support internaloption.WithDefaultUniverseDomain (#2373) (b21a1fa)
  • transport/grpc: Add universe domain verification (#2375) (df17254)
  • transport: Not enable s2a when there is endpoint override (#2368) (73fc7fd)
Commits
  • ee5c9cc chore(main): release 0.159.0 (#2378)
  • 55b0516 fix(transport): relax universe checks (#2376)
  • a8d9414 feat(all): auto-regenerate discovery clients (#2377)
  • 68b1bc1 chore(main): release 0.158.0 (#2360)
  • df17254 fix(transport/grpc): add universe domain verification (#2375)
  • b21a1fa fix(internal): support internaloption.WithDefaultUniverseDomain (#2373)
  • ddb3a12 chore(google-api-go-generator): replace literal with const (#2363)
  • d266978 feat(all): auto-regenerate discovery clients (#2374)
  • 73fc7fd fix(transport): not enable s2a when there is endpoint override (#2368)
  • 2d69d97 feat(all): auto-regenerate discovery clients (#2372)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 4 updates: [github.com/go-openapi/swag](https://github.com/go-openapi/swag), [github.com/sigstore/rekor](https://github.com/sigstore/rekor), [go.step.sm/crypto](https://github.com/smallstep/crypto) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/go-openapi/swag` from 0.22.8 to 0.22.9
- [Commits](go-openapi/swag@v0.22.8...v0.22.9)

Updates `github.com/sigstore/rekor` from 1.3.4 to 1.3.5
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](sigstore/rekor@v1.3.4...v1.3.5)

Updates `go.step.sm/crypto` from 0.42.0 to 0.42.1
- [Release notes](https://github.com/smallstep/crypto/releases)
- [Commits](smallstep/crypto@v0.42.0...v0.42.1)

Updates `google.golang.org/api` from 0.157.0 to 0.159.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.157.0...v0.159.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/swag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/sigstore/rekor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: go.step.sm/crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 12, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a445167) 40.10% compared to head (6ac08ab) 40.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #832   +/-   ##
=======================================
  Coverage   40.10%   40.10%           
=======================================
  Files         155      155           
  Lines       10044    10044           
=======================================
  Hits         4028     4028           
  Misses       5530     5530           
  Partials      486      486           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-f5f9d033ed branch February 19, 2024 10:09
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.

1 participant