We are amped to announce the release of: heat-agents 8.0.0: heat-agents This release is part of the caracal 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. Changes in heat-agents 7.0.0..8.0.0 ----------------------------------- b6b307e reno: Update master for unmaintained/xena 00b1949 reno: Update master for unmaintained/wallaby ce203d7 reno: Update master for unmaintained/victoria 22c555f reno: Update master for unmaintained/yoga 7e71717 Bump hacking afa6060 Update python classifier in setup.cfg 8ca7ec4 Remove old notes 0235a73 Fix python shebang d8646eb Declare Python 3.10 support effd260 Update master for stable/2023.2 3c801fe remove unicode prefix from code Diffstat (except docs and test files) ------------------------------------- heat-config-ansible/install.d/hook-ansible.py | 2 +- heat-config-apply-config/install.d/hook-apply-config.py | 2 +- heat-config-cfn-init/install.d/hook-cfn-init.py | 2 +- heat-config-chef/install.d/hook-chef.py | 2 +- heat-config-docker-cmd/install.d/hook-docker-cmd.py | 2 +- .../configure.d/50-heat-config-docker-cmd | 2 +- .../install.d/hook-docker-compose.py | 2 +- .../configure.d/50-heat-config-docker-compose | 2 +- heat-config-hiera/install.d/hook-hiera.py | 2 +- heat-config-json-file/install.d/hook-json-file.py | 2 +- heat-config-kubelet/install.d/hook-kubelet.py | 4 ++-- .../os-refresh-config/configure.d/50-heat-config-kubelet | 2 +- heat-config-puppet/install.d/hook-puppet.py | 2 +- heat-config-salt/install.d/hook-salt.py | 2 +- heat-config-script/install.d/hook-script.py | 2 +- heat-config/bin/heat-config-notify | 2 +- heat-config/os-refresh-config/configure.d/55-heat-config | 2 +- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/conf.py | 14 +++++++------- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 3 --- setup.cfg | 2 ++ setup.py | 1 - test-requirements.txt | 5 +---- 34 files changed, 53 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9dbc011..e69de29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +0,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. diff --git a/test-requirements.txt b/test-requirements.txt index da4a623..f92585b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +0,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. @@ -7 +4 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0