Update module github.com/googleapis/gnostic to v0.7.0 #33
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.5
->v0.7.0
Release Notes
googleapis/gnostic (github.com/googleapis/gnostic)
v0.7.0
Compare Source
v0.6.9
Compare Source
v0.6.8
: protoc-gen-openapi and export improvements.Compare Source
This contains several improvements to
protoc-gen-openapi
from @jeffsawatzky , including the ability to use proto annotations to add fragments to generated OpenAPI documents (#324). It also adds some missing OpenAPI compiler code that Jeff uncovered when testing the new fragment overlay feature - maps of strings were not properly exported inToRawInfo()
methods in both OpenAPI packages (v2 and v3). Thanks, Jeff!v0.6.7
Compare Source
v0.6.6
: Module cleanupCompare Source
We had a series of problems related to a multi-module configuration and its reversion that all now appear to be fixed in this release. Individual components in the
cmd
directory are now (again) part of the main module and can be independently installed with the following:Verified with Go 1.16, 1.17, and 1.18beta1.
v0.6.5
Compare Source
v0.6.4
Compare Source
v0.6.3
Compare Source
v0.6.2
: Single-module repo with retraction of v0.6.0 multimodule experimentCompare Source
This adds a retract statement to
go.mod
to excludev0.6.0
from dependency updates. Thanks @morphar and @shenqidebaozi for quickly catching and fixing problems with the multimodule configuration!v0.6.1
: Single-module repoCompare Source
v0.6.0
: Multimodule repo: apps are in "cmd". protoc-gen-openapi improvements. protoc-gen-jsonschema.Compare Source
This renames the former
apps
directory tocmd
and adds ago.mod
for eachcmd
subdirectory. These directories contain demonstrations and various gnostic-related applications, and putting each in a separate module clarifies dependencies and reduces the apparent dependencies of gnostic itself (as listed in the top-levelgo.mod
). Thanks @shenqidebaozi for making this change and @morphar for advising.This also includes significant improvements to
protoc-gen-openapi
from @morphar and @tonybase and a newprotoc-gen-jsonschema
pluigin contributed by @morphar.v0.5.7
Compare Source
v0.5.6
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.