Releases: apache/cloudstack-go
Releases · apache/cloudstack-go
v2.16.1
What's Changed
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #81
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #82
- make mockgen for modern versions? by @DaanHoogland in #83
- Generate methods to reset params by @vishesh92 in #84
- Use POST for user sensitive calls by @mlsorensen in #86
New Contributors
- @step-security-bot made their first contribution in #81
- @DaanHoogland made their first contribution in #83
Full Changelog: v2.16.0...v2.16.1
v2.16.0
Support for Apache CloudStack 4.19
What's Changed
- generate: fix for nested api response by @shwstppr in #58
- Fix spelling by @jbampton in #62
- Fix generation for UUID type by @vishesh92 in #60
- Log apis missing in layout.go by @vishesh92 in #63
- Add support for unmanaged kubernetes by @vishesh92 in #59
- Link to most current API docs 4.18 by @jbampton in #65
- README: change latest version to 4.18 by @jbampton in #67
- Adding getRawValue to CreateZone api by @poddm in #68
- Fix apis for InfrastructureUsageService by @vishesh92 in #71
- getRawValue - AddCluster and CreatePod by @poddm in #69
- Fix spelling by @jbampton in #64
- Bump
actions/checkout
andactions/setup-go
tov4
by @jbampton in #73 - adding updateVlanIpRange by @poddm in #75
- 4.19 support changes by @shwstppr in #76
- Fix spelling by @jbampton in #74
- Bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #72
- Force some param to be required by @vishesh92 in #79
- add api call createConsoleEndpoint by @sbrueseke in #78
- Restore methods with optional params for 4.19 compatability by @vishesh92 in #80
New Contributors
- @jbampton made their first contribution in #62
- @vishesh92 made their first contribution in #60
- @dependabot made their first contribution in #72
- @sbrueseke made their first contribution in #78
Full Changelog: v2.15.0...v2.16.0
v2.16.0-rc.2
Releasing latest head as v2.16.0-rc.2 (RC1) tag for testing purpose
v2.16.0-rc.1
Releasing latest head as v2.16.0-rc.1 (RC1) tag for testing purpose
v2.15.0
Support for Apache Cloudstack 4.18
Full changelog: v2.14.0...v2.15.0
v2.14.0
Support for Apache Cloudstack 4.17
Fixes around APIs support, value encoding, and generate
Full changelog: v2.13.2...v2.14.0
v2.13.2
Updated for 4.16.1 with test fixes
- Update test parsing to ensure ID is present
v2.13.1
Updated for 4.16.1 with a minor fix
- Fix wrong label for listdomainchildren
v2.13.0
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: v2.12.0...v2.13.0
v2.12.0
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