Skip to content

Commit

Permalink
Merge pull request #920 from cderici/release-3.2.0.1
Browse files Browse the repository at this point in the history
#920

## What's Changed
* Update readme and add some docstrings for functions by @cderici in #873
* Forward port subordinate utils by @cderici in #880
* [JUJU-3952] Revisit access control levels by @cderici in #882
* [JUJU-3999] Avoid parsing endpoint for overlay offers by @cderici in #887
* Forward port upgrade resource fixes in app refresh by @cderici in #889
* [JUJU-4076] Rename `wait_for_units` and make semantics clearer by @cderici in #890
* Stabilize sphinx build on RTD by @cderici in #899
* Move test utils into a separate module by @cderici in #903
* Remove title prefixes from issue templates by @cderici in #904
* [JUJU-4048] Use GetChangesMapArgs for bundle changes by @jack-w-shaw in #907
* Forward ports from 2.9 to 3.x by @cderici in #910
* Remove ceiling on pyyaml version by @cderici in #918

[JUJU-3952]: https://warthogs.atlassian.net/browse/JUJU-3952?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-3999]: https://warthogs.atlassian.net/browse/JUJU-3999?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-4076]: https://warthogs.atlassian.net/browse/JUJU-4076?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[JUJU-4048]: https://warthogs.atlassian.net/browse/JUJU-4048?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
jujubot authored Jul 20, 2023
2 parents e6a4c20 + ca9c8ef commit ff1a82a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0.0
3.2.0.1
41 changes: 23 additions & 18 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog
---------

3.2.0.1
^^^^^^^

Thursday 20th July 2023

This is a point release on the 3.x track, works with any Juju 3.x controller.

What's Changed
==============

* Update readme and add some docstrings for functions by @cderici in https://github.com/juju/python-libjuju/pull/873
* Forward port subordinate utils by @cderici in https://github.com/juju/python-libjuju/pull/880
* [JUJU-3952] Revisit access control levels by @cderici in https://github.com/juju/python-libjuju/pull/882
* [JUJU-3999] Avoid parsing endpoint for overlay offers by @cderici in https://github.com/juju/python-libjuju/pull/887
* Forward port upgrade resource fixes in app refresh by @cderici in https://github.com/juju/python-libjuju/pull/889
* [JUJU-4076] Rename `wait_for_units` and make semantics clearer by @cderici in https://github.com/juju/python-libjuju/pull/890
* Stabilize sphinx build on RTD by @cderici in https://github.com/juju/python-libjuju/pull/899
* Move test utils into a separate module by @cderici in https://github.com/juju/python-libjuju/pull/903
* Remove title prefixes from issue templates by @cderici in https://github.com/juju/python-libjuju/pull/904
* [JUJU-4048] Use GetChangesMapArgs for bundle changes by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/907
* Forward ports from 2.9 to 3.x by @cderici in https://github.com/juju/python-libjuju/pull/910
* Remove ceiling on pyyaml version by @cderici in https://github.com/juju/python-libjuju/pull/918

3.2.0.0
^^^^^^^

Expand All @@ -10,9 +33,6 @@ This release contains the new endpoints for Juju 3.2.0.

This release works with any Juju 3.x controller.

What's Changed
==============

* 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
Expand All @@ -32,9 +52,6 @@ endpoints for secrets backend.

This release works with any Juju 3.x controller.

What's Changed
==============

* [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
Expand All @@ -52,9 +69,6 @@ Connectivity with juju controllers in the 3.x series is allowed, connections wit

This version is only tested using Juju 3.1.0.

What's Changed
==============

* 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
Expand All @@ -79,9 +93,6 @@ New Contributors

Wednesday 26th October

What's Changed
==============

* [JUJU-2027] Local refresh with resoruces 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
Expand All @@ -98,9 +109,6 @@ New Contributors

Saturay October 22 2022

What's Changed
==============

* 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
Expand All @@ -119,9 +127,6 @@ What's Changed

Wednesday October 5 2022

What's Changed
==============

* 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
Expand Down

0 comments on commit ff1a82a

Please sign in to comment.