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

fix(deps): update module github.com/grpc-ecosystem/grpc-gateway to v2 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/grpc-ecosystem/grpc-gateway v1.16.0 -> v2.20.0 age adoption passing confidence

Release Notes

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway)

v2.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.19.1...v2.20.0

v2.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.18.1...v2.19.0

v2.18.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.18.0...v2.18.1

v2.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.17.1...v2.18.0

v2.17.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.17.0...v2.17.1

v2.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.16.2...v2.17.0

v2.16.2

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.16.1...v2.16.2

v2.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.15.2...v2.15.3

v2.15.2

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.15.1...v2.15.2

v2.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.15.0...v2.15.1

v2.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.14.0...v2.15.0

v2.14.0

Compare Source

New features

This release contains two significant new OpenAPIv2 generator features, contributed by @​krak3n:

  1. A new option to disable rendering of 200 OK responses. This is useful if you define custom responses for your endpoints and you modify the return code a forward response writer. Note that this does not change the behavior of the gateway itself.
  2. A new annotation for defining header parameters. This lets to define header parameters you want to be rendered in the swagger.json output in addition to those defined in your API messages. Note that this does not change the behavior of the gateway itself and must be coupled with custom header parsing in your application.

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.12.0...v2.13.0

v2.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.11.3...v2.12.0

v2.11.3

Compare Source

This release adds signed release binaries with SLSA signatures. Please see the README for more information.

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.11.2...v2.11.3

v2.11.2

Compare Source

This fixes an issue with the openapiv2 generator if there is a colon in the verb, and updates the minimum supported Go version to Go 1.17.

What's Changed

Full Changelog: grpc-ecosystem/grpc-gateway@v2.11.1...v2.11.2

v2.11.1

Compare Source

This release fixes a crash in the grpc-gateway handling of requests containing invalid an Grpc-Timeout or Grpc-Metadata-Bin header (#​2822). It is strongly recommended that users upgrade both the runtime and generator versions.

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.11.0...v2.11.1

v2.11.0

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 16, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gwy/templates/go.mod.tmpl
Command failed: go get -d -t ./...
go: cannot find main module, but found .git/config in /tmp/renovate/repos/github/ido-namely/docker-protoc
	to create a module there, run:
	cd ../.. && go mod init

@renovate renovate bot changed the title fix(deps): update module github.com/grpc-ecosystem/grpc-gateway to v2 fix(deps): update module github.com/grpc-ecosystem/grpc-gateway to v2 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch April 4, 2023 00:42
@renovate renovate bot changed the title fix(deps): update module github.com/grpc-ecosystem/grpc-gateway to v2 - autoclosed fix(deps): update module github.com/grpc-ecosystem/grpc-gateway to v2 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch April 4, 2023 11:10
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch from ea8da8b to 0d962ce Compare June 2, 2023 17:38
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch 2 times, most recently from 11f1bf6 to a112f83 Compare July 28, 2023 18:44
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch 2 times, most recently from 65c2105 to 3e38be8 Compare August 25, 2023 19:35
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch from 3e38be8 to 70d3387 Compare September 10, 2023 22:30
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch from 70d3387 to 31b07c4 Compare November 7, 2023 01:38
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch from 31b07c4 to 16db893 Compare January 3, 2024 22:02
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch from 16db893 to 47b06fc Compare January 29, 2024 20:24
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-2.x branch from 47b06fc to 81e0ff7 Compare May 15, 2024 21:16
Copy link
Author

renovate bot commented May 15, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gwy/templates/go.mod.tmpl
Command failed: go get -d -t ./...
go: cannot find main module, but found .git/config in /tmp/renovate/repos/github/ido-namely/docker-protoc
	to create a module there, run:
	cd ../.. && go mod init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants