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/grpc-ecosystem/grpc-gateway/v2 from 2.8.0 to 2.10.0 in /hack/tools #518

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2022

Bumps github.com/grpc-ecosystem/grpc-gateway/v2 from 2.8.0 to 2.10.0.

Release notes

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

v2.10.0

This release contains a new annotation that allows you to configure the path parameter names generated in your swagger.json, which can be useful in some circumstances. Please see https://grpc-ecosystem.github.io/grpc-gateway/docs/mapping/customizing_openapi_output/#path-parameters for documentation on how to use this new capability.

Note that in order to take advantage of the new annotation, you will need to update your vendored dependency, or update your buf.build/grpc-ecosystem/grpc-gateway dependency to at least f85c60ac38544f2d8f346491c9d916e5. This can be accomplished by running buf mod update in the folder where you have your buf.yaml.

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.9.0...v2.10.0

v2.9.0

This release adds the ability to filter properties (Services, RPCs, Fields, Enum values) from being rendered in the OpenAPI v2 spec generated by protoc-gen-openapiv2. See https://grpc-ecosystem.github.io/grpc-gateway/docs/mapping/customizing_openapi_output/#hiding-fields-methods-services-and-enum-values for more information about this new exciting capability!

Other new features:

  • A new option to generate the OpenAPI v2 spec in YAML format
  • Allow serving a health endpoint at an arbitrary path with the new WithHealthEndpointAt ServeMux option

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.8.0...v2.9.0

Commits
  • 43dbac1 protoc-gen-openapiv2: support overriding path parameter names (#2562)
  • 1d70eab chore(deps): update dependency bufbuild/buf to v1.1.1
  • c20d40b Add delimiter after response stream error message (#2591) (#2596)
  • 9c4c61e fix(deps): update google.golang.org/genproto digest to 0efb43f
  • 7c0259d Update gorelease base
  • c5b969a Remove duplicated endraw statement for documentation generation (#2589)
  • e4a042d chore(deps): update dependency golang to v1.18.0
  • 7076625 Output format documentation (#2590)
  • d8e8907 Support custom HTTP health check endpoint paths (#2587)
  • cecba55 Add support for google.api.VisibilityRules annotations to hide APIs and fie...
  • 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 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 Apr 14, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #518 (dd664fe) into main (d464219) will increase coverage by 0.22%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #518      +/-   ##
==========================================
+ Coverage   33.43%   33.65%   +0.22%     
==========================================
  Files          18       18              
  Lines        1352     1352              
==========================================
+ Hits          452      455       +3     
+ Misses        836      834       -2     
+ Partials       64       63       -1     
Impacted Files Coverage Δ
pkg/ca/fileca/load.go 68.96% <0.00%> (+10.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d464219...dd664fe. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.10.0 branch 3 times, most recently from 415e5d5 to 2830637 Compare April 15, 2022 18:08
@cpanato
Copy link
Member

cpanato commented Apr 19, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.10.0 branch from 2830637 to a8fd330 Compare April 19, 2022 08:26
@cpanato cpanato force-pushed the dependabot/go_modules/hack/tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.10.0 branch from 5ac63d1 to 74c7b74 Compare April 19, 2022 11:39
@cpanato cpanato requested a review from dlorenc April 20, 2022 08:49
@cpanato
Copy link
Member

cpanato commented Apr 20, 2022

I dont have merge permissions
cc @dlorenc

@cpanato
Copy link
Member

cpanato commented Apr 20, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2022

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.

dependabot bot and others added 2 commits April 20, 2022 15:58
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.8.0 to 2.10.0.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.8.0...v2.10.0)

---
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]>
Signed-off-by: cpanato <[email protected]>
@cpanato cpanato force-pushed the dependabot/go_modules/hack/tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.10.0 branch from 74c7b74 to f0c5f78 Compare April 20, 2022 13:58
@dlorenc dlorenc merged commit c165bc7 into main Apr 20, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/hack/tools/github.com/grpc-ecosystem/grpc-gateway/v2-2.10.0 branch April 20, 2022 14:54
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.

None yet

4 participants