-
Notifications
You must be signed in to change notification settings - Fork 70
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
Stabilise openshift 4.18 on Ignition 3.4.0 spec #568
Conversation
05d4978
to
f76ac57
Compare
Commit split that should help review:
|
924cada
to
f8b4b3b
Compare
Thanks for the guidance! I’ve reorganized the commits based on the example you provided, and it should be easier to review now. Let me know if you think any further changes are needed. Also, do we need to remove the GRUB password support like we did in the last stabilization? If so, I’ll create a separate commit for that change. |
Yes, 4.18 will not have GRUB password support in the MCO so we need to remove it there. |
Nice, I added one more commit to remove it. I think we are good now, the commit are properly organized. |
Failing on:
|
89f6a55
to
82ed846
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.
Some more splitting to make this easier to review. I'll do the update.
82ed846
to
93e44b2
Compare
- Dropping down to ignition 3.4.0, fcos 1.5.0, base 0.5 - Remove GRUB password support Fixes: coreos#564
93e44b2
to
e78a040
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.
This LGTM now. @prestist Can I let you take a final quick look and merge this? Thanks
@travier Thank you! |
@travier sure thing :) thank you both for your efforts on this, looking now |
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, I dont see any issues. Great work all, Thank you for getting this done 🚀
Here’s what this PR aims to achieve:
Fixes: #564