From bca0e0282093fd1ebd8e33e85d12690b710d18c6 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Tue, 5 Sep 2023 16:05:32 -0600 Subject: [PATCH 1/2] Release 2.9.44.1 notes --- VERSION | 2 +- docs/changelog.rst | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b5c3d743..dc14bb33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.44.0 \ No newline at end of file +2.9.44.1 \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index d4a12223..9adc78cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,22 @@ Changelog --------- -2.9.44.0 +2.9.44.1 ^^^^^^^^ -Thursday Jul 20 2023 +Tuesday Sep 5 2023 ## What's Changed +* Cleanup release process by @cderici in https://github.com/juju/python-libjuju/pull/921 +* [JUJU-4488] Add licence headers to source files by @cderici in https://github.com/juju/python-libjuju/pull/933 +* Parse nested assumes expressions by @cderici in https://github.com/juju/python-libjuju/pull/940 + +2.9.44.0 +^^^^^^^^ + +Thursday Jul 20 2023 + * [JUJU-4110] `charm_name` on Application object by @cderici in https://github.com/juju/python-libjuju/pull/901 * [JUJU-4204] Model.name on 2.9 by @cderici in https://github.com/juju/python-libjuju/pull/902 * [JUJU-4231] wait_for_idle to consider app status by @cderici in https://github.com/juju/python-libjuju/pull/905 From 9f0d37bc2ce9b9759d00260c43f0c9a1e24c3977 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Tue, 5 Sep 2023 19:20:48 -0600 Subject: [PATCH 2/2] Update percona-cluster charm channel in tests --- tests/integration/test_application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test_application.py b/tests/integration/test_application.py index 2199160a..d9bf3d64 100644 --- a/tests/integration/test_application.py +++ b/tests/integration/test_application.py @@ -24,7 +24,7 @@ async def test_action(event_loop): 'percona-cluster', application_name='mysql', series='bionic', - channel='latest/stable', + channel='5.7/stable', config={ 'tuning-level': 'safest', }, @@ -62,7 +62,7 @@ async def test_get_set_config(event_loop): 'percona-cluster', application_name='mysql', series='bionic', - channel='latest/stable', + channel='5.7/stable', config={ 'tuning-level': 'safest', },