Releases: upmind-automation/provision-provider-servers
Releases · upmind-automation/provision-provider-servers
v4.2.0
- Add
customer_name
and upmind_client_int_id
to CreateParams
- Implement Virtfusion provider
v4.0.3
- Add
customer_name
and upmind_client_int_id
to CreateParams
- Implement Virtfusion provider
v4.1.1
- Update OnApp/ApiClient::getHypervisorLocation() fix 404 api error when hypervisor_group has no location set
- Update Virtualizor::getConnection() throw error result if no IP address assigned
v4.0.2
- Update OnApp/ApiClient::getHypervisorLocation() fix 404 api error when hypervisor_group has no location set
- Update Virtualizor::getConnection() throw error result if no IP address assigned
v4.1.0
- Update for PHP 8 and base lib v4
- Update Linode SDK to v3.5.0
v4.0.1
- Implement Virtualizor suspension and unsuspension
- Fix Virtualizor API redirect response and error handling
v4.0.0
- Rename
getSshConnectionCommand()
to getConnection()
- Add
type
to result data to determine connection type returned values
- Add
redirect_url
for when type
is "redirect"
- Add
vnc_connection
for when type
is "vnc"
- Add
suspend()
and unsuspend()
functions
- Add
suspended
flag to ServerInfoResult
- Add
attachRecoveryIso()
and detachRecoveryIso()
functions
- Update CreateParams
- Add
software
array
- Add
licenses
array
- Add
metadata
array
- Update ServerInfoResult
- Add
suspended
bool
- Add
software
array
- Add
licenses
array
- Add
metadata
array
- Loosen
ip_address
validation in ServerInfoResult
v3.2.0
- Add setters for new ServerInfoResult properties
disk_mb
, memory_mb
and cpu_cores
v3.1.2
- Fix undefined variable error after unknown exception in Virtuozzo getInfo()
v3.1.1
- Update OnApp API error handling; tweak result message and error data