[release-announce] virtualbmc 2.2.0

no-reply at openstack.org no-reply at openstack.org
Mon Sep 21 08:06:31 UTC 2020


We are pleased to announce the release of:

virtualbmc 2.2.0: Create virtual BMCs for controlling virtual
instances via IPMI

The source is available from:

    https://opendev.org/openstack/virtualbmc

Download the package from:

    https://tarballs.openstack.org/virtualbmc/

For more details, please see below.

Changes in virtualbmc 2.1.0..2.2.0
----------------------------------

d79f823 Fix lower-constraints for ubuntu focal
9d0750a Correct vmbc add command
43925d2 Set min version of tox to 3.2.1
1dbfd44 drop mock from lower-constraints
3c4390a Remove unneded Babel config
3602737 Update lower-constraints.txt
e9854ff Switch to newer openstackdocstheme and reno versions
4312849 Fix doc build failure
71773f6 Do not import print function from __future__


Diffstat (except docs and test files)
-------------------------------------

babel.cfg                   |  2 --
bindep.txt                  | 18 +++++++++---------
lower-constraints.txt       | 23 ++++++++++++-----------
releasenotes/source/conf.py |  6 +++++-
requirements.txt            |  6 +++---
setup.cfg                   | 14 --------------
test-requirements.txt       |  6 +++---
tox.ini                     |  2 +-
virtualbmc/cmd/vbmcd.py     |  2 --
11 files changed, 38 insertions(+), 50 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0ec64bb..60d2d4c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-libvirt-python!=4.1.0,>=3.7.0 # LGPLv2+
-pyghmi>=1.0.22 # Apache-2.0
+libvirt-python>=6.0.0 # LGPLv2+
+pyghmi>=1.2.0 # Apache-2.0
@@ -9 +9 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
-pyzmq>=14.3.1  # LGPL+BSD
+pyzmq>=19.0.0  # LGPL+BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 82137ae..a153cb4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
-openstackdocstheme>=1.20.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -20 +20 @@ stestr>=1.0.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list