Zed Series Release Notes¶
21.1.0¶
New Features¶
The new
heat::executor_thread_pool_size
parameter has been added.
21.0.0¶
New Features¶
The
heat::wsgi::apache_api
class and theheat::wsgi::apache_api_cfn
class now support customizing response headers added by apache.
The new
heat::clients
class has been added. Use this class to manage[clients]
parameters.
The new
heat::clients::base
defined type has been added. This defined type provides the basic implementation to manage[clients_<service>]
parameters.
The
heat::clients::<service>
classes, to manage[clients_<service>]
parameters, have been added.
Added parameters for advanced configuration of httpd access and error log destinations including piped logging and syslog (see mod_syslog). Note that mod_syslog requires Apache2 >= 2.5.0.
The
heat::cron::purge_deleted
class now supports customizing batch size of the purge operation.
Upgrade Notes¶
Default value of the following parameters has been changed from
true
tofalse
and now ssl is disabled by default.heat::wsgi::apache::ssl
heat::wsgi::apache_api::ssl
heat::wsgi::apache_api_cfn::ssl
CentOS 8 Stream is no longer supported by this module.
The
heat::max_stacks_per_tenant
parameter has been removed. Use theheat::engine::max_stacks_per_tenant
parameter instead.
Deprecation Notes¶
The
heat_clients_endpoint_type
parameter and theheat_clients_url
parameter has been deprecated, in favor of theheat::clients
class and theheat::clients::heat
class.