gardenlinux / glci

CI/CD utils for Garden Linux
MIT License
2 stars 2 forks source link

fix: specifying guest os features on GCP #56

Closed MrBatschner closed 6 months ago

MrBatschner commented 6 months ago

What this PR does / why we need it:

Fixes submission of guestOsFeatures to GCP: for an imges.insert() request, if a raw body is supplied, the guestOsFeatures expect the key type (not type_ as if an imageConfig got supplied instead like in the Garden Linux platform tests)

Release note:

specifying guest os features on GCP was fixed