The Juju team is proud to release Pylibjuju 2.9.38.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.38.1, which corresponds to the Juju 2.9.38 version.
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.38.1
The 2.9.38.1 version breaks the existing python-libjuju release versioning policy. From now on versioning in python-libjuju indicates the juju version it targets (2.9.38) and the patch number this version (1 in this case). This is not set as the latest released version as it does not targets the latest juju release.
What’s Changed
- Merge 2.9.11 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/713
- add support for ipv6 by @jdkandersson in https://github.com/juju/python-libjuju/pull/726
- [JUJU-1979] Backport upgrade-charm fixes onto
2.9
by @cderici in https://github.com/juju/python-libjuju/pull/744 - [JUJU-2256] Add integration tests to github actions pinning juju 2.9 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/775
- [JUJU-2392] Cherrypick to fix wrong bases by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/783
- [JUJU-2485] Added nightly built checks. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/787
- [JUJU-2381] Facade updated to 2.9.38 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/788
- Release 2.9.38 notes by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/789
New Contributors
- @jdkandersson made their first contribution in https://github.com/juju/python-libjuju/pull/726
Full Changelog: https://github.com/juju/python-libjuju/compare/2.9.11...2.9.38.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.