We are excited to announce the release of: heat 24.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/heat Download the package from: https://tarballs.openstack.org/heat/ Please report issues through: https://storyboard.openstack.org/#!/project/989 For more details, please see below. 24.0.0 ^^^^^^ New Features ************ * A new module, "heat.wsgi", has been added as a place to gather WSGI "application" objects. This is intended to ease deployment by providing a consistent location for these objects. For example, if using uWSGI then instead of: [uwsgi] wsgi-file = /bin/heat-api You can now use: [uwsgi] module = heat.wsgi.api:application This also simplifies deployment with other WSGI servers that expect module paths such as gunicorn. * The new resources, "OS::Octavia::AvailabilityZoneProfile" and "OS::Octavia::AvailabilityZone", are added. These resource types allow an operator to create Octavia availabilityzone profile and availabilityzone. A created "OS::Octavia::AvailabilityZone" resource can be referred by the "availability_zone" property of "OS::Octavia::LoadBalancer" resources. * Added the "tenant_id" property to the following resources. This property allows admin users to create these resources in specific tenants. * "OS::Neutron::ProviderNet" * "OS::Neutron::Router" * Added "attributes" property to resource type "OS::Designate::Zone". It can be any key:value pairs of information about this zone including the pool where the user wants to place the zone used by scheduler. * The new "[DEFAULT] max_cinder_api_microversion" option has been added. This option overrides the maximum API microversion supported by Cinder, which is detected automatically by default. * The "OS::Cinder::Volume" resource type now supports extending volumes in use. Note that this requires that Cinder supports API microversion 3.42 or later. Upgrade Notes ************* * "OS::Manila::Share" attribute "export_locations" will now be a list of export paths Deprecation Notes ***************** * The "heat-all" console script has been deprecated and will be removed in a future release. Bug Fixes ********* * Fixed the consistent type mismatch error caused by creating or updating a stack with files stored in OpenStack Swift containers, using the *files_container* parameter. Now file content is always decoded and can be used as a string value. * Changed type of the following parameters from integer to string, to correctly parse micro versions with trailing zero (e.g. 2.20). * "[DEFAULT] max_nova_api_microversion" * "[DEFAULT] max_ironic_api_microversion" * "OS::Manila::Share" attribute "export_locations" will now be a list of export paths Changes in heat 23.0.0..24.0.0 ------------------------------ 674a3bdd9 Deprecate heat-all 8a02abd8a support "tenant_id" property in provider_net and router 3533e88bb Decode object content to string 18ef5ed71 Use consistent URL format for all client libraries f56522b7b Fix inconsistent environment for stestr test path 893a0525b Imported Translations from Zanata 4e6460dbd Apply upper constraints to build api-ref 438cd93d0 Replace oslo_utils.encodeutils.exception_to_unicode cb613b7db Update gate jobs as per the 2025.1 cycle testing runtime 306d35269 Fix test compatibility with newer Pythons 166c8e9cf Drop exclusion of bandit B410 test 674814214 Fix old default domain name de8fe770b doc: Use dnf instead of yum 042bed804 Add `attributes` property to OS::Designate::Zone 2419bc6de Loose cron record validation error check 6a0150df6 devstack: Remove mod_wsgi support 78b2bc108 reno: Update master for unmaintained/2023.1 91e1b948c Fix missing extension detection capability and fix arguments c573a6cc2 Fix incomplete service name 7898473b8 Replace deprecated configure_auth_token_middleware 070ef3d5a Fix outdated ceilometer backend abf2caafa Drop reference to Cloud Watch API service 656e71c10 Remove default override for config options policy_file be507d0e9 Avoid duplicate '/v3' in Keystone endpoint URL dbc298b4c Drop workaround for Python 3.8 aacee2971 Add note about requirements lower bounds 7cf9e3297 Do not import osprofiler options c5e0a4479 Avoid wrongly passing "no_fixed_ips" to Neutron d2e9d36fd Accept provider:physical_network only for vlan or flat network type 674bd11ac Add skip level upgrade job b03667a2a Enable GLOBAL_VENV 00ae10af5 Update the list of EM stable branches 9350c4715 Add common constraint to validate JSON string 8289dc5d5 Drop ignored item from shared_services_types b3bd897cc Fix python executable file for heat: greande GLOBAL_VENV fe3fe44a1 Add Octavia Availability Zone resource types e3def058c Support file watcher to trigger GMR report 2551c5675 Declare Python 3.12 support f911414a6 Actually wait for designate resource deletion 300d205c7 Replace deprecated glanceclient exception 7c101c91b Drop leftover of Image v1 API usage 867607f56 Drop remaining code for Senlin support 495bf7f4d Imported Translations from Zanata 335c7eb00 Drop unicode prefix from tests (4) 7193d1f8b Drop unicode prefix from tests (3) f3a6c04fc Drop unicode prefix from tests (2) 4b343f67d Drop unicode prefix from tests (1) 1292ebb1b Add wsgi module c0c338748 Drop unicode prefix from integration tests d06457bcc Drop unicode prefix 80845924d Move input file for oslo-config-generator e3d579f65 Drop duplicate oslo.cache namespace ae78c7edf Replace datetime.datetime.utcnow() 3e63ba196 Remove workaround for eventlet < 0.27.0 1607ace72 Drop compat code for very old heat-engine 695c8e64e Imported Translations from Zanata e26f779d9 Support online volume extension 0b84e5be0 cinder: Add mechanism to compare api microversion 0135d5065 Reject volume extension of in-use volume regardless of multiattach 82338abb4 More strictly validate max api microversion options 6923c6a15 Get rid of RequestContext.tenant_id 1f81040c6 Drop SQLALCHEMY_WARN_20 16eefd07c Imported Translations from Zanata 3ecf5373c Refactor microversion handling for ironic ee0570703 Remove old upgrade script ba5d05af6 Treat api microversion as string 3b2a880f7 Update master for stable/2024.2 d22f56bba Return export_locations as a list Diffstat (except docs and test files) ------------------------------------- .stestr.conf | 2 +- .zuul.yaml | 21 +- README.rst | 4 +- api-ref/source/conf.py | 8 +- devstack/lib/heat | 174 +----- devstack/upgrade/from-rocky/upgrade-heat | 55 -- devstack/upgrade/upgrade.sh | 4 +- .../heat/heat-config-generator.conf | 2 +- .../files => etc/heat/httpd}/heat-api-cfn.conf | 2 +- {heat/httpd/files => etc/heat/httpd}/heat-api.conf | 2 +- .../heat/uwsgi}/heat-api-cfn-uwsgi.ini | 2 +- .../files => etc/heat/uwsgi}/heat-api-uwsgi.ini | 2 +- heat/{httpd/heat_api_cfn.py => api/cfn/wsgi.py} | 0 heat/api/openstack/v1/software_configs.py | 2 +- heat/api/openstack/v1/stacks.py | 27 +- heat/api/openstack/v1/util.py | 8 +- heat/{httpd/heat_api.py => api/openstack/wsgi.py} | 0 heat/cmd/all.py | 13 +- heat/cmd/api.py | 10 +- heat/cmd/api_cfn.py | 10 +- heat/cmd/engine.py | 10 +- heat/common/config.py | 38 +- heat/common/context.py | 17 +- heat/common/pluginutils.py | 19 +- heat/common/policy.py | 9 - heat/common/template_format.py | 4 +- heat/common/wsgi.py | 4 +- heat/db/api.py | 57 +- heat/engine/api.py | 2 +- heat/engine/check_resource.py | 4 +- heat/engine/clients/os/cinder.py | 33 +- heat/engine/clients/os/glance.py | 6 +- heat/engine/clients/os/heat_plugin.py | 2 +- heat/engine/clients/os/ironic.py | 32 +- .../clients/os/keystone/heat_keystoneclient.py | 26 +- heat/engine/clients/os/neutron/__init__.py | 2 +- heat/engine/clients/os/nova.py | 2 +- heat/engine/clients/os/octavia.py | 14 + heat/engine/clients/os/openstacksdk.py | 13 +- heat/engine/clients/os/swift.py | 9 +- heat/engine/constraint/common_constraints.py | 18 +- heat/engine/constraints.py | 4 +- heat/engine/resource.py | 6 +- heat/engine/resources/aws/cfn/wait_condition.py | 2 +- heat/engine/resources/openstack/cinder/volume.py | 19 +- .../resources/openstack/designate/recordset.py | 20 +- heat/engine/resources/openstack/designate/zone.py | 31 +- .../resources/openstack/heat/instance_group.py | 2 +- .../openstack/heat/wait_condition_handle.py | 4 +- heat/engine/resources/openstack/ironic/port.py | 11 +- heat/engine/resources/openstack/manila/share.py | 8 +- .../resources/openstack/neutron/floatingip.py | 17 +- .../resources/openstack/neutron/provider_net.py | 22 +- heat/engine/resources/openstack/neutron/router.py | 11 +- heat/engine/resources/openstack/nova/flavor.py | 2 +- .../openstack/nova/server_network_mixin.py | 7 +- .../openstack/octavia/availability_zone.py | 129 +++++ .../openstack/octavia/availability_zone_profile.py | 99 ++++ .../resources/openstack/octavia/flavor_profile.py | 4 +- .../resources/openstack/octavia/loadbalancer.py | 3 + heat/engine/resources/stack_resource.py | 2 +- heat/engine/service.py | 6 +- heat/engine/service_software_config.py | 4 +- heat/engine/stack.py | 4 +- heat/engine/sync_point.py | 4 +- heat/httpd/files/uwsgi-heat-api-cfn.conf | 2 - heat/httpd/files/uwsgi-heat-api.conf | 2 - heat/locale/de/LC_MESSAGES/heat.po | 13 +- heat/locale/es/LC_MESSAGES/heat.po | 6 +- heat/locale/fr/LC_MESSAGES/heat.po | 6 +- heat/locale/it/LC_MESSAGES/heat.po | 6 +- heat/locale/ja/LC_MESSAGES/heat.po | 6 +- heat/locale/ko_KR/LC_MESSAGES/heat.po | 6 +- heat/locale/pt_BR/LC_MESSAGES/heat.po | 6 +- heat/locale/ru/LC_MESSAGES/heat.po | 6 +- heat/locale/zh_CN/LC_MESSAGES/heat.po | 6 +- heat/locale/zh_TW/LC_MESSAGES/heat.po | 6 +- heat/policies/resource_types.py | 8 + .../api/openstack_v1/test_views_stacks_view.py | 30 +- .../openstack/heat/test_software_deployment.py | 4 +- .../openstack/neutron/test_neutron_floating_ip.py | 51 +- .../neutron/test_neutron_network_gateway.py | 72 +-- .../openstack/neutron/test_neutron_provider_net.py | 25 +- .../neutron/test_neutron_security_group_rule.py | 8 +- .../openstack/octavia/test_availability_zone.py | 111 ++++ .../octavia/test_availability_zone_profile.py | 114 ++++ heat/{httpd => wsgi}/__init__.py | 0 heat/wsgi/api.py | 24 + heat/wsgi/cfn.py | 24 + .../functional/test_create_update.py | 6 +- .../functional/test_resource_group.py | 36 +- .../functional/test_update_restricted.py | 8 +- .../functional/test_validation.py | 2 +- .../add-heat-wsgi-module-bd75e71b4fc47568.yaml | 22 + ...vailabilityzone-resources-f07af0b016f259ed.yaml | 8 + .../add-tenant_id-for-physnet-and-router.yaml | 8 + .../add_attributes_property-64fafdcba5aadec7.yaml | 8 + .../notes/deprecate-heat-all-4d9abc588d8b1f7f.yaml | 5 + ...iles-read-from-containers-fe2bbb0b48a69717.yaml | 7 + ...x_cinder_api_microversion-bfdf420bf214f7aa.yaml | 6 + .../microversion-string-2e6dd033e046420f.yaml | 8 + .../online-volume-extension-bb9d6554bda5b682.yaml | 6 + .../notes/story-2011146-07db485192f8c2f3.yaml | 9 + releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/conf.py | 14 +- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 123 ++++- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 2 +- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 2 +- requirements.txt | 8 +- setup.cfg | 8 +- test-requirements.txt | 2 +- tox.ini | 12 +- 197 files changed, 2703 insertions(+), 1976 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5f3ad3fdf..5a6ed0972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -5 +9 @@ cryptography>=2.5 # BSD/Apache-2.0 -eventlet>=0.18.2 # MIT +eventlet>=0.27.0 # MIT @@ -21 +25 @@ oslo.middleware>=3.31.0 # Apache-2.0 -oslo.policy>=4.4.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4fbc26156..262eaade7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.8.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org