Skip to content

Commit c620879

Browse files
committed
Release 3.0.0 notes
1 parent 5d4e6aa commit c620879

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.11
1+
3.0.0

docs/changelog.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
Changelog
22
---------
33

4+
3.0.0
5+
^^^^^
6+
7+
Tuesday August 9 2022
8+
9+
## What's Changed
10+
11+
Switching to semantic versioning. From this release on, at least the major release number matches
12+
the most recent Juju supported. Hence the jump to `3.0.0` since this release supports `Juju 3.0`.
13+
(This also means that `python-libjuju <= 2.9.11` only support up to `Juju 2.x`)
14+
15+
* [JUJU-1439] Initial fixes for `test_model` to pass with juju 3.0 by @cderici in https://github.com/juju/python-libjuju/pull/689
16+
* [JUJU-1464] More fixes for 3.0 compatibility by @cderici in https://github.com/juju/python-libjuju/pull/691
17+
* [JUJU-1457] Merge 3.0 compatibility branch onto master by @cderici in https://github.com/juju/python-libjuju/pull/692
18+
* Fix conditional by @sed-i in https://github.com/juju/python-libjuju/pull/696
19+
* [JUJU-1534] Fix `model.connect_current()` by @cderici in https://github.com/juju/python-libjuju/pull/697
20+
* [JUJU-1542] Fix run actions on units by @cderici in https://github.com/juju/python-libjuju/pull/698
21+
* [JUJU-1577] Replace k8s bundles with machine bundles for tests by @cderici in https://github.com/juju/python-libjuju/pull/703
22+
* [JUJU-1528] Add storage implementation by @cderici in https://github.com/juju/python-libjuju/pull/701
23+
424
2.9.11
525
^^^^^^
626

727
Monday July 11 2022
828

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

0 commit comments

Comments
 (0)