Ussuri Series Release Notes

2.0.0

New Features

  • Added a parameter called tls_versions for passing allowed TLS versions to pools and listeners. The available TLS versions have corresponding constants. The constants are prefixed with TLS_VERSION (except SSLv3 which is SSL_VERSION_3).

  • Added a parameter called tls_ciphers for passing OpenSSL cipher strings in pools and listeners.

Upgrade Notes

  • Python 2.7 support has been dropped. The minimum version of Python now supported by Octavia-lib is Python 3.6.

1.5.0

New Features

  • Add driver interface for validating availability zone metadata and support.

Other Notes

  • Load balancer objects now have an availability_zone attribute. This can be None.