-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to disable kubebuilder markers (#567)
* add disableKubeMarkers option from protoc-gen-openapi * bump protoc-gen-openapi version while we're at it * changelog * Clarify DEPENDENCY_BUMP in changelog
- Loading branch information
Showing
7 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ export PATH:=$(GOBIN):$(PATH) | |
install-go-tools: mod-download | ||
mkdir -p $(DEPSGOBIN) | ||
go install github.com/golang/protobuf/[email protected] | ||
go install github.com/solo-io/[email protected].0 | ||
go install github.com/solo-io/[email protected].4 | ||
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc | ||
go install github.com/solo-io/[email protected] | ||
go install github.com/golang/mock/[email protected] | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/gloo-mesh-enterprise/issues/17005 | ||
resolvesIssue: false | ||
description: | | ||
Adds support for disabling kubebuilder markers and validations to omit them from the generated OpenAPI schema. | ||
- type: DEPENDENCY_BUMP | ||
description: Updates protoc-gen-openapi to v0.2.4, though this is not explicitly necessary to pick up the disable_kube_markers option. | ||
dependencyOwner: solo-io | ||
dependencyRepo: protoc-gen-openapi | ||
dependencyTag: v0.2.4 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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