Skip to content

Releases: turtle0x1/php-lxd

0.16.1

06 Jun 23:14

Choose a tag to compare

Added

  • Support passing alias param when creating image
  • Use "instance" instead of "container" when creating image from "container"

0.16.0

19 May 18:21

Choose a tag to compare

Added

  • Recursion parameter to get all instances / containers / vms

0.15.2

23 Apr 17:32

Choose a tag to compare

Added

  • Added optional target parameter for creating instance

0.15.1

08 Feb 22:16

Choose a tag to compare

Fixed

  • Files method using the wrong param for headers

Instance Support

25 Jan 01:21

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

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

Choose a tag to compare

Fixed

  • not being able to cache responses due to bad namespaces

0.13.1

25 Oct 16:41
df652de

Choose a tag to compare

Added

0.13.0

14 Sep 13:56

Choose a tag to compare

[0.13.0]

Added

  • Some of the cluster endpoints

Migrating snapshot of running container

09 Jul 19:22

Choose a tag to compare

[0.12.3]

Fixed

  • Migrating snapshot of running container (#9)