Juju

Latest version: v3.5.0.0

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

Scan your dependencies

Page 6 of 7

2.9.11

What's Changed
* Add REPL quickstart subsection by sed-i in https://github.com/juju/python-libjuju/pull/676
* Revision of test onos.charm by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/686
* [JUJU-1353] Parse assume directives. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/685
* Replace deprecated juju.loop() calls from examples and documentation by ittner in https://github.com/juju/python-libjuju/pull/687
* Fixed the bundle run when the channel is None by oEscal in https://github.com/juju/python-libjuju/pull/664
* [JUJU-1433] Release 2.9.11 notes by cderici in https://github.com/juju/python-libjuju/pull/688

New Contributors
* ittner made their first contribution in https://github.com/juju/python-libjuju/pull/687
* oEscal made their first contribution in https://github.com/juju/python-libjuju/pull/664

**Full Changelog**: https://github.com/juju/python-libjuju/compare/2.9.10...2.9.11

2.9.10

What's Changed
* [JUJU-1155] Avoid incorrectly setting `series: kubernetes` for sidecar charms in k8s bundles by cderici in https://github.com/juju/python-libjuju/pull/679
* [JUJU-1172] Visiting the pylibjuju CI by cderici in https://github.com/juju/python-libjuju/pull/681
* [JUJU-1124] Avoid sending path across the wire for local resource file name by cderici in https://github.com/juju/python-libjuju/pull/678


**Full Changelog**: https://github.com/juju/python-libjuju/compare/2.9.9...2.9.10

2.9.9

What's Changed
* [JUJU-835] Avoid ignoring asyncio exceptions in coroutines by cderici in https://github.com/juju/python-libjuju/pull/658
* [JUJU-843] Attach-resource to check if given binary file by cderici in https://github.com/juju/python-libjuju/pull/659
* [JUJU-858] Add quality of life feature ensure application removal at return by cderici in https://github.com/juju/python-libjuju/pull/665
* [JUJU-965] Add a bit of client side constraint validation by cderici in https://github.com/juju/python-libjuju/pull/666
* support python3.10 with later versions of websockets by addyess in https://github.com/juju/python-libjuju/pull/673
* Revert "Avoid ignoring asyncio exceptions in coroutines" by simskij in https://github.com/juju/python-libjuju/pull/672
* [JUJU-796] Add relate method and deprecate add-relation by jack-w-shaw in https://github.com/juju/python-libjuju/pull/660
* [JUJU-981] Get series from deployed app instead of metadata when charm upgrade by cderici in https://github.com/juju/python-libjuju/pull/671
* [JUJU-1017] Release 2.9.9 notes by cderici in https://github.com/juju/python-libjuju/pull/674

New Contributors
* simskij made their first contribution in https://github.com/juju/python-libjuju/pull/672

**Full Changelog**: https://github.com/juju/python-libjuju/compare/2.9.8...2.9.9

2.9.8

What's Changed
* [JUJU-567] Use ModelManager instead of ControllerFacade to list available models by cderici in https://github.com/juju/python-libjuju/pull/632
* [JUJU-573] Fix charm resolution for Juju 2.8.11 by cderici in https://github.com/juju/python-libjuju/pull/633
* [JUJU-704] Remove non-implemented (stuıb) functions by cderici in https://github.com/juju/python-libjuju/pull/646
* [JUJU-676] Avoid defaulting to empty string for charm origin by cderici in https://github.com/juju/python-libjuju/pull/647
* Charmstore compatability of deploying bundles by addyess in https://github.com/juju/python-libjuju/pull/650
* [JUJU-731] Subordinate charm num unit by cderici in https://github.com/juju/python-libjuju/pull/648
* [JUJU-769] Facade schemas for 2.9.27 by cderici in https://github.com/juju/python-libjuju/pull/652
* [JUJU-771] Auto switch to scale from add_unit on container based models by cderici in https://github.com/juju/python-libjuju/pull/653
* [JUJU-767] Release 2.9.8 notes by cderici in https://github.com/juju/python-libjuju/pull/655


**Full Changelog**: https://github.com/juju/python-libjuju/compare/2.9.7...2.9.8

2.9.7

New Contributors
* addyess made their first contribution in https://github.com/juju/python-libjuju/pull/635

**Full Changelog**: https://github.com/juju/python-libjuju/compare/2.9.6...2.9.7

2.9.6

What's Changed
* [JUJU-320] Unit public address by SimonRichardson in https://github.com/juju/python-libjuju/pull/600
* [JUJU-244] Add attach-resource by cderici in https://github.com/juju/python-libjuju/pull/601
* [JUJU-140] Model.wait_for_idle -- for apps with no units yet by cderici in https://github.com/juju/python-libjuju/pull/575
* [JUJU-367] Improve `get_charm_series` to check the model for series for a local charm by cderici in https://github.com/juju/python-libjuju/pull/607
* [JUJU-366] Utility for connecting directly to existing connection by cderici in https://github.com/juju/python-libjuju/pull/605
* Use public-address key instead of public_address by wolsen in https://github.com/juju/python-libjuju/pull/610
* [JUJU-376] `wait_for_idle` to support scale down by cderici in https://github.com/juju/python-libjuju/pull/613
* [JUJU-378] Utility for block_until-ing with a custom coroutine by cderici in https://github.com/juju/python-libjuju/pull/614
* Fallback to 'local-fan' by dparv in https://github.com/juju/python-libjuju/pull/612
* Minor comments on docs for block_until related functions. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/617
* Additional checks in print status. by juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/622

New Contributors
* wolsen made their first contribution in https://github.com/juju/python-libjuju/pull/610
* dparv made their first contribution in https://github.com/juju/python-libjuju/pull/612


[JUJU-320]: https://warthogs.atlassian.net/browse/JUJU-320?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-244]: https://warthogs.atlassian.net/browse/JUJU-244?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-140]: https://warthogs.atlassian.net/browse/JUJU-140?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-367]: https://warthogs.atlassian.net/browse/JUJU-367?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-366]: https://warthogs.atlassian.net/browse/JUJU-366?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-376]: https://warthogs.atlassian.net/browse/JUJU-376?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-378]: https://warthogs.atlassian.net/browse/JUJU-378?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

**Full Changelog**: https://github.com/juju/python-libjuju/compare/2.9.5...2.9.6

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.