Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(changelog): 3.5.2.0 release notes #1071

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
Changelog
---------

3.5.0.0
3.5.2.0
^^^^^^^

Thursday 30th May 2024
Thursday 11th July 2024

## What's Changed

* fix parsing of storage constraints by @luissimas in https://github.com/juju/python-libjuju/pull/1053
* Add setuptools to tox.ini by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1058
* fix(refresh): bug with revisions by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1067
* feat: conventional commits static analysis by @SimonRichardson in https://github.com/juju/python-libjuju/pull/1068
* fix(series): add noble support by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1063
* fix zones constraints list parsing by @luissimas in https://github.com/juju/python-libjuju/pull/1054
* fix(model): fix wrong instanciation of list-secrets facade by @gboutry in https://github.com/juju/python-libjuju/pull/1065
* fix(makefile): run .tox before lint in makefile target by @cderici in https://github.com/juju/python-libjuju/pull/1069

3.5.0.0
^^^^^^^

Thursday 30th May 2024

* Make consume respect the controller name in the url by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1038
* Fix multiline description in textarea in bug template GH workflow by @cderici in https://github.com/juju/python-libjuju/pull/1041
* Fix issue with microk8s proxy by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1044
Expand All @@ -19,8 +33,6 @@ Thursday 30th May 2024

Monday 25th Mar 2024

## What's Changed

* Add build test and update issue template by @cderici in https://github.com/juju/python-libjuju/pull/1030
* fix: machine scp & ssh by @yanksyoon in https://github.com/juju/python-libjuju/pull/1020
* Bugfix none type on master by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1036
Expand All @@ -30,8 +42,6 @@ Monday 25th Mar 2024

Thursday 15th Feb 2024

## What's Changed

This is a patch release for fixing some build problems in the 3.3.1.0 release that rendered it unusable in some scenarios.

* Resolve build problems in 3.3.1.0 by @cderici in https://github.com/juju/python-libjuju/pull/1026
Expand Down
2 changes: 1 addition & 1 deletion juju/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

DEFAULT_ARCHITECTURE = 'amd64'

CLIENT_VERSION = "3.5.0.0"
CLIENT_VERSION = "3.5.2.0"
Loading