Skip to content

Commit 2bc79bf

Browse files
[OPENSTACK-2997] Release 212.6.9
1 parent 3d85d06 commit 2bc79bf

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

docs/RELEASE-NOTES.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,33 @@
44

55
Release Notes
66
=============
7-
v212.6.8.1 (Pike)
7+
v212.6.9 (Pike)
88
--------------
99

1010
Added Functionality
1111
```````````````````
12-
* [OPENSTACK-2915] New implementation of flavor 21
12+
* [OPENSTACK-2959] we need to update port before build service object
13+
* [OPENSTACK-2949] Get loadbalancers as api dict
14+
* [OPENSTACK-2949] Translate entity type from dict to obj
15+
* [OPENSTACK-2959] remove old selfip port
16+
* [OPENSTACK-2959] get from_device and to_device
17+
* [OPENSTACK-2959] add device_owner for update_port_on_subnet
18+
* [OPENSTACK-2959] add function to migrate vip port
19+
* [OPENSTACK-2959] add schedule functions for migrate
20+
* [OPENSTACK-2966] add purge interface in driver
21+
* [OPENSTACK-2961] add logs for parsing lb creation
1322
* [OPENSTACK-2936] Disable SNAT IP validation
1423

1524
Bug Fixes
1625
`````````
17-
* [OPENSTACK-2925] Fix bulk create and delete to fit the input args
26+
* [OPENSTACK-2985] Fix RouterInterfaceDuplicateForSubnet exception
1827

1928
v212.6.8 (Pike)
2029
--------------
2130

2231
Added Functionality
2332
```````````````````
33+
* [OPENSTACK-2915] New implementation of flavor 21
2434
* [OPENSTACK-2900] add bulk member create/delete
2535
* [OPENSTACK-2787] Occupy device
2636
* [OPENSTACK-2900] remove pool_port_<member-id>
@@ -32,6 +42,7 @@ Added Functionality
3242

3343
Bug Fixes
3444
`````````
45+
* [OPENSTACK-2925] Fix bulk create and delete to fit the input args
3546

3647
Release Notes
3748
=============

f5lbaasdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "212.6.8.1"
1+
__version__ = "212.6.9"

0 commit comments

Comments
 (0)