-
Notifications
You must be signed in to change notification settings - Fork 72
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 Kind and its image versions in gates #1897
Conversation
I triggered a build earlier today. I see issues in the build about not being able to get a login shell. My hunch is this is happening because the image used is based on distroless, so we might have to identify a version of the kind k8s image that isn't using distroless. |
@collivier Could you please update this PR with the latest changes from the main branch? That should fix any build issues that aren't related to this PR. Thanks. |
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.
Changes LGTM ~! 👍
Let me push this PR as a branch and see how the GitHub Actions build runs.
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.
There are 3 automated tests for the security category failing in the builds. I've run them twice to confirm that these aren't random failures.
https://github.com/cnti-testcatalog/testsuite/actions/runs/8140376196/job/22256866814
https://github.com/cnti-testcatalog/testsuite/actions/runs/8140376196/job/22253010555
Please look into these failures to help take this PR forward.
@HashNuke yes I will have a look |
It updates Kind from v0.17.0 to v0.22.0. It updates also the hardcoded v1.23.13 images to v1.23.17. close cnti-testcatalog#1886 Signed-off-by: Cédric Ollivier <[email protected]>
PR updated as asked. @HashNuke could you please trigger a build as before to check vs latest changes. Thank you in advance. |
Related to c0b0ddc
Would you mind manually triggering verification please ? It was rebased on top of main and then now includes c0b0ddc |
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 and passing github actions
Description
It updates Kind from v0.17.0 to v0.22.0 and the hardcoded v1.23.13 images to v1.23.17.
Issues:
Refs: #1886