[release-announce] os-net-config 12.4.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Mon Jul 27 06:12:55 UTC 2020
We are delighted to announce the release of:
os-net-config 12.4.0: OpenStack network configuration
This release is part of the victoria release series.
The source is available from:
https://opendev.org/openstack/os-net-config
Download the package from:
https://tarballs.openstack.org/os-net-config/
Please report issues through:
https://bugs.launchpad.net/os-net-config/+bugs
For more details, please see below.
Changes in os-net-config 12.3.0..12.4.0
---------------------------------------
869d3c1 Switch from unittest2 compat methods to Python 3.x methods
247f54d Set OVSBOOTPROTO to dhcp when using dhcpv6 with OVS
d0fa8a7 Missing document start "---"
e662da0 Switch to newer openstackdocstheme and reno versions
0544ee1 Add Python3 victoria unit tests
2651fa4 Update master for stable/ussuri
00b3ae2 Add support for python 3.8
Diffstat (except docs and test files)
-------------------------------------
os_net_config/impl_ifcfg.py | 6 +++---
releasenotes/source/conf.py | 8 +++++++-
releasenotes/source/index.rst | 1 +
releasenotes/source/ussuri.rst | 6 ++++++
requirements.txt | 2 +-
setup.cfg | 1 +
test-requirements.txt | 2 +-
tox.ini | 2 +-
zuul.d/layout.yaml | 3 ++-
14 files changed, 57 insertions(+), 18 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 7253862..abf39eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ PyYAML>=3.10.0 # MIT
-jsonschema>=2.0.0 # MIT
+jsonschema>=3.2.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 8fa262d..35c208b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ testtools>=1.4.0 # MIT
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0
More information about the Release-announce
mailing list