Skip to content

Commit

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

## What's Changed
* fix parsing of storage constraints by @luissimas in #1053
* Add setuptools to tox.ini by @Aflynn50 in #1058
* fix(refresh): bug with revisions by @jack-w-shaw in #1067
* feat: conventional commits static analysis by @SimonRichardson in #1068
* fix(series): add noble support by @jack-w-shaw in #1063
* fix zones constrains list parsing by @luissimas in #1054
* fix(model): fix wrong instanciation of list-secrets facade by @gboutry in #1065
* fix(makefile): run .tox before lint in makefile target by @cderici in #1069
  • Loading branch information
jujubot authored Jul 11, 2024
2 parents 30c31b5 + d187c1e commit 6c6d70d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
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"

0 comments on commit 6c6d70d

Please sign in to comment.