11Changelog
22---------
33
4+ 3.2.0.1
5+ ^^^^^^^
6+
7+ Thursday 20th July 2023
8+
9+ This is a point release on the 3.x track, works with any Juju 3.x controller.
10+
11+ What's Changed
12+ ==============
13+
14+ * Update readme and add some docstrings for functions by @cderici in https://github.com/juju/python-libjuju/pull/873
15+ * Forward port subordinate utils by @cderici in https://github.com/juju/python-libjuju/pull/880
16+ * [JUJU-3952] Revisit access control levels by @cderici in https://github.com/juju/python-libjuju/pull/882
17+ * [JUJU-3999] Avoid parsing endpoint for overlay offers by @cderici in https://github.com/juju/python-libjuju/pull/887
18+ * Forward port upgrade resource fixes in app refresh by @cderici in https://github.com/juju/python-libjuju/pull/889
19+ * [JUJU-4076] Rename `wait_for_units ` and make semantics clearer by @cderici in https://github.com/juju/python-libjuju/pull/890
20+ * Stabilize sphinx build on RTD by @cderici in https://github.com/juju/python-libjuju/pull/899
21+ * Move test utils into a separate module by @cderici in https://github.com/juju/python-libjuju/pull/903
22+ * Remove title prefixes from issue templates by @cderici in https://github.com/juju/python-libjuju/pull/904
23+ * [JUJU-4048] Use GetChangesMapArgs for bundle changes by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/907
24+ * Forward ports from 2.9 to 3.x by @cderici in https://github.com/juju/python-libjuju/pull/910
25+ * Remove ceiling on pyyaml version by @cderici in https://github.com/juju/python-libjuju/pull/918
26+
4273.2.0.0
528^^^^^^^
629
@@ -10,9 +33,6 @@ This release contains the new endpoints for Juju 3.2.0.
1033
1134This release works with any Juju 3.x controller.
1235
13- What's Changed
14- ==============
15-
1636* Add base.bootstrapped decorator to integration test by @cderici in https://github.com/juju/python-libjuju/pull/856
1737* Add mantic and lunar to list of ubuntu series by @addyess in https://github.com/juju/python-libjuju/pull/853
1838* [JUJU-3885] forward port ipv6 support by @cderici in https://github.com/juju/python-libjuju/pull/866
@@ -32,9 +52,6 @@ endpoints for secrets backend.
3252
3353This release works with any Juju 3.x controller.
3454
35- What's Changed
36- ==============
37-
3855* [JUJU-3202] Add facades for 3.1.1. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/807
3956* Add destroy units by @cderici in https://github.com/juju/python-libjuju/pull/812
4057* [JUJU-3517] Revisit _build_facades in connection by @cderici in https://github.com/juju/python-libjuju/pull/826
@@ -52,9 +69,6 @@ Connectivity with juju controllers in the 3.x series is allowed, connections wit
5269
5370This version is only tested using Juju 3.1.0.
5471
55- What's Changed
56- ==============
57-
5872* setup.py: adjust websockets versions for py38-310 by @mert-kirpici in https://github.com/juju/python-libjuju/pull/731
5973* [JUJU-2175] Remove juju 2.9 support on 3.1.0 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/774
6074* [JUJU-2276] Series or base for local charms by @cderici in https://github.com/juju/python-libjuju/pull/777
@@ -79,9 +93,6 @@ New Contributors
7993
8094Wednesday 26th October
8195
82- What's Changed
83- ==============
84-
8596* [JUJU-2027] Local refresh with resoruces by @cderici in https://github.com/juju/python-libjuju/pull/757
8697* [JUJU-2026] Improve resolve charm by @cderici in https://github.com/juju/python-libjuju/pull/761
8798* Add owner and data to license file by @arturo-seijas in https://github.com/juju/python-libjuju/pull/760
@@ -98,9 +109,6 @@ New Contributors
98109
99110Saturay October 22 2022
100111
101- What's Changed
102- ==============
103-
104112* Wait for idle arg type check by @cderici in https://github.com/juju/python-libjuju/pull/741
105113* [JUJU-1970] Revise local refresh by @cderici in https://github.com/juju/python-libjuju/pull/742
106114* [JUJU-1984] Update facade schemas for juju 3.0-rc1-2 by @cderici in https://github.com/juju/python-libjuju/pull/745
@@ -119,9 +127,6 @@ What's Changed
119127
120128Wednesday October 5 2022
121129
122- What's Changed
123- ==============
124-
125130* Model name can now be accessed through model.name by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/702
126131* [JUJU-1593] Fix `unit.run() ` and update the old client codes by @cderici in https://github.com/juju/python-libjuju/pull/710
127132* Add py.typed marker by @sed-i in https://github.com/juju/python-libjuju/pull/709
0 commit comments