Skip to content

Commit

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

## What's Changed
* Drop use of walrus operator by @freyes in #993
* No controller model access needed for connection with a non-admin user by @cderici in #1003
* Password resolution in connector by @cderici in #1002
* Remove dependency to juju-cli for controller_name by @cderici in #1009

#### Notes & Discussion

JUJU-5413
  • Loading branch information
jujubot authored Feb 13, 2024
2 parents 4f38c4e + ce38d0b commit f28a591
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.46.0
2.9.46.1
14 changes: 12 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
Changelog
---------

2.9.46.0
2.9.46.1
^^^^^^^^

Tuesday Dec 5 2023
Thursday Feb 8 2024

## What's Changed

* Drop use of walrus operator by @freyes in https://github.com/juju/python-libjuju/pull/993
* No controller model access needed for connection with a non-admin user by @cderici in https://github.com/juju/python-libjuju/pull/1003
* Password resolution in connector by @cderici in https://github.com/juju/python-libjuju/pull/1002
* Remove dependency to juju-cli for controller_name by @cderici in https://github.com/juju/python-libjuju/pull/1009

2.9.46.0
^^^^^^^^

Tuesday Dec 5 2023

* Pass websocket Close frame into ConnectionClosed by @cderici in https://github.com/juju/python-libjuju/pull/990


Expand Down

0 comments on commit f28a591

Please sign in to comment.