Zed Series Release Notes¶
10.0.0-6¶
Security Issues¶
Fixes a bug where any user could update/delete a lease from any project, provided that they had the lease ID. When using the default policy configuration, there is no way for a regular user to see lease IDs of another project. However, operators that are running the Resource Availability Calendar may have overridden this policy, and so may be vulnerable without this fix. LP#2120655
Bug Fixes¶
Fixes an issue where the amount of instances in an instance reservation could not be updated when the lease is active. LP#2138386
The Blazar service now supports using a custom CA certificate bundle with the
[DEFAULT]/cafileoption. This allows for deployment on OpenStack clouds that are using HTTPS endpoints with certificates signed by a custom CA. LP#2045281
10.0.0¶
New Features¶
Add a usage enforcement filter delegating decisions to an external HTTP service. This new filter is called
ExternalServiceFilter.
Upgrade Notes¶
Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8.