-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Use last patch versions by default for etcd/crio/crictl #12233
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
Use last patch versions by default for etcd/crio/crictl #12233
Conversation
/retest-failed
Hum weird crio failing on a new patch release 🤔...
|
1c03044
to
040c76e
Compare
ac66275
to
31a9a99
Compare
Looks like the trigger of the bug is cri-o/cri-o#9162 (one of the two commits between 1.32.3 and 1.32.4) but I'm not sure why or how. |
Plus I don't have pull access to the image used by the molecule tests ( |
Testing the same command with a local install (on archlinux crio 1.32.4 does not reproduce the error, the container start). |
5440afc
to
1460a1e
Compare
/retest |
d89913a
to
7e7b69a
Compare
06633b8
to
4b4b952
Compare
Thanks. I agree to dropping cri-o/Ubuntu 20.04 support. |
FYI.
The crun is installed at EDIT: I created a issue : #12250 |
4b4b952
to
4af5ff2
Compare
4af5ff2
to
2aa81fc
Compare
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.
A small question
/lgtm But CI is broken now 😅 |
/retest |
1 similar comment
/retest |
Need rebase (terraform removed) |
This uses the same logic than the other versions, with simplications for crictl and crio whose versionning scheme is tied to upstream kubernetes. Also move some version variables in vars/ rather than defaults/, because they are not used elsewhere and don't really make sense as modifiable by the user.
2aa81fc
to
3259fb7
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tico88612, VannTen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This uses the same logic than the other versions, with simplications for
crictl and crio whose versionning scheme is tied to upstream kubernetes.
Also move some version variables in vars/ rather than defaults/, because
they are not used elsewhere and don't really make sense as modifiable by
the user.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: