-
Notifications
You must be signed in to change notification settings - Fork 886
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
fix: target scope validation for the generate rule #7800
Merged
Merged
Conversation
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
Signed-off-by: ShutingZhao <shuting@nirmata.com>
realshuting
requested review from
chipzoller,
eddycharly and
MariamFahmy98
as code owners
July 10, 2023 13:00
/cherry-pick release-1.10 |
MariamFahmy98
previously approved these changes
Jul 10, 2023
Codecov Report
@@ Coverage Diff @@
## main #7800 +/- ##
==========================================
- Coverage 32.89% 32.87% -0.02%
==========================================
Files 238 238
Lines 22503 22519 +16
==========================================
+ Hits 7402 7403 +1
- Misses 14344 14359 +15
Partials 757 757
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This needs a better title. |
2 tasks
Signed-off-by: ShutingZhao <shuting@nirmata.com>
realshuting
changed the title
Fix validation 7750
fix: target scope validation for the generate rule
Jul 10, 2023
Updated! |
Signed-off-by: ShutingZhao <shuting@nirmata.com>
Signed-off-by: ShutingZhao <shuting@nirmata.com>
eddycharly
approved these changes
Jul 10, 2023
Cherry-pick failed with |
realshuting
added a commit
to realshuting/kyverno
that referenced
this pull request
Jul 12, 2023
Signed-off-by: ShutingZhao <shuting@nirmata.com>
realshuting
added
the
cherry-pick-completed
The PR was cherry-picked (or merged) to required release branches
label
Jul 12, 2023
realshuting
added a commit
that referenced
this pull request
Jul 12, 2023
prady0t
pushed a commit
to prady0t/kyverno
that referenced
this pull request
Jul 14, 2023
* fix Signed-off-by: ShutingZhao <shuting@nirmata.com> * Test: update kuttl tests Signed-off-by: ShutingZhao <shuting@nirmata.com> --------- Signed-off-by: ShutingZhao <shuting@nirmata.com> Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-pick-completed
The PR was cherry-picked (or merged) to required release branches
cherry-pick-required
milestone 1.10.2
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.
Explanation
Fixes the target scope validation for the generate rule.
Related issue
Fixes #7750.
Milestone of this PR
bug
What type of PR is this
Proposed Changes
Proof Manifests
Checklist
Further Comments