We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029e942 commit ff9b078Copy full SHA for ff9b078
CHANGELOG.md
@@ -4,10 +4,18 @@ All Notable changes to `php-lxd` will be documented in this file.
4
5
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
6
7
+# [0.15.0]
8
+
9
+## Added
10
+ - Added an instance class that you should use instead of containers, it will
11
+ fall back to the `/containers` endpoint if your host doesn't support `/instances`
12
+ which is the agnostic way of dealing with both containers and virtual machines
13
14
15
# [0.14.0]
16
17
## Added
- - Provide backup as source type & file to create container from backup file
18
+ - Provide backup as source type & file to create container from backup file
19
20
## [0.13.2]
21
0 commit comments