Skip to content

Commit

Permalink
Merge pull request #944 from cderici/release-2.9.44.1
Browse files Browse the repository at this point in the history
#944

## What's Changed

This is a patch release on the `2.9` track. Most significant change is the added support for nested `assumes` expressions in #940.

* Cleanup release process by @cderici in #921
* [JUJU-4488] Add licence headers to source files by @cderici in #933
* Parse nested assumes expressions by @cderici in #940

[JUJU-4488]: https://warthogs.atlassian.net/browse/JUJU-4488?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
jujubot authored Sep 6, 2023
2 parents b8fde2e + 9f0d37b commit 2592638
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.44.0
2.9.44.1
13 changes: 11 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down Expand Up @@ -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',
},
Expand Down

0 comments on commit 2592638

Please sign in to comment.