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

Enforce top-level keys #1947

Merged

Commits on Mar 26, 2024

  1. autoinstall: enforce top-level keys

    Subiquity currently ignores invalid top-level keys, but this has likely
    been a major source of confusion of autoinstall capabilities.
    
    In future versions, the following autoinstall config will throw an
    AutoinstallValidationError:
    
        version: 2
        interactive-sections:
            - identity
        literally-anything: lmao
    
    This patch adds warnings for version 1 and will begin to throw
    an AutoinstallValidationError on these instances in version 2 once
    it has been enabled.
    Chris-Peterson444 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d812919 View commit details
    Browse the repository at this point in the history