[openstack-dev] [release] heat-cfntools 1.3.0

Steve Baker sbaker at redhat.com
Mon May 11 23:51:00 UTC 2015


We are chuffed to announce the release of:

heat-cfntools 1.3.0: Tools required to be installed on Heat
provisioned cloud instances

For more details, please see the git log history below and:

     http://launchpad.net/heat-cfntools/+milestone/1.3.0

Please report issues through launchpad:

     http://bugs.launchpad.net/heat-cfntools

Changes in heat-cfntools 1.2.8..1.3.0
-------------------------------------

02acffb README changes to make release_notes.py happy
57f8ae8 Ported tests from mox3 to mock to support Python >= 3.3
f879612 Python 3 compatibility
a7ffb71 Support dnf when specified or yum is missing
9862bd7 Fix RST syntax errors/warnings in README.rst
d96f73c Fixes cfn-hup hooks functionality
16a9a83 Workflow documentation is now in infra-manual

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

CONTRIBUTING.rst                       |   7 +-
README.rst                             |  14 +-
heat_cfntools/cfntools/cfn_helper.py   | 151 +++++-
requirements.txt                       |   1 +
test-requirements.txt                  |   2 +-
tox.ini                                |   2 +-
8 files changed, 610 insertions(+), 528 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3e6b445..531eb32 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5 @@ psutil>=1.1.1,<2.0.0
+six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3890c0a..5d3b372 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@ hacking>=0.8.0,<0.9
-mox3>=0.7.0
+mock>=1.0




More information about the OpenStack-dev mailing list