Skip to content
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

MCO-588: Update ignition spec to 3.4, disallow ignition KernelArguments for now #3814

Merged
merged 4 commits into from
Aug 12, 2023

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    2c03204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6396f View commit details
    Browse the repository at this point in the history
  3. ignition to 3.4, fix references and translation

    This updates the default "internal" MCO version to 3.4.0 and it will by
    default try to convert/translate everything it gets to that version.
    
    The convention I'm following here is that int3types becomes the base
    ignition3 version that the MCO is using, and anything called out
    explicitly like ign3_4types is being used explicitly as that version
    not as the default version. So (hopefully) the next person that gets
    to do a migration should only have to go replace ign3types, add the
    downtranslator, and see what broke.
    jkyros committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    edaecd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    126c164 View commit details
    Browse the repository at this point in the history