Skip to content

Commit d1c9cb2

Browse files
authored
Merge pull request #848 from juju/release-2.9.42.2
#848 ## What's Changed * [JUJU-3253] add missing force in bundle deployment by @juanmanuel-tirado in #815 * [JUJU-3348] Fix assumes parsing by @juanmanuel-tirado in #820 * [JUJU-3404] Pass series info into origin for ResolveCharm by @cderici in #825 * Fix _resolve_charm errors by @cderici in #834 * [JUJU-3583] wait_for_idle to not block when enough units are ready by @cderici in #840 * [JUJU-3565] Expect and handle exceptions from the AllWatcher task by @cderici in #833 * Fixes to pass the CI problems regarding missing postgresql charm. by @juanmanuel-tirado in #847 * [JUJU-3641] Fix local charm base channel discovery by @cderici in #846 [JUJU-3253]: https://warthogs.atlassian.net/browse/JUJU-3253?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-3348]: https://warthogs.atlassian.net/browse/JUJU-3348?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-3404]: https://warthogs.atlassian.net/browse/JUJU-3404?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-3583]: https://warthogs.atlassian.net/browse/JUJU-3583?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-3565]: https://warthogs.atlassian.net/browse/JUJU-3565?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [JUJU-3641]: https://warthogs.atlassian.net/browse/JUJU-3641?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents 92bc56a + 1a38326 commit d1c9cb2

2 files changed

Lines changed: 21 additions & 13 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.42.1
1+
2.9.42.2

docs/changelog.rst

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,40 @@
11
Changelog
22
---------
33

4-
2.9.42.1
4+
2.9.42.2
55
^^^^^^^^
66

7-
This is an scheduled release to support Juju 2.9.42.
7+
Thursday May 11 2023
88

99
## What's Changed
10-
* [JUJU-2935] update juju 2942 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/809
1110

11+
* [JUJU-3253] add missing force in bundle deployment by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/815
12+
* [JUJU-3348] Fix assumes parsing by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/820
13+
* [JUJU-3404] Pass series info into origin for ResolveCharm by @cderici in https://github.com/juju/python-libjuju/pull/825
14+
* Fix _resolve_charm errors by @cderici in https://github.com/juju/python-libjuju/pull/834
15+
* [JUJU-3583] wait_for_idle to not block when enough units are ready by @cderici in https://github.com/juju/python-libjuju/pull/840
16+
* [JUJU-3565] Expect and handle exceptions from the AllWatcher task by @cderici in https://github.com/juju/python-libjuju/pull/833
17+
* Fixes to pass the CI problems regarding missing postgresql charm. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/847
18+
* [JUJU-3641] Fix local charm base channel discovery by @cderici in https://github.com/juju/python-libjuju/pull/846
19+
20+
2.9.42.1
21+
^^^^^^^^
22+
23+
Wednesday March 8 2023
24+
25+
This is an scheduled release to support Juju 2.9.42.
1226

13-
**Full Changelog**: https://github.com/juju/python-libjuju/compare/2.9.38...2.9.42.1
27+
* [JUJU-2935] update juju 2942 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/809
1428

1529
2.9.38.1
1630
^^^^^^^^
1731

32+
Wednesday January 18 2023
33+
1834
The 2.9.38.1 version breaks the existing python-libjuju release versioning policy.
1935
Initially, the version number matches the juju version this release is intended
2036
to support and has been tested against.
2137

22-
## What's Changed
2338
* Merge 2.9.11 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/713
2439
* add support for ipv6 by @jdkandersson in https://github.com/juju/python-libjuju/pull/726
2540
* [JUJU-1979] Backport upgrade-charm fixes onto `2.9` by @cderici in https://github.com/juju/python-libjuju/pull/744
@@ -28,18 +43,11 @@ to support and has been tested against.
2843
* [JUJU-2485] Added nightly built checks. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/787
2944
* [JUJU-2381] Facade updated to 2.9.38 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/788
3045

31-
## New Contributors
32-
* @jdkandersson made their first contribution in https://github.com/juju/python-libjuju/pull/726
33-
34-
**Full Changelog**: https://github.com/juju/python-libjuju/compare/2.9.11...2.9.38
35-
3646
2.9.11
3747
^^^^^^
3848

3949
Monday July 11 2022
4050

41-
## What's Changed
42-
4351
* Add REPL quickstart subsection by @sed-i in https://github.com/juju/python-libjuju/pull/676
4452
* Revision of test onos.charm by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/686
4553
* [JUJU-1353] Parse assume directives. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/685

0 commit comments

Comments
 (0)