Skip to content

v0.2.0: CreateVms now create it's own volume too

Compare
Choose a tag to compare
@outscale-mgo outscale-mgo released this 21 Mar 09:17
· 108 commits to master since this release

With this release, terraform link tests should now pass.

  • Newly supported calls:
    • link/unlink flexible GPU
    • Start VM
  • improve/Fix Calls:
    • ReadSecurityGroups now handle filters
    • CreateVms can now setup keypairName
    • CreateVms now create its own volume
    • ReadVms can now show the terminated states. (before remiving the Vms)
    • CreateFlexibleGpu had incorrect return (was returning an array of fgpu)
  • Other Improvements
    • auth: now accept "headarches", "headaches", and "full" as the same. (headarches was a spelling in the code, keep for retrocompatibility for now)
    • Fix errors messages
    • default omi id, used to be incorrectly named.
    • enable to configure region in json configs
    • which_v4_to_date: refactor code

Full Changelog: v0.1.0...v0.2.0