-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update Plugin SDK #36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could eventually setup a test environment with kind to run the plugin as I did for krkn-lib https://github.com/krkn-chaos/krkn-lib/blob/a6c6ab1998b2e834f4897619a39960911a89d102/.github/workflows/build.yaml#L21. Thoughts (we can think to do that after this PR is merged)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since krkn ,krkn-lib and kill-pod plugin are depending from arcaflow-plugin-sdk, when one of these components are updated there is a dependency hell that needs to be solved (as I did to test the PR) that's why we need to separate this plugin (and hopefully the others) from the krkn codebase ASAP and keep them in containers running in proper workflows!
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
Signed-off-by: Matthew F Leader <[email protected]>
kubernetes
python client to remove urllib3 CVEpyproject.toml
requests>=2.32.0
fixes cve-2024-35195idna>=3.7
fixes cve-2024-3651