The Juju team is proud to release Pylibjuju 2.9.46.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 2.9 track. Works with the latest Juju 2.9.46
(and earlier 2.9 versions).
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.46.1
What’s Changed
- Drop use of walrus operator by @freyes in https://github.com/juju/python-libjuju/pull/993
- No controller model access needed for connection with a non-admin user by @cderici in https://github.com/juju/python-libjuju/pull/1003
- Password resolution in connector by @cderici in https://github.com/juju/python-libjuju/pull/1002
- Remove dependency to juju-cli for controller_name by @cderici in https://github.com/juju/python-libjuju/pull/1009
- Release 2.9.46.1 notes by @cderici in https://github.com/juju/python-libjuju/pull/1023
New Contributors
- @freyes made their first contribution in https://github.com/juju/python-libjuju/pull/993
Full Changelog: https://github.com/juju/python-libjuju/compare/2.9.46.0...2.9.46.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.