c621e6cd1a548541c474851fb994d5518e9dec7c
[osm/N2VC.git] / docs / changelog.rst
1 Change Log
2 ----------
3
4 0.3.0
5 ^^^^^
6 Mon Feb 27 2017
7
8 * Fix docstrings for placement directives.
9 * Implement Model.add_machine()
10 * Bug fix - "to" parameter to Model.deploy() was broken
11 * Add docs and examples for adding machines and containers and deploying
12   charms to them.
13 * Make Machine.destroy() block the current coroutine, returning only after
14   the machine is actually removed from the remote model. This is more
15   consistent with the way the other apis work (e.g. Model.deploy(),
16   Application.add_unit(), etc).
17 * Raise NotImplementedError in all unimplemented method stubs instead of
18   silently passing.
19
20 0.2.0
21 ^^^^^
22 Thu Feb 16 2017
23
24 * Add default ssh key to newly created model.
25 * Add loop helpers and simplify examples/deploy.py
26 * Add support for deploying local charms, and bundles containing local charm paths.
27 * Add ability to get cloud name for controller.
28 * Bug fix - fix wrong api used in Model.destroy_unit()
29 * Add error detection in bundle deploy.
30
31 0.1.2
32 ^^^^^
33 Thu Dec 22 2016
34
35 * Bug fix - Include docs in package
36
37 0.1.1
38 ^^^^^
39 Thu Dec 22 2016
40
41 * Bug fix - Include VERSION file in package
42
43 0.1.0
44 ^^^^^
45 Wed Dec 21 2016
46
47 * Initial Release