fix(deps): Update module github.com/google/gnostic to v0.6.9#5225
Merged
kodiakhq[bot] merged 2 commits intomainfrom Dec 1, 2022
Merged
fix(deps): Update module github.com/google/gnostic to v0.6.9#5225kodiakhq[bot] merged 2 commits intomainfrom
kodiakhq[bot] merged 2 commits intomainfrom
Conversation
Contributor
Author
|
/gen sha=a11c2974a83a487080f0fb39c578b9c6d34909eb plugin=k8s |
kodiakhq bot
pushed a commit
that referenced
this pull request
Dec 6, 2022
🤖 I have created a release *beep* *boop* --- ## [2.5.0](plugins-source-k8s-v2.4.4...plugins-source-k8s-v2.5.0) (2022-12-06) ### Features * **website:** Add plugins tables ([#5259](#5259)) ([c336f4e](c336f4e)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.11.0 ([#5416](#5416)) ([2e7ca35](2e7ca35)) * **deps:** Update module github.com/google/gnostic to v0.6.9 ([#5225](#5225)) ([a58c2de](a58c2de)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
daniel-garcia
pushed a commit
to infobloxopen/ibcq-source-k8s
that referenced
this pull request
Feb 24, 2026
🤖 I have created a release *beep* *boop* --- ## [2.5.0](cloudquery/cloudquery@plugins-source-k8s-v2.4.4...plugins-source-k8s-v2.5.0) (2022-12-06) ### Features * **website:** Add plugins tables ([#5259](cloudquery/cloudquery#5259)) ([21019b3](cloudquery/cloudquery@21019b3)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.11.0 ([#5416](cloudquery/cloudquery#5416)) ([70454a9](cloudquery/cloudquery@70454a9)) * **deps:** Update module github.com/google/gnostic to v0.6.9 ([#5225](cloudquery/cloudquery#5225)) ([6178e09](cloudquery/cloudquery@6178e09)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.7-v3refs->v0.6.9Release Notes
google/gnostic
v0.6.9Compare Source
v0.6.8: protoc-gen-openapi and export improvements.Compare Source
This contains several improvements to
protoc-gen-openapifrom @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.7Compare 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
cmddirectory 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.5Compare Source
v0.6.4Compare Source
v0.6.3Compare Source
v0.6.2: Single-module repo with retraction of v0.6.0 multimodule experimentCompare Source
This adds a retract statement to
go.modto excludev0.6.0from 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
appsdirectory tocmdand adds ago.modfor eachcmdsubdirectory. 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-openapifrom @morphar and @tonybase and a newprotoc-gen-jsonschemapluigin contributed by @morphar.v0.5.7Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 has been generated by Renovate Bot.