[release-announce] os-win 4.1.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 24 17:08:54 UTC 2018


We exuberantly announce the release of:

os-win 4.1.0: Windows / Hyper-V library for OpenStack projects.

This release is part of the stein release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/os-win

Download the package from:

    https://pypi.org/project/os-win

Please report issues through launchpad:

    http://bugs.launchpad.net/os-win

For more details, please see below.

Changes in os-win 4.0.0..4.1.0
------------------------------

42cfab1 Ignore events for unnamed VM vNICs
91eb56c Add getter for MemorySettingsData
a0b64b6 Allow enabling metrics per virtual disk
c73b074 Add method for retrieving VM nics
865c1cf Fix port metrics
1f8200e Fix incorrect numeric comparisons
11e2856 Add wmi job terminate timeout cfg opt
8cec9d5 add python 3.6 unit test job
49e5da0 switch documentation job to new PTI
c0bc892 import zuul job settings from project-config
d8ea451 Updated from global requirements
a064cca Update reno for stable/rocky
011df42 Add release note link in README
89833d3 fix tox python3 overrides
f9dc56f uncap eventlet
90b359d add lower-constraints job
51cc7eb Updated from global requirements
068d1b5 Update links in README
c9285bd Removing pypy


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

.zuul.yaml                                         | 14 +++++
README.rst                                         |  8 ++-
lower-constraints.txt                              | 66 ++++++++++++++++++++++
os_win/conf.py                                     |  5 ++
os_win/utils/compute/vmutils.py                    | 37 ++++++++++--
os_win/utils/jobutils.py                           |  9 ++-
os_win/utils/metrics/metricsutils.py               | 26 +++++++--
os_win/utils/network/networkutils.py               | 10 +++-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/rocky.rst                      |  6 ++
requirements.txt                                   |  6 +-
test-requirements.txt                              |  4 +-
tox.ini                                            | 15 ++++-
16 files changed, 277 insertions(+), 25 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9ed8e27..eb5e9a9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +8,3 @@ Babel!=2.4.0,>=2.3.4 # BSD
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-oslo.concurrency>=3.25.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+oslo.concurrency>=3.26.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 94004ed..48a4232 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +10,2 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
-sphinx!=1.6.6,>=1.6.2 # BSD
-oslo.config>=5.1.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+oslo.config>=5.2.0 # Apache-2.0






More information about the Release-announce mailing list