We are satisfied to announce the release of: openstack-heat 18.0.0: OpenStack Orchestration This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/openstack-heat Download the package from: https://tarballs.openstack.org/heat/ For more details, please see below. Changes in openstack-heat 17.0.0.0rc1..18.0.0 --------------------------------------------- 968969b99 Fix compatibility with oslo.context >= 4.0.0 b1fe9752b Fix for tenacity 8.0.1 0fa19e7a9 Add Python 3 only classifier 9ed612906 Fix unit tests for croniter>=1.2.0 9af3af156 Bump lower constraints for OSC d5ef98b88 Updating python testing classifier as per Yoga testing runtime 80453f913 Adjust self.assertRaisesRegex messages for py310 a2fd56a93 Don't test zaqar in CI 575827c9a Skip aodhclient plugin test f5da6d210 Fix broken devstack plugin c63a2cbba Fix Pool resource update for session_persistence 2c5f6e7a8 Add intersphinx_mapping for sqlalchemy bf9186a37 Fallback to upstream for Fedora image 403fa55fe Fix None comparision when sorting by `updated_at` 29637ce94 Imported Translations from Zanata b6a2c2231 Catch all create stack project exceptions 83774a1c8 Use yaml.safe_load() in lbaas tests e70ff2e15 Allow for creating server_group with max_nova_api_microversion 5d27ba3c8 Remove python-ceilometerclient from requirements 9aedaa6d8 Fix ServerGroup create 315fbc4fd docs: Fix typo in developer guide 96d6084b8 Imported Translations from Zanata 9131940eb Drop six library ef731bca0 Fix timeout calc of nested resource groups 863d645d7 Reproduce bug story/2009237 2d0a951b6 Run TripleO jobs on CentOS8 instead of CentOS7 960601eb7 Add Python3 yoga unit tests c20bbba58 Update master for stable/xena 0f0508821 Use correct argument name for setting Nova KeyPair key type 3290d2ea2 Imported Translations from Zanata 4154029eb Add missing [oslo_reports] options 271156446 Drop support for Block Storage API v2 77bde0120 Add volumev3 to shared_services_types by default Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 9 +- config-generator.conf | 1 + devstack/lib/heat | 42 ++-- heat/common/auth_password.py | 8 +- heat/common/config.py | 2 +- heat/common/context.py | 4 +- heat/db/sqlalchemy/types.py | 2 + heat/engine/clients/os/__init__.py | 5 +- heat/engine/clients/os/cinder.py | 11 +- .../clients/os/keystone/heat_keystoneclient.py | 5 + heat/engine/resource.py | 4 +- .../resources/openstack/heat/resource_group.py | 18 +- .../resources/openstack/neutron/extrarouteset.py | 3 +- heat/engine/resources/openstack/nova/keypair.py | 2 +- .../resources/openstack/nova/server_group.py | 43 ++-- heat/engine/resources/openstack/octavia/pool.py | 10 +- heat/engine/service.py | 4 + heat/engine/stack.py | 5 +- heat/locale/de/LC_MESSAGES/heat.po | 13 +- heat/locale/es/LC_MESSAGES/heat.po | 12 +- heat/locale/fr/LC_MESSAGES/heat.po | 10 +- heat/locale/it/LC_MESSAGES/heat.po | 12 +- heat/locale/ja/LC_MESSAGES/heat.po | 9 +- heat/locale/ko_KR/LC_MESSAGES/heat.po | 8 +- heat/locale/pt_BR/LC_MESSAGES/heat.po | 9 +- heat/locale/ru/LC_MESSAGES/heat.po | 11 +- heat/locale/zh_CN/LC_MESSAGES/heat.po | 8 +- heat/locale/zh_TW/LC_MESSAGES/heat.po | 8 +- .../functional/test_resource_group.py | 54 +++++ lower-constraints.txt | 4 +- ...d_services_types-volumev3-a2c24233b5812e40.yaml | 5 + .../notes/volumev2-removal-13eeb4d7192578ee.yaml | 4 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 230 ++++++++++++++------- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 16 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 47 +---- releasenotes/source/xena.rst | 6 + requirements.txt | 3 +- setup.cfg | 2 + tox.ini | 3 +- 64 files changed, 450 insertions(+), 381 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2f54c37aa..f263179a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17 +17 @@ neutron-lib>=1.14.0 # Apache-2.0 -openstacksdk>=0.11.2 # Apache-2.0 +openstacksdk>=0.28.0 # Apache-2.0 @@ -39 +38,0 @@ python-blazarclient>=1.0.1 # Apache-2.0 -python-ceilometerclient>=2.5.0
participants (1)
-
no-reply@openstack.org