Skip to content

Commit

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

## What's Changed

The main contribution of this release is the user secrets that's released as a part of Juju 3.3.

* Free pyblijuju from relying on juju client when connecting to a controller by @cderici in #984
* Handle FileNotFoundError on current_controller() by @DanielArndt in #937
* Add support for adding user secrets by @cderici in #986
* Complete support for user secrets by @cderici in #987

#### Notes & Discussion

JUJU-5079
  • Loading branch information
jujubot authored Nov 30, 2023
2 parents 0900301 + 1d606e9 commit 2581b0c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3.0
3.3.0.0
15 changes: 13 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
Changelog
---------

3.2.3.0
3.3.0.0
^^^^^^^

## What's Changed

The main contribution of this release is the user secrets that's released as a part of Juju 3.3.

Thursday 30th Nov 2023

* Free pyblijuju from relying on juju client when connecting to a controller by @cderici in https://github.com/juju/python-libjuju/pull/984
* Handle FileNotFoundError on current_controller() by @DanielArndt in https://github.com/juju/python-libjuju/pull/937
* Add support for adding user secrets by @cderici in https://github.com/juju/python-libjuju/pull/986
* Complete support for user secrets by @cderici in https://github.com/juju/python-libjuju/pull/987

3.2.3.0
^^^^^^^

Thursday 26th Oct 2023

* Repository Maintenance Improvements by @cderici in https://github.com/juju/python-libjuju/pull/922
Expand Down Expand Up @@ -34,7 +46,6 @@ Thursday 26th Oct 2023
* [JUJU-4779] Ensure valid charm origin for local charm switches by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/978
* Application refresh with resources on 3.x by @cderici in https://github.com/juju/python-libjuju/pull/973


3.2.2.0
^^^^^^^

Expand Down

0 comments on commit 2581b0c

Please sign in to comment.