Skip to content

Commit 6c5255b

Browse files
authored
Merge pull request #655 from cderici/release-2.9.8
#655 ## What's Changed * [JUJU-567] Use ModelManager instead of ControllerFacade to list available models by @cderici in #632 * [JUJU-573] Fix charm resolution for Juju 2.8.11 by @cderici in #633 * [JUJU-704] Remove non-implemented (stuıb) functions by @cderici in #646 * [JUJU-676] Avoid defaulting to empty string for charm origin by @cderici in #647 * Charmstore compatability of deploying bundles by @addyess in #650 * [JUJU-731] Subordinate charm num unit by @cderici in #648 * [JUJU-769] Facade schemas for 2.9.27 by @cderici in #652 * [JUJU-771] Auto switch to scale from add_unit on container based models by @cderici in #653 [JUJU-567]: https://warthogs.atlassian.net/browse/JUJU-567?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-573]: https://warthogs.atlassian.net/browse/JUJU-573?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-704]: https://warthogs.atlassian.net/browse/JUJU-704?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-676]: https://warthogs.atlassian.net/browse/JUJU-676?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-731]: https://warthogs.atlassian.net/browse/JUJU-731?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-769]: https://warthogs.atlassian.net/browse/JUJU-769?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-771]: https://warthogs.atlassian.net/browse/JUJU-771?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents ff3fccd + 4fdca9a commit 6c5255b

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.7
1+
2.9.8

docs/changelog.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
Changelog
22
---------
33

4-
2.9.7
4+
2.9.8
55
^^^^^
66

7-
Friday February 11 2022
7+
Monday March 21 2022
88

99
## What's Changed
1010

11+
* [JUJU-567] Use ModelManager instead of ControllerFacade to list available models by @cderici in https://github.com/juju/python-libjuju/pull/632
12+
* [JUJU-573] Fix charm resolution for Juju 2.8.11 by @cderici in https://github.com/juju/python-libjuju/pull/633
13+
* [JUJU-704] Remove non-implemented (stuıb) functions by @cderici in https://github.com/juju/python-libjuju/pull/646
14+
* [JUJU-676] Avoid defaulting to empty string for charm origin by @cderici in https://github.com/juju/python-libjuju/pull/647
15+
* Charmstore compatability of deploying bundles by @addyess in https://github.com/juju/python-libjuju/pull/650
16+
* [JUJU-731] Subordinate charm num unit by @cderici in https://github.com/juju/python-libjuju/pull/648
17+
* [JUJU-769] Facade schemas for 2.9.27 by @cderici in https://github.com/juju/python-libjuju/pull/652
18+
* [JUJU-771] Auto switch to scale from add_unit on container based models by @cderici in https://github.com/juju/python-libjuju/pull/653
19+
20+
21+
2.9.7
22+
^^^^^
23+
24+
Friday February 11 2022
25+
1126
* [JUJU-556] Facade schemas for Juju 2.9.24 by @cderici in https://github.com/juju/python-libjuju/pull/626
1227
* Provide extra metadata with charmstore.entity(...) by @addyess in https://github.com/juju/python-libjuju/pull/635
1328

0 commit comments

Comments
 (0)