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

elemental: bump elemental-cli to v0.1.0 #375

Merged
merged 2 commits into from
Dec 28, 2022
Merged

Commits on Dec 15, 2022

  1. elemental: bump elemental-cli to v0.1.0

    We cannot use Elemental-cli InstallSpec struct to generate config.yaml.
    Because there are not all entry with "omitempty", it will cause
    generated config.yaml will have several empty entry but didn't be
    omitted.
    Elemental-cli will treat those empty entry as user-specific value and
    override the default value.
    
    Use ElementalInstallSpec to ensure that all entry will be "omitempty".
    
    Signed-off-by: Date Huang <date.huang@suse.com>
    Date Huang committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    66067f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. bump os2 for elemental v0.1.0

    Signed-off-by: Date Huang <tjjh89017@hotmail.com>
    tjjh89017 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    4decc63 View commit details
    Browse the repository at this point in the history