Skip to content

Commit d998298

Browse files
Release 3.1.0.1 notes (#801)
1 parent cfbcd29 commit d998298

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/changelog.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Changelog
22
---------
33

4+
3.1.0.1
5+
^^^^^^^
6+
7+
Friday 10th February 2023
8+
9+
This release targets juju version 3.1.0 and enables the new secrets backend api.
10+
Connectivity with juju controllers in the 3.x series is allowed, connections with different major version controllers (e.g. 2.x, 4.x, etc.) will be cancelled.
11+
12+
This version is only tested using Juju 3.1.0.
13+
14+
## What's Changed
15+
* setup.py: adjust websockets versions for py38-310 by @mert-kirpici in https://github.com/juju/python-libjuju/pull/731
16+
* [JUJU-2175] Remove juju 2.9 support on 3.1.0 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/774
17+
* [JUJU-2276] Series or base for local charms by @cderici in https://github.com/juju/python-libjuju/pull/777
18+
* [JUJU-2391] Fix wrong bases analysis. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/782
19+
* [JUJU-2401] Added release candidate workflow. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/784
20+
* [JUJU-2402] Prepare nightly juju edge testing. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/785
21+
* [JUJU-2237] Remove charmstore charm support from pylibjuju by @cderici in https://github.com/juju/python-libjuju/pull/786
22+
* [JUJU-2426] Secrets support by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/791
23+
* [JUJU-2573] Base argument for model deploy by @cderici in https://github.com/juju/python-libjuju/pull/798
24+
* Add compatibility for juju 3.1.0 by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/799
25+
* Replace schemas.json with a wellformed version. by @juanmanuel-tirado in https://github.com/juju/python-libjuju/pull/800
26+
27+
## New Contributors
28+
* @mert-kirpici made their first contribution in https://github.com/juju/python-libjuju/pull/731
29+
30+
**Full Changelog**: https://github.com/juju/python-libjuju/compare/3.0.4...3.1.0.1
31+
432
3.0.4
533
^^^^^
634

0 commit comments

Comments
 (0)