Skip to content

Releases: upmind-automation/provision-provider-servers

v4.2.0

30 Nov 01:00
Compare
Choose a tag to compare
  • Add customer_name and upmind_client_int_id to CreateParams
  • Implement Virtfusion provider

v4.0.3

30 Nov 01:07
Compare
Choose a tag to compare
  • Add customer_name and upmind_client_int_id to CreateParams
  • Implement Virtfusion provider

v4.1.1

01 Aug 17:10
Compare
Choose a tag to compare
  • 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

01 Aug 17:08
Compare
Choose a tag to compare
  • 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

25 Jun 16:01
Compare
Choose a tag to compare
  • Update for PHP 8 and base lib v4
  • Update Linode SDK to v3.5.0

v4.0.1

16 May 11:33
Compare
Choose a tag to compare
  • Implement Virtualizor suspension and unsuspension
  • Fix Virtualizor API redirect response and error handling

v4.0.0

15 Apr 15:33
Compare
Choose a tag to compare
  • 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

01 Mar 17:28
Compare
Choose a tag to compare
  • Add setters for new ServerInfoResult properties disk_mb, memory_mb and cpu_cores

v3.1.2

23 Jan 23:34
Compare
Choose a tag to compare
  • Fix undefined variable error after unknown exception in Virtuozzo getInfo()

v3.1.1

05 Dec 23:34
Compare
Choose a tag to compare
  • Update OnApp API error handling; tweak result message and error data