From 0da50c690b59e97f39b51a015209fe98a7e9b826 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Tue, 26 Apr 2022 15:46:14 -0600 Subject: [PATCH] Release 2.9.9 notes --- VERSION | 2 +- docs/changelog.rst | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index d8589d192..4ee4a30b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.8 +2.9.9 diff --git a/docs/changelog.rst b/docs/changelog.rst index 0832b81fc..8da93c9ed 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,27 @@ Changelog --------- -2.9.8 +2.9.9 ^^^^^ -Monday March 21 2022 +Wednesday April 26 2022 ## What's Changed +* [JUJU-835] Avoid ignoring asyncio exceptions in coroutines by @cderici in https://github.com/juju/python-libjuju/pull/658 +* [JUJU-843] Attach-resource to check if given binary file by @cderici in https://github.com/juju/python-libjuju/pull/659 +* [JUJU-858] Add quality of life feature ensure application removal at return by @cderici in https://github.com/juju/python-libjuju/pull/665 +* [JUJU-965] Add a bit of client side constraint validation by @cderici in https://github.com/juju/python-libjuju/pull/666 +* support python3.10 with later versions of websockets by @addyess in https://github.com/juju/python-libjuju/pull/673 +* Revert "Avoid ignoring asyncio exceptions in coroutines" by @simskij in https://github.com/juju/python-libjuju/pull/672 +* [JUJU-796] Add relate method and deprecate add-relation by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/660 +* [JUJU-981] Get series from deployed app instead of metadata when charm upgrade by @cderici in https://github.com/juju/python-libjuju/pull/671 + +2.9.8 +^^^^^ + +Monday March 21 2022 + * [JUJU-567] Use ModelManager instead of ControllerFacade to list available models by @cderici in https://github.com/juju/python-libjuju/pull/632 * [JUJU-573] Fix charm resolution for Juju 2.8.11 by @cderici in https://github.com/juju/python-libjuju/pull/633 * [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 * [JUJU-769] Facade schemas for 2.9.27 by @cderici in https://github.com/juju/python-libjuju/pull/652 * [JUJU-771] Auto switch to scale from add_unit on container based models by @cderici in https://github.com/juju/python-libjuju/pull/653 - 2.9.7 ^^^^^