From 2bc79bf47d718ff8597f3f63bee7156a6363794e Mon Sep 17 00:00:00 2001 From: Qin Zhao Date: Fri, 8 Mar 2024 11:38:37 +0800 Subject: [PATCH] [OPENSTACK-2997] Release 212.6.9 --- docs/RELEASE-NOTES.rst | 17 ++++++++++++++--- f5lbaasdriver/__init__.py | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst index d771d1ce..6a4c7ca1 100644 --- a/docs/RELEASE-NOTES.rst +++ b/docs/RELEASE-NOTES.rst @@ -4,23 +4,33 @@ Release Notes ============= -v212.6.8.1 (Pike) +v212.6.9 (Pike) -------------- Added Functionality ``````````````````` -* [OPENSTACK-2915] New implementation of flavor 21 +* [OPENSTACK-2959] we need to update port before build service object +* [OPENSTACK-2949] Get loadbalancers as api dict +* [OPENSTACK-2949] Translate entity type from dict to obj +* [OPENSTACK-2959] remove old selfip port +* [OPENSTACK-2959] get from_device and to_device +* [OPENSTACK-2959] add device_owner for update_port_on_subnet +* [OPENSTACK-2959] add function to migrate vip port +* [OPENSTACK-2959] add schedule functions for migrate +* [OPENSTACK-2966] add purge interface in driver +* [OPENSTACK-2961] add logs for parsing lb creation * [OPENSTACK-2936] Disable SNAT IP validation Bug Fixes ````````` -* [OPENSTACK-2925] Fix bulk create and delete to fit the input args +* [OPENSTACK-2985] Fix RouterInterfaceDuplicateForSubnet exception v212.6.8 (Pike) -------------- Added Functionality ``````````````````` +* [OPENSTACK-2915] New implementation of flavor 21 * [OPENSTACK-2900] add bulk member create/delete * [OPENSTACK-2787] Occupy device * [OPENSTACK-2900] remove pool_port_ @@ -32,6 +42,7 @@ Added Functionality Bug Fixes ````````` +* [OPENSTACK-2925] Fix bulk create and delete to fit the input args Release Notes ============= diff --git a/f5lbaasdriver/__init__.py b/f5lbaasdriver/__init__.py index dc30a8f0..c2fc4163 100644 --- a/f5lbaasdriver/__init__.py +++ b/f5lbaasdriver/__init__.py @@ -1 +1 @@ -__version__ = "212.6.8.1" +__version__ = "212.6.9"