The Juju team is proud to release Pylibjuju 2.9.44.0!
Pylibjuju enables you to drive Juju from Python, easing operations from day 2 and beyond. It is a toolkit for adding automation to your projects. Pylibjuju enables you to manage your Juju controllers, models, applications and units.
This is a release of the Pylibjuju 2.9 track, which corresponds to the Juju 2.9 track.
How do I get it?
The best way to get your hands on this release of Pylibjuju is to use pypi:
pip install juju==2.9.44.0
What’s Changed
- [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
- Stabilize sphinx doc builds for
2.9
track by @cderici in https://github.com/juju/python-libjuju/pull/911 - Add pytest.ini to register custom pytest marks by @cderici in https://github.com/juju/python-libjuju/pull/912
- [JUJU-4291] Removing Upper Constraint by @markbeierl in https://github.com/juju/python-libjuju/pull/916
- [JUJU-4297] Release 2.9.44.0 notes by @cderici in https://github.com/juju/python-libjuju/pull/919
New Contributors
- @markbeierl made their first contribution in https://github.com/juju/python-libjuju/pull/916
Full Changelog: https://github.com/juju/python-libjuju/compare/2.9.43.0...2.9.44.0
Feedback Appreciated!
We encourage everyone to let us know how you’re using Pylibjuju. Please ask questions on on Discourse, send us a message on Twitter using the hashtag #jujucharms.