Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 18:29
· 209 commits to master since this release

Release time 馃コ

FEATURES:

  • gscloud-server-create will now auto generate passwords when --with-template= is given and --password is not explicitly given on the command line. --password flag itself has been marked as deprecated and will be removed in a future release. Passwords are generated on the client and should be sufficiently secure (we use github.com/sethvargo/go-password). The password is printed after the storage is created (See #90 for more).
  • gscloud-server-create learned --profile flag to specify a HW profile.
  • gscloud-server-create learned --availability-zone flag to influence a server's physical distance (#91).
  • gscloud-server-create also learned --auto-recovery flag to specify auto-recovery behavior (#92).
  • gscloud-server-events subcommand has been added. You can now fetch event logs for a server (#102).
  • Added new gscloud iso-image subcommand to list, create, and eventually delete ISO image objects (#101).

FIXED:

  • If no HW profile is specified when creating a server, "q35" is used now (#89).