python-observabilityclient 0.1.1 (caracal)
We are thrilled to announce the release of: python-observabilityclient 0.1.1: OpenStack Observability Client This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/python-observabilityclient Download the package from: https://pypi.org/project/python-observabilityclient Please report issues through: https://bugs.launchpad.net/python-observabilityclient/+bugs For more details, please see below. Changes in python-observabilityclient 0.1.0..0.1.1 -------------------------------------------------- 9607ee2 Update python classifier in setup.cfg e8961fd Add functional tests 75fcc4b Fix cli commands d0b868d Add i18n.py and use it in v1/base.py and v1/cli.py 74d9094 Fix "_" is shadowing Python builtin 5746f69 Flake8 changes 305a103 Remove .github/ Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 25 +++ AUTHORS | 3 + observabilityclient/i18n.py | 21 +++ observabilityclient/prometheus_client.py | 4 +- observabilityclient/v1/base.py | 3 +- observabilityclient/v1/cli.py | 19 +-- observabilityclient/v1/rbac.py | 2 +- setup.cfg | 6 +- test-requirements.txt | 2 + tools/fix_ca_bundle.sh | 41 +++++ tox.ini | 59 +++++-- 19 files changed, 648 insertions(+), 72 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..5cc4fb6 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,2 @@ +python-openstackclient>=6.3.0 # Apache-2.0 +os-client-config>=1.28.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org