Squashed 'modules/libjuju/' changes from c50c361..c127833
[osm/N2VC.git] / docs / changelog.rst
1 Changelog
2 ---------
3
4 0.11.3
5 ^^^^^^
6 Wednesday March 13 2019
7
8 * k8s bundles no longer have application placement (#293)
9 * Add retry for connection if all endpoints fail (#288)
10 * Support generation of registration string for model sharing. (#279)
11 * Add Twine for dist upload on release (#284)
12
13
14 0.11.2
15 ^^^^^^
16 Wednesday January 16 2019
17
18 * update facade methods for Juju 2.5-rc2 (#281)
19 * Add test case for redirect during connect (#275)
20 * Implement App.get_resources and pinned resources in bundles (#278)
21
22
23 0.11.1
24 ^^^^^^
25 Thursday December 13 2018
26
27 * Fix bundles with subordinates for Juju <2.5 (#277)
28
29
30 0.11.0
31 ^^^^^^
32 Tuesday December 11 2018
33
34 * Updates for new Juju version (#274)
35 * Fix wrong variable name in revoke_model function (#271)
36
37
38 0.10.2
39 ^^^^^^
40 Tuesday September 18 2018
41
42 * set include_stats to false to reduce request time (#266)
43
44
45 0.10.1
46 ^^^^^^
47 Monday September 17 2018
48
49 * Retry ssh in manual provision test (#265)
50 * Clean up lint and add lint coverage to travis config (#263)
51 * Increase the timeout for charmstore connections (#262)
52 * Fix log level of `Driver connected to juju` message (#258)
53
54
55 0.10.0
56 ^^^^^^
57 Thursday August 16 2018
58
59 * Fix error due to scp extra opts order (#260)
60 * Implement set/get model constraints (#253)
61
62
63 0.9.1
64 ^^^^^
65 Monday July 16 2018
66
67 * Update websockets to 6.0 to fix OS X support due to Brew update to Py3.7 (#254)
68
69
70 0.9.0
71 ^^^^^
72 Friday June 29 2018
73
74 * python3.7 compatibility updates (#251)
75 * Handle juju not installed in is_bootstrapped for tests (#250)
76 * Add app.reset_config(list). (#249)
77 * Implement model.get_action_status (#248)
78 * Fix `make client` in Python 3.6 (#247)
79
80
81 0.8.0
82 ^^^^^
83 Thursday June 14 2018
84
85 * Add support for adding a manual (ssh) machine (#240)
86 * Backwards compatibility fixes (#213)
87 * Implement model.get_action_output (#242)
88 * Fix JSON serialization error for bundle with lxd to unit placement (#243)
89 * Fix reference in docs to connect_current (#239)
90 * Wrap machine agent status workaround in version check (#238)
91 * Convert seconds to nanoseconds for juju.unit.run (#237)
92 * Fix spurious intermittent failure in test_machines.py::test_status (#236)
93 * Define an unused juju-zfs lxd storage pool for Travis (#235)
94 * Add support for Application get_actions (#234)
95
96
97 0.7.5
98 ^^^^^
99 Friday May 18 2018
100
101 * Surface errors from bundle plan (#233)
102 * Always send auth-tag even with macaroon auth (#217)
103 * Inline jsonfile credential when sending to controller (#231)
104
105 0.7.4
106 ^^^^^
107 Tuesday Apr 24 2018
108
109 * Always parse tags and spaces constraints to lists (#228)
110 * Doc index improvements (#211)
111 * Add doc req to force newer pymacaroons to fix RTD builds
112 * Fix dependency conflict for building docs
113
114 0.7.3
115 ^^^^^
116 Tuesday Feb 20 2018
117
118 * Full macaroon bakery support (#206)
119 * Fix regression with deploying local charm, add test case (#209)
120 * Expose a machines series (#208)
121 * Automated test runner fixes (#205)
122
123 0.7.2
124 ^^^^^
125 Friday Feb 9 2018
126
127 * Support deploying bundle YAML file directly (rather than just directory) (#202)
128
129 0.7.1
130 ^^^^^
131 Monday Dec 18 2017
132
133 * Fix missed renames of model_uuids (#197)
134
135 0.7.0
136 ^^^^^
137 Fri Dec 15 2017
138
139 * Fix race condition in adding relations (#192)
140 * Fix race condition in connection monitor test (#183)
141 * Fix example in README (#178)
142 * Fix rare hang during Unit.run (#177)
143 * Fix licensing quirks (#176)
144 * Refactor model handling (#171)
145 * Refactor users handling, add get_users (#170)
146 * Upload credential to controller when adding model (#168)
147 * Support 'applications' key in bundles (#165)
148 * Improve handling of thread error handling for loop.run() (#169)
149 * Fix encoding when using to_json() (#166)
150 * Fix intermittent test failures (#167)
151
152 0.6.1
153 ^^^^^
154 Fri Sept 29 2017
155
156 * Fix failure when controller supports newer facade version (#145)
157 * Fix test failures (#163)
158 * Fix SSH key handling when adding a new model (#161)
159 * Make Application.upgrade_charm upgrade resources (#158)
160 * Expand integration tests to use stable/edge versions of juju (#155)
161 * Move docs to ReadTheDocs (https://pythonlibjuju.readthedocs.io/en/latest/)
162
163 0.6.0
164 ^^^^^
165 Thu June 29 2017
166
167 * Implement scp functionality (#149)
168 * Add Unit.public_address property (#153)
169 * Adds support for getting/setting config on a model (#152)
170
171 0.5.3
172 ^^^^^
173 Thu June 22 2017
174
175 * Improve handling of closed connections (#148)
176 * Configurable and larger max message size (#146)
177
178 0.5.2
179 ^^^^^
180 Wed June 14 2017
181
182 * Fix deploying non-stable channels and explicit revs (#144)
183
184 0.5.1
185 ^^^^^
186 Tue June 13 2017
187
188 * Update schema for Juju 2.3 alpha1 (#142)
189 * Improve API doc navigation and coverage (#141)
190 * Add type info to Model.add_machine docs (#138)
191
192 0.5.0
193 ^^^^^
194 Thu June 8 2017
195
196 * Add machine status properties (#133)
197 * Add model context manager (#128)
198 * Implement Application.upgrade_charm method (#132)
199
200 0.4.3
201 ^^^^^
202 Thu June 1 2017
203
204 * Accept new / unknown API fields gracefully (#131)
205 * Add support for new agent-version field in ModelInfo (#131)
206 * Replace pip with pip3 in install instructions (#129)
207 * Strip local:-prefix from local charm urls (#121)
208
209 0.4.2
210 ^^^^^
211 Wed May 10 2017
212
213 * Support (and prefer) per-controller macaroon files (#125)
214
215 0.4.1
216 ^^^^^
217 Wed Apr 27 2017
218
219 * Remove VERSION_MAP and rely on facade list from controller (#118)
220 * Refactor connection task management to avoid cancels (#117)
221 * Refactored login code to better handle redirects (#116)
222
223 0.4.0
224 ^^^^^
225 Wed Apr 19 2017
226
227 * Feature/api version support (#109)
228 * Expanding controller.py with basic user functions, get_models and
229   destroy (#89)
230 * Added Monitor class to Connection. (#105)
231 * Support placement lists (#103)
232 * Include resources from store when deploying (#102)
233 * Allow underscore to dash translation when accessing model
234   attributes (#101)
235 * Added controller to ssh fix. (#100)
236 * Regen schema to pick up missing APIs
237 * Improve error handling
238 * Fix issue where we do not check to make sure that we are receiving the
239   correct response.
240 * Retry calls to charmstore and increase timeout to 5s
241 * Make connect_model and deploy a bit more friendly
242 * Fix model name not including user
243 * Implement Model.get_status
244 * Add integration tests.
245
246 0.3.0
247 ^^^^^
248 Mon Feb 27 2017
249
250 * Fix docstrings for placement directives.
251 * Implement Model.add_machine()
252 * Bug fix - "to" parameter to Model.deploy() was broken
253 * Add docs and examples for adding machines and containers and deploying
254   charms to them.
255 * Make Machine.destroy() block the current coroutine, returning only after
256   the machine is actually removed from the remote model. This is more
257   consistent with the way the other apis work (e.g. Model.deploy(),
258   Application.add_unit(), etc).
259 * Raise NotImplementedError in all unimplemented method stubs instead of
260   silently passing.
261
262 0.2.0
263 ^^^^^
264 Thu Feb 16 2017
265
266 * Add default ssh key to newly created model.
267 * Add loop helpers and simplify examples/deploy.py
268 * Add support for deploying local charms, and bundles containing local charm paths.
269 * Add ability to get cloud name for controller.
270 * Bug fix - fix wrong api used in Model.destroy_unit()
271 * Add error detection in bundle deploy.
272
273 0.1.2
274 ^^^^^
275 Thu Dec 22 2016
276
277 * Bug fix - Include docs in package
278
279 0.1.1
280 ^^^^^
281 Thu Dec 22 2016
282
283 * Bug fix - Include VERSION file in package
284
285 0.1.0
286 ^^^^^
287 Wed Dec 21 2016
288
289 * Initial Release