-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: virtual-patch intent #245
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
anurag-rajawat
requested review from
JonesJefferson
and removed request for
shivaccuknox
September 2, 2024 04:06
Hi @VedRatan, please resolve the conflicts. |
anurag-rajawat
requested changes
Sep 23, 2024
// @rksharma95 |
rksharma95
reviewed
Oct 16, 2024
Any updates here or can we merge this? @anurag-rajawat @daemon1024 @rksharma95 |
rksharma95
approved these changes
Oct 24, 2024
anurag-rajawat
requested changes
Oct 24, 2024
@VedRatan Pls fix |
anurag-rajawat
requested changes
Nov 6, 2024
anurag-rajawat
previously approved these changes
Nov 8, 2024
Hey @VedRatan, please resolve conflicts. |
Signed-off-by: VedRatan <[email protected]>
…dation logic Signed-off-by: VedRatan <[email protected]>
Signed-off-by: VedRatan <[email protected]>
Signed-off-by: VedRatan <[email protected]>
Signed-off-by: VedRatan <[email protected]>
* fix: Fix CRDs version in PROJECT file Signed-off-by: Anurag Rajawat <[email protected]> * doc: Add Intent and CRDs spec docs Signed-off-by: Anurag Rajawat <[email protected]> * feat: added intent description Signed-off-by: VedRatan <[email protected]> * docs: added pkg-mgr-execution intent desc Signed-off-by: VedRatan <[email protected]> * docs: added coco-workload intent details Signed-off-by: VedRatan <[email protected]> * docs: update exploit-pfa Signed-off-by: VedRatan <[email protected]> * update command Signed-off-by: VedRatan <[email protected]> * doc: Update docs Signed-off-by: Anurag Rajawat <[email protected]> * refactored the docs Signed-off-by: VedRatan <[email protected]> * updated quick-tutorials Signed-off-by: VedRatan <[email protected]> --------- Signed-off-by: Anurag Rajawat <[email protected]> Signed-off-by: VedRatan <[email protected]> Co-authored-by: Anurag Rajawat <[email protected]>
Signed-off-by: VedRatan <[email protected]>
Signed-off-by: VedRatan <[email protected]>
Signed-off-by: VedRatan <[email protected]>
Signed-off-by: Ved Ratan <[email protected]>
VedRatan
dismissed
anurag-rajawat’s stale review
November 8, 2024 04:10
The merge-base changed after approval.
anurag-rajawat
approved these changes
Nov 8, 2024
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.
Description
This PR introduces a new intent named Virtual Patch
Fixes #100
Does this PR introduce a breaking change?
Checklist
<type>: <description>
conventionAdditional information for reviewer
Mention if this PR is part of any design or a continuation of previous PRs