Skip to content

v1.1.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@richardcase richardcase released this 02 Nov 14:35
· 9 commits to master since this release

New features/functionality:

  • [#60] Webhook functionality added to the CLI.
  • [#76] Project changed to use semantic versioning. See http://semver.org/ for further details.
  • Added a get baremetal capabilities command.
  • Added a version command to return build version, build date and git commit hash, os and Go version
  • Changed the integration tests to use 'go test' instead of a seperate executable. The tests utilise the new subtest functionality in go 1.7.
  • API file generation now has been separated out into a different command line.

Bug fixes:

  • [#55] Remove premium storage type as its deprecated. The --storage-type command line option has been removed completely for server create, server import.
  • [#64] Listing cross DC policies didn't filter as expected.
  • [#67] Getting server details doesn't return IsManaged or IsManagdBackup
  • [#69] Updating the server disks fails.
  • [#70] Integration tests where failing due to multiple issues.
  • [#75] Creating bare metal servers shouldn't require CPU, MemoryGB or template. Additionally the configuration-id and os-type parameters should indicate how to get the allowed values.