Juju

Latest version: v3.6.1.1

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 14

3.2.0.0

^^^^^^^

Wednesday 7th June 2023

This release contains the new endpoints for Juju 3.2.0.

This release works with any Juju 3.x controller.

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

3.1.2.0

^^^^^^^

Friday 5th May 2023

This release has been tested with Juju 3.1.2 and contains the new
endpoints for secrets backend.

This release works with any Juju 3.x controller.

* [JUJU-3202] Add facades for 3.1.1. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/807
* Add destroy units by cderici in https://github.com/juju/python-libjuju/pull/812
* [JUJU-3517] Revisit _build_facades in connection by cderici in https://github.com/juju/python-libjuju/pull/826
* [JUJU-3527] Added 3.1.2 and 3.2-beta2 schemas. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/828
* [JUJU-1628] Deploy by revision by cderici in https://github.com/juju/python-libjuju/pull/830
* [JUJU-3552] Prepare 3.1.2.1 release by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/836

3.1.0.1

^^^^^^^

Friday 10th February 2023

This release targets juju version 3.1.0 and enables the new secrets backend api.
Connectivity with juju controllers in the 3.x series is allowed, connections with different major version controllers (e.g. 2.x, 4.x, etc.) will be cancelled.

This version is only tested using Juju 3.1.0.

* setup.py: adjust websockets versions for py38-310 by mert-kirpici in https://github.com/juju/python-libjuju/pull/731
* [JUJU-2175] Remove juju 2.9 support on 3.1.0 by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/774
* [JUJU-2276] Series or base for local charms by cderici in https://github.com/juju/python-libjuju/pull/777
* [JUJU-2391] Fix wrong bases analysis. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/782
* [JUJU-2401] Added release candidate workflow. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/784
* [JUJU-2402] Prepare nightly juju edge testing. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/785
* [JUJU-2237] Remove charmstore charm support from pylibjuju by cderici in https://github.com/juju/python-libjuju/pull/786
* [JUJU-2426] Secrets support by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/791
* [JUJU-2573] Base argument for model deploy by cderici in https://github.com/juju/python-libjuju/pull/798
* Add compatibility for juju 3.1.0 by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/799
* Replace schemas.json with a wellformed version. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/800

New Contributors

* mert-kirpici made their first contribution in https://github.com/juju/python-libjuju/pull/731

**Full Changelog**: https://github.com/juju/python-libjuju/compare/3.0.4...3.1.0.1

3.0.4

^^^^^

Wednesday 26th October

* [JUJU-2027] Local refresh with resources by cderici in https://github.com/juju/python-libjuju/pull/757
* [JUJU-2026] Improve resolve charm by cderici in https://github.com/juju/python-libjuju/pull/761
* Add owner and data to license file by arturo-seijas in https://github.com/juju/python-libjuju/pull/760

New Contributors

* arturo-seijas made their first contribution in https://github.com/juju/python-libjuju/pull/760

**Full Changelog**: https://github.com/juju/python-libjuju/compare/3.0.3...3.0.4

3.0.3

^^^^^

Saturay October 22 2022

* Wait for idle arg type check by cderici in https://github.com/juju/python-libjuju/pull/741
* [JUJU-1970] Revise local refresh by cderici in https://github.com/juju/python-libjuju/pull/742
* [JUJU-1984] Update facade schemas for juju 3.0-rc1-2 by cderici in https://github.com/juju/python-libjuju/pull/745
* [JUJU-1992] Fix charmhub series deploy 3.0 by cderici in https://github.com/juju/python-libjuju/pull/746
* [JUJU-2001] Fix base for local charms and bundles for CharmOrigin 3.0 by cderici in https://github.com/juju/python-libjuju/pull/749
* [JUJU-2017] Check subordinate field value instead of existence by cderici in https://github.com/juju/python-libjuju/pull/751
* [JUJU-2018] Update 2.9.36 facades & clients by cderici in https://github.com/juju/python-libjuju/pull/752
* [JUJU-1705] Make sure the action status is correctly set by cderici in https://github.com/juju/python-libjuju/pull/753
* [JUJU-2019] Small fixes for 3.0 by cderici in https://github.com/juju/python-libjuju/pull/754


**Full Changelog**: https://github.com/juju/python-libjuju/compare/3.0.2...3.0.3

3.0.2

^^^^^

Wednesday October 5 2022

* Model name can now be accessed through model.name by jack-w-shaw in https://github.com/juju/python-libjuju/pull/702
* [JUJU-1593] Fix `unit.run()` and update the old client codes by cderici in https://github.com/juju/python-libjuju/pull/710
* Add py.typed marker by sed-i in https://github.com/juju/python-libjuju/pull/709
* [JUJU-1664] Add force, no-wait, destroy-storage params to app.destroy by cderici in https://github.com/juju/python-libjuju/pull/714
* snapcraft.io access should use https requests by addyess in https://github.com/juju/python-libjuju/pull/715
* [JUJU-1680] Add issue and PR templates by cderici in https://github.com/juju/python-libjuju/pull/718
* [JUJU-1681] Add --attach-storage parameter to model.deploy by cderici in https://github.com/juju/python-libjuju/pull/720
* [JUJU-1706] Allow waiting for `wait_for_exact_units=0` by cderici in https://github.com/juju/python-libjuju/pull/723
* [JUJU-1663] Drop Python 3.5 support from python-libjuju by cderici in https://github.com/juju/python-libjuju/pull/722
* [JUJU-1671] Charmhub url from model config by cderici in https://github.com/juju/python-libjuju/pull/724
* [JUJU-1733] Revisit unitrun example by cderici in https://github.com/juju/python-libjuju/pull/725
* [JUJU-1800] Revise the `application.upgrade_charm()` (refresh) by cderici in https://github.com/juju/python-libjuju/pull/729
* [JUJU-1893] Revisit `charmhub.info()` by cderici in https://github.com/juju/python-libjuju/pull/737

Page 3 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.