We jubilantly announce the release of: monasca-common 2.14.0: Monasca common python modules This release is part of the train release series. The source is available from: https://opendev.org/openstack/monasca-common Download the package from: https://tarballs.openstack.org/monasca-common/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-common 2.13.0..2.14.0 ---------------------------------------- e9d3b95 Upgrade Alpine version 807ebf0 Change links usage 3d824b7 Upgrade Python version 40b8086 Blacklist bandit 1.6.0 16923fd Replace git.openstack.org URLs with opendev.org URLs 625ed07 Dropping the py35 testing 61e2e00 OpenDev Migration Patch 34fd0fc Use proper naming for docker services image zuul jobs 58c7922 Use full branch name as build_image.sh argument 5bdd986 Catch the case when no new messages are available 7fb3622 Convert mysql port to int in wait script ffbe2a1 Don't remove tempest tests from installation folder 4c077af Support full links in Docker wait script 5cfcbda Use proper naming for docker base image zuul jobs 4f70a64 Fix monasca-common for building Docker image Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 17 ++++++++--------- README.rst | 2 +- monasca_common/confluent_kafka/consumer.py | 4 ++++ playbooks/docker_build_service.yml | 4 ++-- setup.cfg | 2 +- test-requirements.txt | 2 +- tox.ini | 17 ++++------------- 13 files changed, 49 insertions(+), 45 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 32857d6..a74545d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -bandit>=1.1.0 # Apache-2.0 +bandit!=1.6.0,>=1.1.0 # Apache-2.0