[release-announce] [tripleo] instack 7.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 12 18:47:07 UTC 2017


We are excited to announce the release of:

instack 7.0.0: instack

This release is part of the pike release series.

Download the package from:

    https://tarballs.openstack.org/instack/

For more details, please see below.

Changes in instack 6.0.0..7.0.0
-------------------------------

ec102b1 Drop py34 target in tox.ini
103d575 Updated from global requirements
ef9f6d0 Updated from global requirements
051f558 Allow instack to work with pre-v2 versions of dib
5a16882 Call dib-run-parts from dib
db7123e Generate and source a dib v2 environment
47c2bc4 Don't use cache directory in home user dir with sudo
8271139 The python 3.5 added
fbe9435 Remove link to modindex


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

instack/main.py              |  4 +++-
instack/runner.py            | 31 ++++++++++++++++++++++++++++++-
requirements.txt             |  4 ++--
setup.cfg                    |  3 +--
setup.py                     |  2 +-
test-requirements.txt        |  4 ++--
tox.ini                      |  2 +-
9 files changed, 48 insertions(+), 12 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e884ed3..13fb484 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,2 +4,2 @@
-pbr>=1.8 # Apache-2.0
-Babel>=2.3.4 # BSD
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index d7fa2e8..61417b6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.10,>=0.9.2
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD





More information about the Release-announce mailing list