Update module grpc-ecosystem/grpc-gateway to v2 #8

Closed
renovate[bot] wants to merge 0 commits from renovate/major-all into master
renovate[bot] commented 2021-02-09 02:12:03 +03:00 (Migrated from github.com)

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
grpc-ecosystem/grpc-gateway require major v1.16.0 -> v2.2.0

Release Notes

grpc-ecosystem/grpc-gateway

v2.2.0

Compare Source

Full Changelog

Fixed bugs:

  • protoc-gen-openapiv2] \[BUG] Incorrect handling of non-wildcard google.api.http.body when using field_behaviour annotation [#​1937](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1937)
    
  • Duplicate tags seen in Swagger Specification #​1913
  • Poor error message when using message in path parameter #​1863

Closed issues:

  • can we add HTTPStatusFromCode to mux? #​1954
  • Missing types in generated gw.go file for C++ server #​1942
  • What is the recommend way to bind 3rd party APIs (e.g. Health/Check to /healthzf #​1931
  • Patch request with field_masks #​1930
  • Working from the helloworld example but getting an error on HTTP requests: grpc: the client connection is closing. Would like to improve the docs. #​1924
  • Action Required: Fix Renovate Configuration #​1918
  • F #​1917
  • Is any method to access the raw request body in metadata? #​1908
  • Custom incoming header matcher isn't working as expected #​1902
  • README.md links to https://pkg.go.dev/github.com/golang/protobuf/jsonpb which does not exist #​1901
  • Is it possible to setup CORS? #​1889

Merged pull requests:

v2.1.0

Compare Source

Full Changelog

Implemented enhancements:

  • protoc-gen-grpc-gateway: can't generate gateway stubs for multiple packages in one go #​1612
  • Addition of Prettier GitHub action to prettified the markdown files #​1575
  • add support for field_behavior options on swagger plugin #​1806 (ewhauser)

Fixed bugs:

  • The "Use go templates" page is missing its actual go templates #​1773
  • FieldMask Generation causes a 400 when a google.protobuf.Struct field has populated values #​1570
  • Support openapiv2_tag option in swagger generator #​690

Closed issues:

  • Ignore some fields in HTTP Response and OpenAPI #​1886
  • Using runtime.WithMarshalerOption() breaks swagger docs #​1882
  • Data is Getting Encoded while returning response as HTML #​1880
  • jsonPB is not supporting in grpc gateway v2 migration #​1878
  • Move generator and descriptor packages into the public API #​1877
  • Add -module flag to protoc-gen-openapiv2 plugin #​1876
  • Load Balancing with multiple instances of a grpc-server. #​1875
  • Building with Bazel not compatible when using Gazelle and disable_global #​1847
  • Unexpected response on /v2/example/errorwithdetails #​1842
  • openapi_configuration option in protoc_gen_openapiv2 Bazel rule fails. #​1838
  • Link to v2 migration guide broken #​1836
  • add header in http.Handler,but not take effect #​1835
  • protoc-gen-openapiv2 rule should expose all of the relevant flags available #​1831
  • if there a flag set the metadata first letter not change to uppower #​1830
  • Clarification about return Access-Control-Allow-Origin header #​1827
  • generate\_unbound\_methods option and FieldMask fields don't work together. #​1816
  • openapiv2: panic when SecurityRequirement is missing a value #​1811
  • Cannot resolve import 'google/api/http.proto' #​1809
  • add version information at compile-time #​1803
  • 🚀 protoc\_gen\_openapiv2 should allow to pass generate\_unbound\_methods option #​1792
  • Can't generate python client #​1785
  • Issue with converting to the bytes data type #​1781
  • Possible way to access request header key,value #​1780
  • Run demo failed! #​1777
  • protoc-gen-swagger: Implement Response Header(s) object, Implement Field Enum,Example&Format attributes #​1729

Merged pull requests:

v2.0.1

Compare Source

Full Changelog

Closed issues:

  • why was swagger removed #​1765
  • Option -module does not work anymore for protoc-gen-grpc-gateway v2 #​1753
  • grpc-gateway_out Cannot set flag #​1751

Merged pull requests:

v2.0.0

Compare Source

Full Changelog

Closed issues:

Merged pull requests:


Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [grpc-ecosystem/grpc-gateway](https://togithub.com/grpc-ecosystem/grpc-gateway) | require | major | `v1.16.0` -> `v2.2.0` | --- ### Release Notes <details> <summary>grpc-ecosystem/grpc-gateway</summary> ### [`v2.2.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v220-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev220-2021-02-09) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.1.0...v2.2.0) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.1.0...v2.2.0) **Fixed bugs:** - \[protoc-gen-openapiv2] \[BUG] Incorrect handling of non-wildcard google.api.http.body when using field_behaviour annotation [#&#8203;1937](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1937) - Duplicate tags seen in Swagger Specification [#&#8203;1913](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1913) - Poor error message when using message in path parameter [#&#8203;1863](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1863) **Closed issues:** - can we add HTTPStatusFromCode to mux? [#&#8203;1954](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1954) - Missing types in generated gw.go file for C++ server [#&#8203;1942](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1942) - What is the recommend way to bind 3rd party APIs (e.g. Health/Check to /healthzf [#&#8203;1931](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1931) - Patch request with field_masks [#&#8203;1930](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1930) - Working from the helloworld example but getting an error on HTTP requests: grpc: the client connection is closing. Would like to improve the docs. [#&#8203;1924](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1924) - Action Required: Fix Renovate Configuration [#&#8203;1918](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1918) - F [#&#8203;1917](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1917) - Is any method to access the raw request body in metadata? [#&#8203;1908](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1908) - Custom incoming header matcher isn't working as expected [#&#8203;1902](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1902) - README.md links to <https://pkg.go.dev/github.com/golang/protobuf/jsonpb> which does not exist [#&#8203;1901](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1901) - Is it possible to setup CORS? [#&#8203;1889](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1889) **Merged pull requests:** - Add documenation for standalone gateway generation [#&#8203;1955](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1955) ([dgparker](https://togithub.com/dgparker)) - Update google.golang.org/genproto commit hash to [`bba0dbe`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/bba0dbe) (master) [#&#8203;1953](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1953) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Make fieldmask parser output deterministic [#&#8203;1950](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1950) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Update golang Docker tag to v1.15.8 (master) [#&#8203;1949](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1949) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Fix verb parsing [#&#8203;1947](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1947) ([jefferai](https://togithub.com/jefferai)) - Update google.golang.org/genproto commit hash to [`deb8283`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/deb8283) (master) [#&#8203;1945](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1945) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Fix malformed Schema Reference during field_behavior generation [#&#8203;1944](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1944) ([gganley](https://togithub.com/gganley)) - Update dependency com_github_bazelbuild_buildtools to v4 (master) [#&#8203;1939](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1939) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`3206188`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/3206188) (master) [#&#8203;1936](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1936) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`646a494`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/646a494) (master) [#&#8203;1934](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1934) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`0101308`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/0101308) (master) [#&#8203;1933](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1933) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`94839c0`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/94839c0) (master) [#&#8203;1932](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1932) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`f9ce19e`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/f9ce19e) (master) [#&#8203;1928](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1928) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update rules_proto commit hash to [`a0761ed`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/a0761ed) (master) [#&#8203;1927](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1927) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`44e461b`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/44e461b) (master) [#&#8203;1926](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1926) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`f46fe6c`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/f46fe6c) (master) [#&#8203;1923](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1923) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`af13f52`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/af13f52) (master) [#&#8203;1922](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1922) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Multiple repeated fields are allowed [#&#8203;1921](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1921) ([topherCantrell](https://togithub.com/topherCantrell)) - Update google.golang.org/genproto commit hash to [`8081c04`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/8081c04) (master) [#&#8203;1920](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1920) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`fc48d45`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/fc48d45) (master) [#&#8203;1919](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1919) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`f5e8c5e`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/f5e8c5e) (master) [#&#8203;1915](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1915) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang Docker tag to v1.15.7 (master) [#&#8203;1912](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1912) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`e258113`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/e258113) (master) [#&#8203;1910](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1910) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update docs for bug fix and expanding HTTP status codes in Customizing your gateway [#&#8203;1907](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1907) ([bconway](https://togithub.com/bconway)) - Update rules_proto commit hash to [`cfdc2fa`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/cfdc2fa) (master) [#&#8203;1906](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1906) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Remove jsonpb reference [#&#8203;1904](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1904) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Update google.golang.org/genproto commit hash to [`6edceaf`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/6edceaf) (master) [#&#8203;1903](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1903) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update module google.golang.org/grpc to v1.35.0 (master) [#&#8203;1899](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1899) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`d3ed898`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/d3ed898) (master) [#&#8203;1898](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1898) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`ae06605`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/ae06605) (master) [#&#8203;1897](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1897) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`8b1d76f`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/8b1d76f) (master) [#&#8203;1896](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1896) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`01de73c`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/01de73c) (master) [#&#8203;1895](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1895) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Reworked Error message in newParam() in services.go [#&#8203;1894](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1894) ([gunadhya](https://togithub.com/gunadhya)) - Update google.golang.org/genproto commit hash to [`22ae2b1`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/22ae2b1) (master) [#&#8203;1893](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1893) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update module google.golang.org/grpc to v1.34.1 (master) [#&#8203;1891](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1891) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`c7d5778`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/c7d5778) (master) [#&#8203;1890](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1890) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`ffc7fda`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/ffc7fda) (master) [#&#8203;1888](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1888) ([renovate\[bot\]](https://togithub.com/apps/renovate)) ### [`v2.1.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v210-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev210-2021-01-07) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.0.1...v2.1.0) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.16.0...v2.1.0) **Implemented enhancements:** - protoc-gen-grpc-gateway: can't generate gateway stubs for multiple packages in one go [#&#8203;1612](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1612) - Addition of Prettier GitHub action to prettified the markdown files [#&#8203;1575](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1575) - add support for field_behavior options on swagger plugin [#&#8203;1806](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1806) ([ewhauser](https://togithub.com/ewhauser)) **Fixed bugs:** - The "Use go templates" page is missing its actual go templates [#&#8203;1773](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1773) - FieldMask Generation causes a 400 when a google.protobuf.Struct field has populated values [#&#8203;1570](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1570) - Support openapiv2_tag option in swagger generator [#&#8203;690](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/690) **Closed issues:** - Ignore some fields in HTTP Response and OpenAPI [#&#8203;1886](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1886) - Using runtime.WithMarshalerOption() breaks swagger docs [#&#8203;1882](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1882) - Data is Getting Encoded while returning response as HTML [#&#8203;1880](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1880) - jsonPB is not supporting in grpc gateway v2 migration [#&#8203;1878](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1878) - Move generator and descriptor packages into the public API [#&#8203;1877](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1877) - Add -module flag to protoc-gen-openapiv2 plugin [#&#8203;1876](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1876) - Load Balancing with multiple instances of a grpc-server. [#&#8203;1875](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1875) - Building with Bazel not compatible when using Gazelle and disable_global [#&#8203;1847](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1847) - Unexpected response on /v2/example/errorwithdetails [#&#8203;1842](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1842) - openapi_configuration option in protoc_gen_openapiv2 Bazel rule fails. [#&#8203;1838](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1838) - Link to v2 migration guide broken [#&#8203;1836](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1836) - add header in http.Handler,but not take effect [#&#8203;1835](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1835) - `protoc-gen-openapiv2` rule should expose all of the relevant flags available [#&#8203;1831](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1831) - if there a flag set the metadata first letter not change to uppower [#&#8203;1830](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1830) - Clarification about return Access-Control-Allow-Origin header [#&#8203;1827](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1827) - `generate\_unbound\_methods` option and FieldMask fields don't work together. [#&#8203;1816](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1816) - openapiv2: panic when SecurityRequirement is missing a value [#&#8203;1811](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1811) - Cannot resolve import 'google/api/http.proto' [#&#8203;1809](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1809) - add version information at compile-time [#&#8203;1803](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1803) - 🚀 `protoc\_gen\_openapiv2` should allow to pass `generate\_unbound\_methods` option [#&#8203;1792](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1792) - Can't generate python client [#&#8203;1785](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1785) - Issue with converting to the bytes data type [#&#8203;1781](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1781) - Possible way to access request header key,value [#&#8203;1780](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1780) - Run demo failed! [#&#8203;1777](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1777) - protoc-gen-swagger: Implement Response Header(s) object, Implement Field Enum,Example&Format attributes [#&#8203;1729](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1729) **Merged pull requests:** - Update google.golang.org/genproto commit hash to [`07624b5`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/07624b5) (master) [#&#8203;1885](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1885) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Add a ## Docs section to highlight the docs URL [#&#8203;1884](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1884) ([VinGarcia](https://togithub.com/VinGarcia)) - Fix broken 'Field Mask' documentation link [#&#8203;1883](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1883) ([adolfo](https://togithub.com/adolfo)) - Update google.golang.org/genproto commit hash to [`8c77b98`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/8c77b98) (master) [#&#8203;1874](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1874) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Fix link to "gRPC API configuration" in README [#&#8203;1873](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1873) ([alpire](https://togithub.com/alpire)) - Update google.golang.org/genproto commit hash to [`40ec1c2`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/40ec1c2) (master) [#&#8203;1872](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1872) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`e3217be`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/e3217be) (master) [#&#8203;1870](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1870) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`f927205`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/f927205) (master) [#&#8203;1869](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1869) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`08078c5`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/08078c5) (master) [#&#8203;1867](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1867) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - protoc-gen-openapiv2: Add openapiv2_tag support [#&#8203;1866](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1866) ([rcgoodfellow](https://togithub.com/rcgoodfellow)) - Update golang.org/x/oauth2 commit hash to [`9317641`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/9317641) (master) [#&#8203;1864](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1864) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`9ee31aa`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/9ee31aa) (master) [#&#8203;1862](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1862) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update Season of Docs page [#&#8203;1861](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1861) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Refactored the documentation files of gRPC-Gateway [#&#8203;1860](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1860) ([iamrajiv](https://togithub.com/iamrajiv)) - Update google.golang.org/genproto commit hash to [`06b3db8`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/06b3db8) (master) [#&#8203;1858](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1858) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang Docker tag to v1.15.6 (master) [#&#8203;1857](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1857) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`6486ece`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/6486ece) (master) [#&#8203;1854](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1854) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`0b49973`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/0b49973) (master) [#&#8203;1853](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1853) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update module google.golang.org/grpc to v1.34.0 (master) [#&#8203;1852](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1852) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - \[GSoD] Refactored the documentation files of gRPC-Gateway [#&#8203;1851](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1851) ([iamrajiv](https://togithub.com/iamrajiv)) - Update google.golang.org/genproto commit hash to [`55d61f9`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/55d61f9) (master) [#&#8203;1850](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1850) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update rules_proto commit hash to [`84ba6ec`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/84ba6ec) (master) [#&#8203;1849](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1849) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`b05cb90`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/b05cb90) (master) [#&#8203;1846](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1846) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - \[GSoD] Added new architecture introduction diagram for gRPC-Gateway [#&#8203;1845](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1845) ([iamrajiv](https://togithub.com/iamrajiv)) - \[GSoD] Added more faq for gRPC-Gateway [#&#8203;1844](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1844) ([iamrajiv](https://togithub.com/iamrajiv)) - Fix broken example [#&#8203;1843](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1843) ([isbang](https://togithub.com/isbang)) - Feature/implement response headers v2 [#&#8203;1841](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1841) ([elijah-roberts](https://togithub.com/elijah-roberts)) - Update module google/go-cmp to v0.5.4 (master) [#&#8203;1840](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1840) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Fix some broken docs links [#&#8203;1839](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1839) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Sets proper context property for openapi_configuration option [#&#8203;1837](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1837) ([zoido](https://togithub.com/zoido)) - Adjust protoc-gen-openapiv2/main.go flags docs as suggested during #&#8203;1832 review [#&#8203;1833](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1833) ([zoido](https://togithub.com/zoido)) - Rest protoc-gen-openapiv2 flags as rule attrs [#&#8203;1832](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1832) ([zoido](https://togithub.com/zoido)) - \[GSoD] Added tutorials directory on gRPC-Gateway [#&#8203;1829](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1829) ([iamrajiv](https://togithub.com/iamrajiv)) - Update google.golang.org/genproto commit hash to [`9b1e624`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/9b1e624) (master) [#&#8203;1828](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1828) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`62d171c`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/62d171c) (master) [#&#8203;1825](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1825) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`79184cf`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/79184cf) (master) [#&#8203;1824](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1824) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`bf037d7`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/bf037d7) (master) [#&#8203;1823](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1823) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - reorganize docs; add page for customizing gateway output [#&#8203;1822](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1822) ([ewhauser](https://togithub.com/ewhauser)) - Change FieldMask OpenAPI type to string. [#&#8203;1820](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1820) ([zoido](https://togithub.com/zoido)) - Update google.golang.org/genproto commit hash to [`ce600e9`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/ce600e9) (master) [#&#8203;1819](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1819) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Fix openapiv2 panic [#&#8203;1818](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1818) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Add ci linter [#&#8203;1817](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1817) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Update golang Docker tag to v1.15.5 (master) [#&#8203;1814](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1814) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update module google/go-cmp to v0.5.3 (master) [#&#8203;1812](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1812) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`2985b7a`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/2985b7a) (master) [#&#8203;1810](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1810) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`ac7456d`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/ac7456d) (master) [#&#8203;1808](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1808) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`8816d57`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/8816d57) (master) [#&#8203;1807](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1807) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`2640f1f`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/2640f1f) (master) [#&#8203;1805](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1805) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang.org/x/oauth2 commit hash to [`9fd6049`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/9fd6049) (master) [#&#8203;1804](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1804) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Disable gRPC updates on v1 [#&#8203;1802](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1802) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Update module google.golang.org/grpc to v1.33.2 (master) [#&#8203;1800](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1800) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang Docker tag to v1.15.4 (master) [#&#8203;1799](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1799) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`f9bfe23`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/f9bfe23) (master) [#&#8203;1796](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1796) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Fix typo in flag name for Bazel [#&#8203;1795](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1795) ([achew22](https://togithub.com/achew22)) - Update google.golang.org/genproto commit hash to [`9d023cd`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/9d023cd) (master) [#&#8203;1794](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1794) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Exposes `generate\_unbound\_methods` as `protoc\_gen\_openapiv2` rule attr [#&#8203;1793](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1793) ([zoido](https://togithub.com/zoido)) - Update google.golang.org/genproto commit hash to [`2e45c02`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/2e45c02) (master) [#&#8203;1789](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1789) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`415bd0c`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/415bd0c) (master) [#&#8203;1788](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1788) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`715cce7`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/715cce7) (master) [#&#8203;1787](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1787) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - \[GSoD] Added new documentation website for gRPC-Gateway [#&#8203;1786](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1786) ([iamrajiv](https://togithub.com/iamrajiv)) - Update google.golang.org/genproto commit hash to [`24207fd`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/24207fd) (master) [#&#8203;1784](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1784) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`8ce4113`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/8ce4113) (master) [#&#8203;1782](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1782) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`c77dae4`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/c77dae4) (master) [#&#8203;1778](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1778) ([renovate\[bot\]](https://togithub.com/apps/renovate)) ### [`v2.0.1`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v201-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev201-2020-10-21) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0...v2.0.1) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.0.0...v2.0.1) **Closed issues:** - why was swagger removed [#&#8203;1765](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1765) - Option -module does not work anymore for protoc-gen-grpc-gateway v2 [#&#8203;1753](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1753) - grpc-gateway_out Cannot set flag [#&#8203;1751](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1751) **Merged pull requests:** - Generate changelog for v2.0.1 [#&#8203;1770](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1770) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Update module google.golang.org/grpc to v1.33.1 (master) [#&#8203;1768](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1768) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`1ed22bb`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/1ed22bb) (master) [#&#8203;1764](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1764) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update dependency io_bazel_rules_go to v0.24.4 (master) [#&#8203;1762](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1762) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update google.golang.org/genproto commit hash to [`32ed001`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/32ed001) (master) [#&#8203;1761](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1761) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update module golang/protobuf to v1.4.3 (master) [#&#8203;1760](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1760) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update golang Docker tag to v1.15.3 (master) [#&#8203;1759](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1759) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - fix import alias issue with protoc-gen-grpc-gateway [#&#8203;1757](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1757) ([danielhochman](https://togithub.com/danielhochman)) - Refactor registry and generator to use protogen [#&#8203;1756](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1756) ([adambabik](https://togithub.com/adambabik)) - Adapt usage instructions to use protoc-gen-go-grpc [#&#8203;1755](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1755) ([olivierlemasle](https://togithub.com/olivierlemasle)) - Fix -module option for protoc-gen-grpc-gateway [#&#8203;1754](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1754) ([olivierlemasle](https://togithub.com/olivierlemasle)) - fix empty parameter fatal in protoc-gen-grpc-gateway [#&#8203;1752](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1752) ([danielhochman](https://togithub.com/danielhochman)) - Update google.golang.org/genproto commit hash to [`03b6142`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/03b6142) (master) [#&#8203;1750](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1750) ([renovate\[bot\]](https://togithub.com/apps/renovate)) - Update Readme + remove duplicated paragraph [#&#8203;1749](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1749) ([olivierlemasle](https://togithub.com/olivierlemasle)) - Update gorelease base for master [#&#8203;1747](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1747) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Update google.golang.org/genproto commit hash to [`7f9ee70`](https://togithub.com/grpc-ecosystem/grpc-gateway/commit/7f9ee70) (master) [#&#8203;1745](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1745) ([renovate\[bot\]](https://togithub.com/apps/renovate)) ### [`v2.0.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/blob/master/CHANGELOG.md#v200-httpsgithubcomgrpc-ecosystemgrpc-gatewaytreev200-2020-10-14) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.16.0...v2.0.0) [Full Changelog](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v1.15.1...v2.0.0) **Closed issues:** - protoc-gen-swagger: support a header parameter [#&#8203;1737](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1737) - Cannot unmarshal list [#&#8203;1736](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1736) - [#&#8203;1723](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1723) [#&#8203;1724](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1724) - too many arguments in call to runtime.NewPattern and undefined: runtime.AssumeColonVerbOpt [#&#8203;1723](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1723) - v2 release planning [#&#8203;1223](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/1223) **Merged pull requests:** - Generate changelog for v2.0.0 [#&#8203;1744](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1744) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Disable renovate automerge while master is frozen [#&#8203;1739](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1739) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) - Merge v2 into master [#&#8203;1731](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/1731) ([johanbrandhorst](https://togithub.com/johanbrandhorst)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/unistack-org/protoc-gen-micro).
renovate[bot] commented 2021-02-09 02:12:07 +03:00 (Migrated from github.com)

⚠️ 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 check 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: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/unistack-org/protoc-gen-micro":"/mnt/renovate/gh/unistack-org/protoc-gen-micro" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/unistack-org/protoc-gen-micro" docker.io/renovate/go:1.15.8 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: github.com/grpc-ecosystem/grpc-gateway/v2/v2@v2.2.0: reading github.com/grpc-ecosystem/grpc-gateway/v2/v2/go.mod at revision v2/v2.2.0: unknown revision v2/v2.2.0

### :warning: Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. :recycle: 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 check 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: go.sum ``` Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/unistack-org/protoc-gen-micro":"/mnt/renovate/gh/unistack-org/protoc-gen-micro" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/unistack-org/protoc-gen-micro" docker.io/renovate/go:1.15.8 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..." go: github.com/grpc-ecosystem/grpc-gateway/v2/v2@v2.2.0: reading github.com/grpc-ecosystem/grpc-gateway/v2/v2/go.mod at revision v2/v2.2.0: unknown revision v2/v2.2.0 ```
renovate[bot] commented 2021-02-09 22:55:22 +03:00 (Migrated from github.com)

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

### Renovate Ignore Notification As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for *any* future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/protoc-gen-go-micro#8
No description provided.