We are jazzed to announce the release of:
nova 13.1.4: Cloud computing fabric controller
This release is part of the mitaka stable release series.
Download the package from:
https://tarballs.openstack.org/nova/
For more details, please see below.
13.1.4 ^^^^^^
This release includes fixes for security vulnerabilities.
Security Issues ***************
* [CVE-2017-7214] Failed notification payload is dumped in logs with auth secrets
* Bug 1673569 (https://bugs.launchpad.net/nova/+bug/1673569)
Changes in nova 13.1.3..13.1.4 ------------------------------
e193201 Add release note for CVE-2017-7214 305cdb3 do not include context to exception notification d27c1b0 Updated from global requirements
Diffstat (except docs and test files) -------------------------------------
nova/exception.py | 4 ++++ .../notes/bug-1673569-cve-2017-7214-2d7644b356015c93.yaml | 8 ++++++++ requirements.txt | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 944d095..fa6d0f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36 +36 @@ stevedore>=1.5.0 # Apache-2.0 -setuptools!=24.0.0,>=16.0 # PSF/ZPL +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,>=16.0 # PSF/ZPL
participants (1)
-
no-reply@openstack.org