Skip to content

Commit a07e224

Browse files
authored
Merge pull request #919 from cderici/release-2.9.44.0
#919 ## What's Changed * [JUJU-4110] `charm_name` on Application object by @cderici in #901 * [JUJU-4204] Model.name on 2.9 by @cderici in #902 * [JUJU-4231] wait_for_idle to consider app status by @cderici in #905 * Stabilize sphinx doc builds for `2.9` track by @cderici in #911 * Add pytest.ini to register custom pytest marks by @cderici in #912 * [JUJU-4291] Removing Upper Constraint by @markbeierl in #916 [JUJU-4110]: https://warthogs.atlassian.net/browse/JUJU-4110?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-4204]: https://warthogs.atlassian.net/browse/JUJU-4204?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-4231]: https://warthogs.atlassian.net/browse/JUJU-4231?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-4291]: https://warthogs.atlassian.net/browse/JUJU-4291?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents 40055a3 + 54b34db commit a07e224

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

VERSION

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

docs/changelog.rst

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

4-
2.9.43.0
4+
2.9.44.0
55
^^^^^^^^
66

7-
Wednesday Jul 6 2023
7+
Thursday Jul 20 2023
88

99
## What's Changed
1010

11+
* [JUJU-4110] `charm_name` on Application object by @cderici in https://github.com/juju/python-libjuju/pull/901
12+
* [JUJU-4204] Model.name on 2.9 by @cderici in https://github.com/juju/python-libjuju/pull/902
13+
* [JUJU-4231] wait_for_idle to consider app status by @cderici in https://github.com/juju/python-libjuju/pull/905
14+
* Stabilize sphinx doc builds for `2.9` track by @cderici in https://github.com/juju/python-libjuju/pull/911
15+
* Add pytest.ini to register custom pytest marks by @cderici in https://github.com/juju/python-libjuju/pull/912
16+
* [JUJU-4291] Removing Upper Constraint by @markbeierl in https://github.com/juju/python-libjuju/pull/916
17+
18+
2.9.43.0
19+
^^^^^^^^
20+
21+
Wednesday Jul 6 2023
22+
1123
* [JUJU-1682] Utilities for subordinate units by @cderici in https://github.com/juju/python-libjuju/pull/879
1224
* [JUJU-4018] Avoid upgrade resource in app refresh if upstream has same resource revision by @cderici in https://github.com/juju/python-libjuju/pull/884
1325
* [JUJU-4112] Determining series for local bundle deploying local charm with manifest by @cderici in https://github.com/juju/python-libjuju/pull/896

0 commit comments

Comments
 (0)