From da7302fe058b35793868ae67682c574881dde1f2 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 4 Aug 2016 16:56:36 -0400 Subject: [PATCH] mitaka: release nova 13.1.1 This is just a bug fix update so the patch version is incremented. The dependency updates are just blacklists of bad dependencies, no new minimums raised to force a minor version bump. Change-Id: Ia8e8db63120619e9bffe5fc76de18c1396f27bfb --- deliverables/mitaka/nova.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deliverables/mitaka/nova.yaml b/deliverables/mitaka/nova.yaml index a47c81b825..72e770cc04 100644 --- a/deliverables/mitaka/nova.yaml +++ b/deliverables/mitaka/nova.yaml @@ -41,3 +41,9 @@ releases: pycrypto>=2.6 is explicitly added to requirements.txt. This was always a hard runtime dependency but was missing before. Also contains the fix for CVE-2015-5162 which requires oslo.concurrency>=3.7.1. + - version: 13.1.1 + projects: + - repo: openstack/nova + hash: f094cb99e13848e09a9b09e089dbfb56eef4dfb6 + highlights: > + - Bug fixes, dependency updates, translation updates.