Skip to content

update(deps): update module github.com/googleapis/gnostic to v0.7.1#263

Open
CodesphereBot wants to merge 1 commit intomainfrom
renovate/github.com-googleapis-gnostic-0.x
Open

update(deps): update module github.com/googleapis/gnostic to v0.7.1#263
CodesphereBot wants to merge 1 commit intomainfrom
renovate/github.com-googleapis-gnostic-0.x

Conversation

@CodesphereBot
Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/googleapis/gnostic v0.4.1 -> v0.7.1 age confidence

Release Notes

googleapis/gnostic (github.com/googleapis/gnostic)

v0.7.1

Compare Source

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 in ToRawInfo() methods in both OpenAPI packages (v2 and v3). Thanks, Jeff!

v0.6.7

Compare Source

v0.6.6: Module cleanup

Compare 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:

go install github.com/google/gnostic/cmd/disco@latest
go install github.com/google/gnostic/cmd/parse-linter-output@latest
go install github.com/google/gnostic/cmd/petstore-builder@latest
go install github.com/google/gnostic/cmd/protoc-gen-jsonschema@latest
go install github.com/google/gnostic/cmd/protoc-gen-openapi@latest
go install github.com/google/gnostic/cmd/report@latest
go install github.com/google/gnostic/cmd/report-messages@latest
go install github.com/google/gnostic/cmd/vocabulary-operations@latest

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 experiment

Compare Source

This adds a retract statement to go.mod to exclude v0.6.0 from dependency updates. Thanks @​morphar and @​shenqidebaozi for quickly catching and fixing problems with the multimodule configuration!

v0.6.1: Single-module repo

Compare 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 to cmd and adds a go.mod for each cmd 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-level go.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 new protoc-gen-jsonschema pluigin contributed by @​morphar.

v0.5.7

Compare Source

v0.5.6

Compare Source

v0.5.5: Update protos for Go protoc plugin compatibility, add some fields previously dropped by gnostic-generator

Compare Source

v0.5.4

Compare Source

v0.5.3: apps/protoc-gen-openapi and JSON marshaling improvements

Compare Source

This adds a gnostic-based protoc plugin that generates OpenAPI for transcoded gRPC APIs. See AIP-127 for a description of transcoding.

It also includes JSON marshaling improvements and tests from @​bvwells.

v0.5.2: Vocabulary Analysis, Error messages include line numbers

Compare Source

This update includes API vocabulary analysis features developed during the Summer of 2020 and improvements to error reporting that include line/column numbers for errors and more concise reporting of unmatched schemas. A few corner-case crashes were also fixed.

v0.5.1: Fix problem reading Google Discovery Documents

Compare Source

This fixes a minor error that caused Google Discovery Documents to fail to load after the yaml.v3 update.

v0.5.0: Update gnostic to yaml.v3: cleaner parsing, line number reporting

Compare Source

This release updates gnostic to use the yaml.v3 library and the yaml.Node class, which allows us to access line and column numbers of tokens during parsing.

This release upgrades the dependency only and does not include line number reporting.

This change will break clients that directly call auto-generated functions to create OpenAPIv2, OpenAPIv3, and Discovery structures. This is addressed in #​195.

v0.4.2: Metrics and Protocol Buffer dependency updates

Compare Source

This release provides a tagged version that includes the new metrics directory of protos for API metrics (currently computed using plugins) and updates embedded generated protobuf code to version 3.12.3 of protoc (which hopefully resolves #​170).


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

@CodesphereBot CodesphereBot enabled auto-merge (squash) March 25, 2026 21:23
@CodesphereBot
Copy link
Copy Markdown
Collaborator Author

⚠️ 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: go.sum
Command failed: go get -t ./...
go: github.com/libopenstorage/secrets@v0.0.0-20240416031220-a17cf7f72c6c requires
	github.com/portworx/sched-ops@v1.20.4-rc1 requires
	sigs.k8s.io/controller-runtime@v0.2.2 requires
	github.com/googleapis/gnostic@v0.3.1 (replaced by github.com/googleapis/gnostic@v0.7.1): parsing go.mod:
	module declares its path as: github.com/google/gnostic
	        but was required as: github.com/googleapis/gnostic

@CodesphereBot CodesphereBot force-pushed the renovate/github.com-googleapis-gnostic-0.x branch 4 times, most recently from 9d4e3ed to e3873af Compare March 26, 2026 17:25
@CodesphereBot CodesphereBot force-pushed the renovate/github.com-googleapis-gnostic-0.x branch from e3873af to 0a039d9 Compare March 27, 2026 13:24
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.

1 participant