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 github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.25.1 in /_tools #3749

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.25.1.

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.25.1

Support the new Opaque API in openapiv2 generated files

This release contains breaking changes from v2.25.0, in that the previously deprecated EnumDescriptor and Descriptor methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.

What's Changed

Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.0...v2.25.1

v2.25.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.0

Commits
  • c89fdf7 protoc-gen-openapiv2: generate hybrid files (#5088)
  • bb4c906 Update gorelease base
  • a74e741 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 6b3ec00...
  • e9a2074 chore(deps): update googleapis digest to 5e258e3 (#5087)
  • bdc7a7a fix(deps): update google.golang.org/genproto/googleapis/api digest to 6b3ec00...
  • 937be39 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 9240e9c...
  • df4d666 chore(deps): update googleapis digest to d55dd1d (#5084)
  • e6af5c6 chore(deps): update dependency rules_proto to v7.1.0 (#5079)
  • e062b12 fix: update to protobuf 1.36.0 and exclude synthetic oneofs during populateFi...
  • 50d84d5 chore(deps): update googleapis digest to 09d4103 (#5083)
  • Additional commits viewable in compare view

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 requested a review from a team as a code owner December 23, 2024 02:40
@dependabot dependabot bot added automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file go labels Dec 23, 2024
@erka
Copy link
Collaborator

erka commented Dec 23, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/_tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.25.1 branch from 4523594 to 96ed87f Compare December 23, 2024 16:51
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

Attention: Patch coverage is 61.90476% with 8 lines in your changes missing coverage. Please review.

Project coverage is 64.84%. Comparing base (00697ab) to head (7357abd).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/gateway/marshaller.go 60.00% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3749      +/-   ##
==========================================
- Coverage   64.86%   64.84%   -0.03%     
==========================================
  Files         170      171       +1     
  Lines       17359    17391      +32     
==========================================
+ Hits        11260    11277      +17     
- Misses       5405     5418      +13     
- Partials      694      696       +2     
Flag Coverage Δ
unittests 64.84% <61.90%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

kodiakhq bot commented Dec 27, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@kodiakhq kodiakhq bot removed the automerge Used by Kodiak bot to automerge PRs label Dec 27, 2024
@erka
Copy link
Collaborator

erka commented Dec 30, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@erka
Copy link
Collaborator

erka commented Dec 30, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/_tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.25.1 branch from 2550ca2 to 9d1c99a Compare December 30, 2024 08:12
@erka
Copy link
Collaborator

erka commented Dec 30, 2024

@dependabot rebase

Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.24.0 to 2.25.1.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.1)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/_tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.25.1 branch from 9d1c99a to 5342e3a Compare December 30, 2024 20:08
#3757)

* bump related dependencies

Signed-off-by: Roman Dmytrenko <[email protected]>

* fix(grpc-gateway): rework support for flipt.NewV1toV2MarshallerAdapter

Signed-off-by: Roman Dmytrenko <[email protected]>

* mage proto

Signed-off-by: Roman Dmytrenko <[email protected]>

---------

Signed-off-by: Roman Dmytrenko <[email protected]>
@erka erka added the automerge Used by Kodiak bot to automerge PRs label Dec 30, 2024
@kodiakhq kodiakhq bot merged commit 7c2520e into main Dec 30, 2024
40 of 42 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/go_modules/_tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.25.1 branch December 30, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant