Wallaby Series Release Notes¶
2.3.1-4¶
Bug Fixes¶
Removed an unsupported protocol from the pool protocols.
2.3.1¶
Bug Fixes¶
Improved the client performance when using a name instead of the resource ID.
Fixed some issues when the number of Octavia resources exceeded the ‘pagination_max_limit’ parameter in Octavia API. The list calls now support pagination.
2.3.0¶
New Features¶
Added support for the PROXYV2 protocol.
Added ALPN support for pools with parameter
--alpn-protocol
(can be set multiple times). Users can define a list of application layer protocols to be negotiated over a secure connection. For example, users can limit to HTTP/2 or to HTTP/2 and HTTP/1.1 but exclude HTTP/1.0.
Add support for tags for Octavia resources. Tags are supported with load balancers, listeners, pools, members, health monitors, l7policies and l7rules. Tags can be added when creating a resource, and they can be set and unset. Tags allow also to filter elements when listing Octavia resources.
Bug Fixes¶
Fix errors when combining set/unset CLI for l7rule resources and the –wait option.
Improve CLI error messages when a user performs an unauthorized/invalid request.