Current Series Release Notes

3.0.0-3

Upgrade Notes

  • Python 3.6 and 3.7 are no longer supported. The minimum python version currently supported is 3.8.

Bug Fixes

  • The localtz YAQL function now returns daylight saving time when daylight saving is actually enabled in the system. Previously it returned daylight saving time if the system time zone has daylight saving time.

3.0.0

Upgrade Notes

  • The format YAQL function has been removed, because of its vulnability. See the security section to find more details.

Security Issues

  • https://bugs.launchpad.net/murano/+bug/2048114: The format YAQL function has been removed, because it allowed too arbitrary data access which results in data leak. Users can replace the format function by + operator and str YAQL function.

2.0.0

Upgrade Notes

  • Python 2.7 support has been dropped. Last release of yaql to support python 2.7 is OpenStack Train. The minimum version of Python now supported by yaql is Python 3.6.