We joyfully announce the release of: masakari-monitors 20.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/masakari-monitors Download the package from: https://tarballs.openstack.org/masakari-monitors/ Please report issues through: https://bugs.launchpad.net/masakari-monitors/+bugs For more details, please see below. Changes in masakari-monitors 19.0.0..20.0.0 ------------------------------------------- 2201658 Omit test code from coverage report 66e71d5 Drop unused doc file 7e2fa93 Replace license classifier f658b27 fix for minor mistakes in latest release notes 7da23e2 Remove Python 3.8 and 3.9 support 2374a24 tox: Remove basepython 67846e9 Add a kubernetes driver for monitoring host c99bff3 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- .coveragerc | 1 + masakari-monitors/doc/source/reference/conf.rst | 12 -- masakarimonitors/conf/__init__.py | 2 + masakarimonitors/conf/kubernetes.py | 37 ++++ .../hostmonitor/kubernetes_check/__init__.py | 0 .../hostmonitor/kubernetes_check/manager.py | 136 ++++++++++++++ .../unit/hostmonitor/kubernetes_check/__init__.py | 0 .../hostmonitor/kubernetes_check/test_manager.py | 196 +++++++++++++++++++++ releasenotes/notes/drop-python-38-and-39.yaml | 4 + ...river-based-on-kubernetes-a898da08d2f40cac.yaml | 7 + releasenotes/source/2025.1.rst | 6 + releasenotes/source/index.rst | 1 + requirements.txt | 1 + setup.cfg | 9 +- tox.ini | 4 +- 16 files changed, 414 insertions(+), 19 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1a5d635..2f762b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,0 +20 @@ python-consul >=1.1.0 # MIT +kubernetes>=29.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org