Releases: turtle0x1/php-lxd
Releases · turtle0x1/php-lxd
Instance Support
Added InstanceBase which the endpoint Containers, Intsances & VM's extend,
/instances/ was introduced in 3.19 and is a transparent way to access both virtual machines and containers
If you want just containers use Containers
If you want just virtual machines use VirtualMachines
If you want both containers & virtual machines use Instance
If your host doesn't support Instances it will fall back to containers instead so its safe to use instances if in the future you plan to update LXD and use virtual machines!
0.14.0
0.13.2
0.13.1
0.13.0
Migrating snapshot of running container
Added support for using container snapshot as source for migration
Added support for using container snapshot as source for migration
Added Export Backup Method
Added Export Backup Method
v0.12.0 - Backups
Added backup endpoints
Added Network Endpoints
Added some of the network endpoints that were not already implemented