Skip to content

Commit f3e6ab2

Browse files
Merge pull request #674 from cderici/release-2.9.9
[JUJU-1017] Release 2.9.9 notes
2 parents a01c820 + 0da50c6 commit f3e6ab2

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

VERSION

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

docs/changelog.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
Changelog
22
---------
33

4-
2.9.8
4+
2.9.9
55
^^^^^
66

7-
Monday March 21 2022
7+
Wednesday April 26 2022
88

99
## What's Changed
1010

11+
* [JUJU-835] Avoid ignoring asyncio exceptions in coroutines by @cderici in https://github.com/juju/python-libjuju/pull/658
12+
* [JUJU-843] Attach-resource to check if given binary file by @cderici in https://github.com/juju/python-libjuju/pull/659
13+
* [JUJU-858] Add quality of life feature ensure application removal at return by @cderici in https://github.com/juju/python-libjuju/pull/665
14+
* [JUJU-965] Add a bit of client side constraint validation by @cderici in https://github.com/juju/python-libjuju/pull/666
15+
* support python3.10 with later versions of websockets by @addyess in https://github.com/juju/python-libjuju/pull/673
16+
* Revert "Avoid ignoring asyncio exceptions in coroutines" by @simskij in https://github.com/juju/python-libjuju/pull/672
17+
* [JUJU-796] Add relate method and deprecate add-relation by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/660
18+
* [JUJU-981] Get series from deployed app instead of metadata when charm upgrade by @cderici in https://github.com/juju/python-libjuju/pull/671
19+
20+
2.9.8
21+
^^^^^
22+
23+
Monday March 21 2022
24+
1125
* [JUJU-567] Use ModelManager instead of ControllerFacade to list available models by @cderici in https://github.com/juju/python-libjuju/pull/632
1226
* [JUJU-573] Fix charm resolution for Juju 2.8.11 by @cderici in https://github.com/juju/python-libjuju/pull/633
1327
* [JUJU-704] Remove non-implemented (stuıb) functions by @cderici in https://github.com/juju/python-libjuju/pull/646
@@ -17,7 +31,6 @@ Monday March 21 2022
1731
* [JUJU-769] Facade schemas for 2.9.27 by @cderici in https://github.com/juju/python-libjuju/pull/652
1832
* [JUJU-771] Auto switch to scale from add_unit on container based models by @cderici in https://github.com/juju/python-libjuju/pull/653
1933

20-
2134
2.9.7
2235
^^^^^
2336

0 commit comments

Comments
 (0)