[release-announce] heat-agents 2.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Sep 28 09:39:57 UTC 2020


We jubilantly announce the release of:

heat-agents 2.1.0: heat-agents

This release is part of the victoria release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/heat-agents/+bugs

For more details, please see below.

2.1.0
^^^^^

Upgrade Notes

* paunch is retired, hance we now switch docker-cmd hook to use
  docker client. Aware that when upgrade to current version of heat-
  agents hooks, the dependency for docker-cmd hook will change
  accordingly.

Changes in heat-agents 2.0.0..2.1.0
-----------------------------------

41167c4 [goal] Migrate testing to ubuntu focal
0e188d0 Switch to newer openstackdocstheme and reno versions
7872568 Revert "docker-cmd hook switch to the paunch library"
116b571 Fix hacking min version to 3.0.1
9ef3749 Update master for stable/ussuri
5999d35 Update hacking for Python3


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

heat-config-ansible/install.d/hook-ansible.py      |   1 +
.../install.d/hook-apply-config.py                 |   1 +
.../install.d/hook-docker-cmd.py                   | 189 ++++-
.../configure.d/50-heat-config-docker-cmd          | 103 ++-
.../install.d/hook-docker-compose.py               |   1 +
heat-config-json-file/install.d/hook-json-file.py  |   1 +
heat-config-kubelet/install.d/hook-kubelet.py      |   2 +-
heat-config-salt/install.d/hook-salt.py            |   1 +
heat-config-script/install.d/hook-script.py        |   1 +
lower-constraints.txt                              |  18 +-
...er-cmd-hook-to-docker-cli-5d8f6deee2125d65.yaml |   6 +
releasenotes/source/conf.py                        |   9 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ussuri.rst                     |   6 +
test-requirements.txt                              |   5 +-
23 files changed, 1061 insertions(+), 140 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 2ccb3c7..d142ba7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-paunch>=4.0.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -11 +10 @@ requests-mock>=1.1.0 # Apache-2.0
-salt>=2017.7.4 # Apache-2.0
+salt>=3001.1  # Apache-2.0






More information about the Release-announce mailing list