File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22---------
33
4- 3.5.0 .0
4+ 3.5.2 .0
55^^^^^^^
66
7- Thursday 30th May 2024
7+ Thursday 11th July 2024
88
99## What's Changed
1010
11+ * fix parsing of storage constraints by @luissimas in https://github.com/juju/python-libjuju/pull/1053
12+ * Add setuptools to tox.ini by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1058
13+ * fix(refresh): bug with revisions by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1067
14+ * feat: conventional commits static analysis by @SimonRichardson in https://github.com/juju/python-libjuju/pull/1068
15+ * fix(series): add noble support by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/1063
16+ * fix zones constraints list parsing by @luissimas in https://github.com/juju/python-libjuju/pull/1054
17+ * fix(model): fix wrong instanciation of list-secrets facade by @gboutry in https://github.com/juju/python-libjuju/pull/1065
18+ * fix(makefile): run .tox before lint in makefile target by @cderici in https://github.com/juju/python-libjuju/pull/1069
19+
20+ 3.5.0.0
21+ ^^^^^^^
22+
23+ Thursday 30th May 2024
24+
1125* Make consume respect the controller name in the url by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1038
1226* Fix multiline description in textarea in bug template GH workflow by @cderici in https://github.com/juju/python-libjuju/pull/1041
1327* Fix issue with microk8s proxy by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1044
@@ -19,8 +33,6 @@ Thursday 30th May 2024
1933
2034Monday 25th Mar 2024
2135
22- ## What's Changed
23-
2436* Add build test and update issue template by @cderici in https://github.com/juju/python-libjuju/pull/1030
2537* fix: machine scp & ssh by @yanksyoon in https://github.com/juju/python-libjuju/pull/1020
2638* Bugfix none type on master by @Aflynn50 in https://github.com/juju/python-libjuju/pull/1036
@@ -30,8 +42,6 @@ Monday 25th Mar 2024
3042
3143Thursday 15th Feb 2024
3244
33- ## What's Changed
34-
3545This is a patch release for fixing some build problems in the 3.3.1.0 release that rendered it unusable in some scenarios.
3646
3747* Resolve build problems in 3.3.1.0 by @cderici in https://github.com/juju/python-libjuju/pull/1026
Original file line number Diff line number Diff line change 55
66DEFAULT_ARCHITECTURE = 'amd64'
77
8- CLIENT_VERSION = "3.5.0 .0"
8+ CLIENT_VERSION = "3.5.2 .0"
You can’t perform that action at this time.
0 commit comments