-
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
Stabilize openshift v4.17.0 spec #547
Conversation
Step down to non expermental features Additionaly remove GRUB password support See: https://issues.redhat.com/browse/MCO-630
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.
Looks, great! Thanks. I only pushed a few nits.
@@ -25,6 +25,8 @@ We recommend that you always use the latest **stable** specification for your op | |||
- [v1.1.0](config-flatcar-v1_1.md) | |||
- [v1.0.0](config-flatcar-v1_0.md) | |||
- OpenShift (`openshift`) | |||
- [v4.17.0](config-openshift-v4_17.md) | |||
- [v4.16.0](config-openshift-v4_16.md) |
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.
Ouch this was missing from the 4.16 PR. Good that we're fixing it here :)
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.
yeaaah
docs/release-notes.md
Outdated
@@ -94,7 +98,7 @@ key](https://getfedora.org/security/). | |||
### Docs changes | |||
|
|||
- Document consequence of setting `systemd.units.mask` to false | |||
- Document `grub` section _(openshift 4.15.0-exp)_ | |||
- Document `grub` section _(openshift 4.18.0-exp)_ |
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.
Maybe I did this in the past, but let's try not changing past release notes.
We can add a note for the current release instead.
Someting like:
Support and documentation for `grub` section moved to OpenShift 4.18.0-experimental spec.
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.
Ah, ok, makes sense. will not do in the future; thank you for fixing the nits!
a30fdbd
to
18d63d2
Compare
Fixes: #545