Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pick up changes to CRD template naming and fix excessive WG validation #3295

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

howardjohn
Copy link
Member

@howardjohn howardjohn requested a review from a team as a code owner August 19, 2024 17:10
@istio-policy-bot
Copy link

🤔 🐛 You appear to be fixing a bug in Go code, yet your PR doesn't include updates to any test files. Did you forget to add a test?

Courtesy of your friendly test nag.

@istio-testing istio-testing added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 19, 2024
@@ -109,6 +109,7 @@ message WorkloadGroup {
// should default to `default`. The workload identities (mTLS certificates) will be bootstrapped using the
// specified service account's token. Workload entries in this group will be in the same namespace as the
// workload group, and inherit the labels and annotations from the above `metadata` field.
// +protoc-gen-crd:validation:IgnoreSubValidation:["Address is required"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the meat of the change, rest is just find+replace

@linsun
Copy link
Member

linsun commented Aug 19, 2024

LG, pending tests passing.

@howardjohn
Copy link
Member Author

/test all

@howardjohn howardjohn added the release-notes-none Indicates a PR that does not require release notes. label Aug 19, 2024
@howardjohn
Copy link
Member Author

/retest

howardjohn added a commit to howardjohn/api that referenced this pull request Aug 20, 2024
@istio-testing istio-testing merged commit abec444 into istio:master Aug 20, 2024
5 checks passed
istio-testing pushed a commit that referenced this pull request Aug 21, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes-none Indicates a PR that does not require release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CEL validation is rejecting the creation of WorkloadGroups when spec.template.address isn't set
5 participants