[release-announce] virtualbmc 2.1.0

no-reply at openstack.org no-reply at openstack.org
Wed Apr 29 12:56:50 UTC 2020


We are gleeful to announce the release of:

virtualbmc 2.1.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.0.0..2.1.0
----------------------------------

6658b97 Set flake8-import-order version to 0.17.1
f32a5b8 Restore default netboot boot option
132fe3c Restore pep8 checking on import order
0947b53 Use unittest.mock instead of third party mock
dd70205 Stop configuring install_command in tox.
8c1fc05 Convert virtualbmc tempest to dib
a4e82b9 Cleanup py27 support
a789257 Bump hacking to 3.0.0
3988e88 Explicitly set ramdisk type
3449d74 Fix stop command by using default SIGTERM handler in children
4f2aa45 [trivial] change vbmc error message


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

lower-constraints.txt                   |  3 ++-
setup.cfg                               | 12 +++---------
setup.py                                |  9 ---------
test-requirements.txt                   |  6 +++---
tox.ini                                 | 11 +++++++----
virtualbmc/cmd/vbmc.py                  |  6 +++---
virtualbmc/manager.py                   |  8 ++++++--
zuul.d/virtualbmc-jobs.yaml             |  2 +-
15 files changed, 35 insertions(+), 41 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 591ac54..82137ae 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0.0,<3.1.0 # Apache-2.0
@@ -8,0 +9 @@ doc8>=0.6.0 # Apache-2.0
+flake8-import-order>=0.17.1 # LGPLv3
@@ -10 +11 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
@@ -17 +17,0 @@ stestr>=1.0.0 # Apache-2.0
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list