The Juju team is proud to release Pylibjuju 3.2.0.1!
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 3.x track, which corresponds to the Juju 3.x 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
What’s Changed
- Update readme and add some docstrings for functions by @cderici in https://github.com/juju/python-libjuju/pull/873
- Forward port subordinate utils by @cderici in https://github.com/juju/python-libjuju/pull/880
- [JUJU-3952] Revisit access control levels by @cderici in https://github.com/juju/python-libjuju/pull/882
- [JUJU-3999] Avoid parsing endpoint for overlay offers by @cderici in https://github.com/juju/python-libjuju/pull/887
- Forward port upgrade resource fixes in app refresh by @cderici in https://github.com/juju/python-libjuju/pull/889
- [JUJU-4076] Rename
wait_for_units
and make semantics clearer by @cderici in https://github.com/juju/python-libjuju/pull/890 - Stabilize sphinx build on RTD by @cderici in https://github.com/juju/python-libjuju/pull/899
- Move test utils into a separate module by @cderici in https://github.com/juju/python-libjuju/pull/903
- Remove title prefixes from issue templates by @cderici in https://github.com/juju/python-libjuju/pull/904
- [JUJU-4048] Use GetChangesMapArgs for bundle changes by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/907
- Forward ports from 2.9 to 3.x by @cderici in https://github.com/juju/python-libjuju/pull/910
- Remove ceiling on pyyaml version by @cderici in https://github.com/juju/python-libjuju/pull/918
- [JUJU-4298] Release 3.2.0.1 notes by @cderici in https://github.com/juju/python-libjuju/pull/920
Full Changelog: https://github.com/juju/python-libjuju/compare/3.2.0.0...3.2.0.1
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.