We are jazzed to announce the release of: python-masakariclient 7.0.0: masakariclient module and a CLI tool for masakari This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/python-masakariclient Download the package from: https://tarballs.openstack.org/python-masakariclient/ Please report issues through: https://bugs.launchpad.net/python-masakariclient/+bugs For more details, please see below. 7.0.0 ^^^^^ New Features ************ * Adds support for API microversion 1.2 with "enabled" flag for segments. Blueprint enable-to-segment Upgrade Notes ************* * The legacy Masakari client (invoked by calling "masakari" as opposed to "openstack") has been removed. It has been deprecated since Stein. Changes in python-masakariclient 6.2.1..7.0.0 --------------------------------------------- 70e6761 Fix the plugin after removing the legacy client c36e647 Drop the legacy client f0d24a3 Add 'is_enabled' attr to segment 90cff02 [CI] Add openstackclient-plugin-jobs template Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + masakariclient/cliargs.py | 171 ---------- masakariclient/client.py | 28 -- masakariclient/common/utils.py | 120 +------ masakariclient/osc/v1/segment.py | 47 +++ masakariclient/plugin.py | 26 +- masakariclient/shell.py | 206 ------------ masakariclient/v1/__init__.py | 0 masakariclient/v1/client.py | 40 --- masakariclient/v1/shell.py | 292 ---------------- ...ueprint-enable-to-segment-3a938bdddbd57c88.yaml | 5 + .../drop-the-legacy-client-1b25f27aa5525295.yaml | 6 + setup.cfg | 3 - 21 files changed, 74 insertions(+), 1606 deletions(-)