From 4c56c0ed9b00a80d96a2af23135658f1861a9808 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Wed, 5 Oct 2022 11:38:28 -0600 Subject: [PATCH] Release 3.0.2 notes --- VERSION | 2 +- docs/changelog.rst | 26 +++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index cb2b00e4f..b50214693 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1 +3.0.2 diff --git a/docs/changelog.rst b/docs/changelog.rst index 0a046c90d..1cc3cefca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,33 @@ Changelog --------- + + +3.0.2 +^^^^^ + +Wednesday October 5 2022 + +## What's Changed + +* Model name can now be accessed through model.name by @jack-w-shaw in https://github.com/juju/python-libjuju/pull/702 +* [JUJU-1593] Fix `unit.run()` and update the old client codes by @cderici in https://github.com/juju/python-libjuju/pull/710 +* Add py.typed marker by @sed-i in https://github.com/juju/python-libjuju/pull/709 +* [JUJU-1664] Add force, no-wait, destroy-storage params to app.destroy by @cderici in https://github.com/juju/python-libjuju/pull/714 +* snapcraft.io access should use https requests by @addyess in https://github.com/juju/python-libjuju/pull/715 +* [JUJU-1680] Add issue and PR templates by @cderici in https://github.com/juju/python-libjuju/pull/718 +* [JUJU-1681] Add --attach-storage parameter to model.deploy by @cderici in https://github.com/juju/python-libjuju/pull/720 +* [JUJU-1706] Allow waiting for `wait_for_exact_units=0` by @cderici in https://github.com/juju/python-libjuju/pull/723 +* [JUJU-1663] Drop Python 3.5 support from python-libjuju by @cderici in https://github.com/juju/python-libjuju/pull/722 +* [JUJU-1671] Charmhub url from model config by @cderici in https://github.com/juju/python-libjuju/pull/724 +* [JUJU-1733] Revisit unitrun example by @cderici in https://github.com/juju/python-libjuju/pull/725 +* [JUJU-1800] Revise the `application.upgrade_charm()` (refresh) by @cderici in https://github.com/juju/python-libjuju/pull/729 +* [JUJU-1893] Revisit `charmhub.info()` by @cderici in https://github.com/juju/python-libjuju/pull/737 + 3.0.1 ^^^^^ Thursday August 11 2022 -## What's Changed * [JUJU-1593] Fix `run_actions` and facade issues by @cderici in https://github.com/juju/python-libjuju/pull/706 3.0.0 @@ -13,8 +35,6 @@ Thursday August 11 2022 Tuesday August 9 2022 -## What's Changed - Switching to semantic versioning. From this release on, at least the major release number matches the most recent Juju supported. Hence the jump to `3.0.0` since this release supports `Juju 3.0`. (This also means that `python-libjuju <= 2.9.11` only support up to `Juju 2.x`)