Skip to content

Releases: turtle0x1/php-lxd

Instance Support

25 Jan 01:21
Compare
Choose a tag to compare

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

26 Oct 12:45
Compare
Choose a tag to compare

Added

  • Provide backup as source type & file to create container from backup file

0.13.2

26 Oct 02:43
Compare
Choose a tag to compare

Fixed

  • not being able to cache responses due to bad namespaces

0.13.1

25 Oct 16:41
df652de
Compare
Choose a tag to compare

Added

0.13.0

14 Sep 13:56
Compare
Choose a tag to compare

[0.13.0]

Added

  • Some of the cluster endpoints

Migrating snapshot of running container

09 Jul 19:22
Compare
Choose a tag to compare

[0.12.3]

Fixed

  • Migrating snapshot of running container (#9)

Added support for using container snapshot as source for migration

05 Jul 23:06
Compare
Choose a tag to compare

Added support for using container snapshot as source for migration

Added Export Backup Method

18 May 21:02
Compare
Choose a tag to compare

Added Export Backup Method

v0.12.0 - Backups

15 May 19:20
Compare
Choose a tag to compare

Added backup endpoints

Added Network Endpoints

05 May 16:44
Compare
Choose a tag to compare

Added some of the network endpoints that were not already implemented