cloudstack-go

CloudStack Go SDK

APACHE-2.0 License

Stars
29
Committers
32

Bot releases are visible (Hide)

cloudstack-go - v2.16.1 Latest Release

Published by rohityadavcloud 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/apache/cloudstack-go/compare/v2.16.0...v2.16.1

cloudstack-go - v2.16.0

Published by shwstppr 7 months ago

Support for Apache CloudStack 4.19

What's Changed

New Contributors

Full Changelog: https://github.com/apache/cloudstack-go/compare/v2.15.0...v2.16.0

cloudstack-go - v2.16.0-rc.2

Published by rohityadavcloud about 1 year ago

Releasing latest head as v2.16.0-rc.2 (RC1) tag for testing purpose

cloudstack-go - v2.16.0-rc.1

Published by rohityadavcloud about 1 year ago

Releasing latest head as v2.16.0-rc.1 (RC1) tag for testing purpose

cloudstack-go - v2.15.0

Published by shwstppr over 1 year ago

Support for Apache Cloudstack 4.18

Full changelog: https://github.com/apache/cloudstack-go/compare/v2.14.0...v2.15.0

cloudstack-go - v2.14.0

Published by shwstppr over 1 year ago

Support for Apache Cloudstack 4.17

Fixes around APIs support, value encoding, and generate

Full changelog: https://github.com/apache/cloudstack-go/compare/v2.13.2...v2.14.0

cloudstack-go - v2.13.2

Published by davidjumani over 2 years ago

Updated for 4.16.1 with test fixes

  • Update test parsing to ensure ID is present
cloudstack-go - v2.13.1

Published by davidjumani over 2 years ago

Updated for 4.16.1 with a minor fix

  • Fix wrong label for listdomainchildren
cloudstack-go - v2.13.0

Published by davidjumani over 2 years ago

Support for Apache Cloudstack 4.16.1.0

  • Updating to 4.16.1
  • Autogenerate tests
  • Add support for getUserKeys
  • Fix listVPCs unmarshall error when a VPC has network tiers attached

Full Changelog: https://github.com/apache/cloudstack-go/compare/v2.12.0...v2.13.0

cloudstack-go - v2.12.0

Published by davidjumani almost 3 years ago

Support for Apache Cloudstack 4.16.0.0

  • Support 4.x compatibility for change in Managementserverid type in API response
  • Add additional tests for resource operations and services
  • Fix GetUploadParamsForVolume, GetUploadParamsForTemplate
  • Added interfaces for better operability, mocking and testing
  • Added support for getters in *Params
  • Added the ability to configure the http client timeout
  • Update documentation / README
cloudstack-go - v2.11.0

Published by Pearl1594 about 3 years ago

Support for Apache Cloudstack 4.15.2.0

  • Fix generator to handle API parameter type changes for 4.15.2
  • Add tests for resource operations and services
  • Update documentation / README
  • Add WithListall helper function
cloudstack-go - v2.10.0

Published by pdion891 about 3 years ago

Support for Apache Cloudstack 4.15.1.0.

  • Fix generator for multiple network interfaces instance. [/pull/7]
  • Fix HostService mapping [/pull/6]
  • Updated README.md
  • Fix json tag for listVirtualMachinesMetrics [