[release-announce] [heat] heat-agents 1.5.3 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 9 11:29:23 UTC 2018


We are amped to announce the release of:

heat-agents 1.5.3: heat-agents

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/heat-agents/

For more details, please see below.

Changes in heat-agents 1.5.2..1.5.3
-----------------------------------

ad80462 Update requirements manually
ed766c5 Fix heat docker agent tests
2724e1b Add reno for release notes management


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

.gitignore                         |   6 +
releasenotes/source/conf.py        | 181 +++++++++++
releasenotes/source/index.rst      |  13 +
releasenotes/source/unreleased.rst |   5 +
requirements.txt                   |   3 +
setup.py                           |  15 +-
test-requirements.txt              |  36 ++-
tox.ini                            |   3 +
9 files changed, 542 insertions(+), 326 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e69de29..9dbc011 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,3 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
diff --git a/test-requirements.txt b/test-requirements.txt
index 25e1afa..b35c1ca 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1,4 @@
-coverage>=4.0  # Apache-2.0
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -4 +7 @@ dpath>=1.3.2
-fixtures>=3.0.0  # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
@@ -6,6 +9,7 @@ fixtures>=3.0.0  # Apache-2.0/BSD
-hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
-mock>=2.0  # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
-paunch>=1.0.0  # Apache-2.0
-requests>=2.10.0,!=2.12.2,!=2.13.0  # Apache-2.0
-requests-mock>=1.1  # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+mock>=2.0.0 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+paunch>=1.0.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
+requests-mock>=1.1.0 # Apache-2.0
@@ -13,4 +17,4 @@ salt
-sphinx>=1.6.2 # BSD
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0  # MIT
+sphinx!=1.6.6,>=1.6.2 # BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=2.2.0 # MIT
@@ -18 +22 @@ yamllint>=1.2.0
-os-apply-config  # Apache-2.0
+os-apply-config>=5.0.0 # Apache-2.0
@@ -20,3 +24,3 @@ os-apply-config  # Apache-2.0
-python-heatclient>=1.6.1  # Apache-2.0
-python-keystoneclient>=3.8.0  # Apache-2.0
-python-openstackclient>=3.3.0  # Apache-2.0
+python-heatclient>=1.10.0 # Apache-2.0
+python-keystoneclient>=3.8.0 # Apache-2.0
+python-openstackclient>=3.12.0 # Apache-2.0






More information about the Release-announce mailing list