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): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.20.0 #318

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 these updates 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
Contributor Author

renovate bot commented Jul 19, 2022

⚠ 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: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from ca18c86 to f5f6541 Compare July 20, 2022 00:21
@renovate renovate bot changed the title chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.10.3 chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.11.0 Jul 20, 2022
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from f5f6541 to 944a9ac Compare July 20, 2022 20:13
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch 2 times, most recently from f3ce821 to 9e00c8c Compare July 25, 2022 05:10
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 9e00c8c to 0ca5840 Compare July 30, 2022 03:35
@renovate renovate bot changed the title chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.11.0 chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.11.1 Jul 30, 2022
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 0ca5840 to 7c9b3f5 Compare August 6, 2022 11:37
@renovate renovate bot changed the title chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.11.1 chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.11.2 Aug 6, 2022
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 7c9b3f5 to 44e13b7 Compare August 24, 2022 00:20
@renovate renovate bot changed the title chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.11.2 chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.11.3 Aug 24, 2022
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch 12 times, most recently from bbd4102 to 11b6dcf Compare September 1, 2022 03:08
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 11b6dcf to 87ebc70 Compare September 2, 2022 18:15
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch 4 times, most recently from ade1a54 to 7f18f1f Compare September 15, 2022 13:51
@int64max
Copy link

int64max commented Apr 5, 2023

Any updates on this? I'm running into issues because the grpc-gateway is on a very old version. Thanks.

@jcburley
Copy link
Collaborator

Any updates on this? I'm running into issues because the grpc-gateway is on a very old version. Thanks.

I'll ask around here. Would be great to take care of this!

@cdecoux
Copy link

cdecoux commented May 11, 2023

FWIW - I forked it and pushed to dockerhub via cdecoux/protoc-all. Updated the version as shown here: cdecoux@4d4772e

@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch 2 times, most recently from 6fd6de1 to 60e4d68 Compare June 1, 2023 02:07
@renovate renovate bot changed the title chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.15.2 chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.16.0 Jun 1, 2023
@renovate renovate bot changed the title chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.16.0 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.16.0 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 60e4d68 to 8e6bd0c Compare July 24, 2023 22:40
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.16.0 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.16.1 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch 2 times, most recently from 669a133 to 675eed9 Compare July 28, 2023 19:55
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.16.1 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.16.2 Jul 28, 2023
@kostiamol
Copy link

@ido-namely hi, any updates?

@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 675eed9 to 2087ec9 Compare August 23, 2023 01:38
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.16.2 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.17.0 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 2087ec9 to 036a9c5 Compare August 25, 2023 18:24
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.17.0 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.17.1 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 036a9c5 to 58f8291 Compare September 10, 2023 23:15
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.17.1 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.18.0 Sep 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 58f8291 to 95f25ef Compare September 12, 2023 17:33
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 95f25ef to ccdf6d7 Compare November 7, 2023 00:03
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.18.0 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.18.1 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from ccdf6d7 to 303c46e Compare January 3, 2024 22:50
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.18.1 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.19.0 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from 303c46e to ae0c3cf Compare January 29, 2024 19:47
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.19.0 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.19.1 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-grpc-gateway-v2-2.x branch from ae0c3cf to a0524a8 Compare May 16, 2024 03:40
@renovate renovate bot changed the title chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.19.1 chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.20.0 May 16, 2024
Copy link
Contributor Author

renovate bot commented May 16, 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: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

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

Successfully merging this pull request may close these issues.

None yet

5 participants