The Juju team is proud to release Pylibjuju 3.2.0.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 release has been tested using Juju 3.2.0 controllers and contains several fixes around series and bases selection. This release should be your current choice for any Juju 3.x controller.

How do I get it?

The best way to get your hands on this release of Pylibjuju is to use pypi:

pip install juju==3.2.0.0

What’s Changed

  • Add base.bootstrapped decorator to integration test by @cderici in #856
  • Add mantic and lunar to list of ubuntu series by @addyess in #853
  • [JUJU-3885] forward port ipv6 support by @cderici in #866
  • Revisit auto documentation generation with sphinx on RTD by @cderici in #871
  • [JUJU-3894] Forward port some fixes from 2.9 to master by @cderici in #870
  • Revisit the secret backend integration test by @cderici in #858
  • [JUJU-3954] Fix incorrect base channel computation by @cderici in #875
  • [JUJU-3927] Add 3.2.0 facades by @juanmanuel-tirado in #874

Feedback Appreciated!

1 Like