Skip to content

Commit 2592638

Browse files
authored
Merge pull request #944 from cderici/release-2.9.44.1
#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
2 parents b8fde2e + 9f0d37b commit 2592638

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.44.0
1+
2.9.44.1

docs/changelog.rst

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

4-
2.9.44.0
4+
2.9.44.1
55
^^^^^^^^
66

7-
Thursday Jul 20 2023
7+
Tuesday Sep 5 2023
88

99
## What's Changed
1010

11+
* Cleanup release process by @cderici in https://github.com/juju/python-libjuju/pull/921
12+
* [JUJU-4488] Add licence headers to source files by @cderici in https://github.com/juju/python-libjuju/pull/933
13+
* Parse nested assumes expressions by @cderici in https://github.com/juju/python-libjuju/pull/940
14+
15+
2.9.44.0
16+
^^^^^^^^
17+
18+
Thursday Jul 20 2023
19+
1120
* [JUJU-4110] `charm_name` on Application object by @cderici in https://github.com/juju/python-libjuju/pull/901
1221
* [JUJU-4204] Model.name on 2.9 by @cderici in https://github.com/juju/python-libjuju/pull/902
1322
* [JUJU-4231] wait_for_idle to consider app status by @cderici in https://github.com/juju/python-libjuju/pull/905

tests/integration/test_application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async def test_action(event_loop):
2424
'percona-cluster',
2525
application_name='mysql',
2626
series='bionic',
27-
channel='latest/stable',
27+
channel='5.7/stable',
2828
config={
2929
'tuning-level': 'safest',
3030
},
@@ -62,7 +62,7 @@ async def test_get_set_config(event_loop):
6262
'percona-cluster',
6363
application_name='mysql',
6464
series='bionic',
65-
channel='latest/stable',
65+
channel='5.7/stable',
6666
config={
6767
'tuning-level': 'safest',
6868
},

0 commit comments

Comments
 (0)