Skip to content

Commit c5c4e31

Browse files
authored
Merge pull request #980 from cderici/release-3.2.3
#980 ## What's Changed * Repository Maintenance Improvements by @cderici in #922 * Stale bot to not bother feature requests by @cderici in #926 * Fix linter issues by @cderici in #928 * Fix docstring typo by @DanielArndt in #927 * Fix asyncio on README by @marceloneppel in #930 * Fix integration/test_application.test_action by @cderici in #932 * Update 3.2 facade clients by @cderici in #931 * [JUJU-4488] Add licence headers to source files on 3.x by @cderici in #934 * Update async tests to use builtin python suite by @DanielArndt in #935 * Pass correct charm url to series selector by @cderici in #942 * Green CI cleanup for python-libjuju by @cderici in #939 * Bring forward support for nested assumes expressions on 3x by @cderici in #943 * Release 3.2.2.0 notes by @cderici in #945 * Cleanup release process for 3.x by @cderici in #946 * Use new DeployFromRepository endpoint for deploy by @cderici in #949 * Handle pending upload resources deployfromrepository by @cderici in #953 * Optimize connection teardown by @cderici in #952 * Use `log.warning` instead of the deprecated `warn` by @sed-i in #954 * Find controller name by endpoint on 3.x track by @cderici in #966 * Optimize & fix unit removal by @cderici in #967 * Allow switch kwarg in refresh to switch to local charms by @jack-w-shaw in #971 * Parse charm URLs consistantly for local charms by @jack-w-shaw in #974 * Juju config directory location fix on 3.x by @cderici in #976 * [JUJU-4779] Ensure valid charm origin for local charm switches by @jack-w-shaw in #978 * Application refresh with resources on 3.x by @cderici in #973 #### Notes & Discussion JUJU-4851 [JUJU-4488]: https://warthogs.atlassian.net/browse/JUJU-4488?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-4779]: https://warthogs.atlassian.net/browse/JUJU-4779?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents d2c1cae + dfd85a2 commit c5c4e31

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

docs/changelog.rst

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,47 @@
11
Changelog
22
---------
33

4+
3.2.3.0
5+
^^^^^^^
6+
7+
## What's Changed
8+
9+
Thursday 26th Oct 2023
10+
11+
* Repository Maintenance Improvements by @cderici in https://github.com/juju/python-libjuju/pull/922
12+
* Stale bot to not bother feature requests by @cderici in https://github.com/juju/python-libjuju/pull/926
13+
* Fix linter issues by @cderici in https://github.com/juju/python-libjuju/pull/928
14+
* Fix docstring typo by @DanielArndt in https://github.com/juju/python-libjuju/pull/927
15+
* Fix asyncio on README by @marceloneppel in https://github.com/juju/python-libjuju/pull/930
16+
* Fix integration/test_application.test_action by @cderici in https://github.com/juju/python-libjuju/pull/932
17+
* Update 3.2 facade clients by @cderici in https://github.com/juju/python-libjuju/pull/931
18+
* [JUJU-4488] Add licence headers to source files on 3.x by @cderici in https://github.com/juju/python-libjuju/pull/934
19+
* Update async tests to use builtin python suite by @DanielArndt in https://github.com/juju/python-libjuju/pull/935
20+
* Pass correct charm url to series selector by @cderici in https://github.com/juju/python-libjuju/pull/942
21+
* Green CI cleanup for python-libjuju by @cderici in https://github.com/juju/python-libjuju/pull/939
22+
* Bring forward support for nested assumes expressions on 3x by @cderici in https://github.com/juju/python-libjuju/pull/943
23+
* Release 3.2.2.0 notes by @cderici in https://github.com/juju/python-libjuju/pull/945
24+
* Cleanup release process for 3.x by @cderici in https://github.com/juju/python-libjuju/pull/946
25+
* Use new DeployFromRepository endpoint for deploy by @cderici in https://github.com/juju/python-libjuju/pull/949
26+
* Handle pending upload resources deployfromrepository by @cderici in https://github.com/juju/python-libjuju/pull/953
27+
* Optimize connection teardown by @cderici in https://github.com/juju/python-libjuju/pull/952
28+
* Use `log.warning` instead of the deprecated `warn` by @sed-i in https://github.com/juju/python-libjuju/pull/954
29+
* Find controller name by endpoint on 3.x track by @cderici in https://github.com/juju/python-libjuju/pull/966
30+
* Optimize & fix unit removal by @cderici in https://github.com/juju/python-libjuju/pull/967
31+
* Allow switch kwarg in refresh to switch to local charms by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/971
32+
* Parse charm URLs consistantly for local charms by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/974
33+
* Juju config directory location fix on 3.x by @cderici in https://github.com/juju/python-libjuju/pull/976
34+
* [JUJU-4779] Ensure valid charm origin for local charm switches by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/978
35+
* Application refresh with resources on 3.x by @cderici in https://github.com/juju/python-libjuju/pull/973
36+
37+
438
3.2.2.0
539
^^^^^^^
640

741
Wednesday 6th September 2023
842

943
This is a minor release on the 3.x track, works with any Juju 3.x controller.
1044

11-
## What's Changed
12-
1345
* Repository Maintenance Improvements by @cderici in https://github.com/juju/python-libjuju/pull/922
1446
* Stale bot to not bother feature requests by @cderici in https://github.com/juju/python-libjuju/pull/926
1547
* Fix linter issues by @cderici in https://github.com/juju/python-libjuju/pull/928

0 commit comments

Comments
 (0)