[release-announce] heat-agents 1.8.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 20 16:23:17 UTC 2019


We eagerly announce the release of:

heat-agents 1.8.0: heat-agents

This release is part of the stein release series.

Download the package from:

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

For more details, please see below.

Changes in heat-agents 1.7.0..1.8.0
-----------------------------------

0f0fc98 Skip Hook docker cmd test until story 2004926 fixed
baf746a dict_object.keys() is not required for *in* operator
ce85c96 Make heat-config logging more human friendly
b1f36de Add Ubuntu version of heat-config-kubelet
1ad0b84 Use upper-constraints in tox tests
3bfcd6b add lower-constraints job
1ce3e9f Change openstack-dev to openstack-discuss
4f940ec Fix broken git.openstack.org URLs in the docs
08ffe6b Get rid of dependency on dpath
2949699 Added missing json 'encode' function
73e2125 Replace basestring with six.string_types
637e426 Change docker-cmd for recent paunch changes
be0a5b0 fix tox python3 overrides
64b57bf Use with statement to enforce file close
b66508e Update reno for stable/rocky
61b07f5 Migrate the link of bug report button to storyboard
24f9e9c add python 3.6 unit test job
fcd297e switch documentation job to new PTI
2b4b40e import zuul job settings from project-config


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

.zuul.yaml                                         |  9 +++
.../install.d/hook-docker-cmd.py                   |  6 +-
.../configure.d/50-heat-config-docker-cmd          |  4 +-
.../install.d/50-heat-config-hook-docker-compose   |  4 +-
.../install.d/hook-docker-compose.py               |  6 +-
heat-config-json-file/install.d/hook-json-file.py  |  2 +-
.../install.d/50-heat-config-kubelet               | 74 ++++++++++++++++++-
heat-config/bin/heat-config-notify                 |  3 +-
.../os-refresh-config/configure.d/55-heat-config   | 23 +++++-
lower-constraints.txt                              | 83 ++++++++++++++++++++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/rocky.rst                      |  6 ++
setup.cfg                                          |  2 +-
test-requirements.txt                              |  5 +-
tox.ini                                            | 12 ++++
19 files changed, 293 insertions(+), 43 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a7cc6a7..ae0d0ac 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +4,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-dpath>=1.3.2
@@ -10 +9 @@ mock>=2.0.0 # BSD
-paunch>=1.0.0 # Apache-2.0
+paunch>=4.0.0 # Apache-2.0
@@ -13 +12 @@ requests-mock>=1.1.0 # Apache-2.0
-salt
+salt>=2017.7.4 # Apache-2.0






More information about the Release-announce mailing list