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

userdata: fix append scenarios #7741

Merged
merged 7 commits into from
Jul 19, 2023

Commits on Jul 12, 2023

  1. userdata: fix append scenarios

    - Fixes case of appending userdata when both template and vm data are either shellscript or cloudconfig
    - Fixes error when appending gzip userdata
    
    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3bc530e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. fix vm manual userdata formatting, refactor

    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bc1ac0f View commit details
    Browse the repository at this point in the history
  2. license

    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6d7b8ba View commit details
    Browse the repository at this point in the history
  3. newline

    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d774e3f View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d81d7d9 View commit details
    Browse the repository at this point in the history
  5. fix adding same type userdata type to multipart

    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    356c354 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. test: properly check multipart userdata

    Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
    shwstppr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0db0f43 View commit details
    Browse the repository at this point in the history