Skip to content

Commit

Permalink
Release 9.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-shengping committed Feb 4, 2021
1 parent f132dbc commit 0bcf622
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@
Release Notes for F5 Openstack Agent
====================================

v9.9.2 (Pike, Queens)
--------------------------------------------
NOTE: This version of F5 Openstack Agent supports Pike and Queens Openstack releases.

Added Functionality
```````````````````
* Login docker hub with an id under f5devcentral org
* Handle both None and '' situations for listener['customized']
* Ensure to overwrite persistence profile
* Tolerate persistence timeout in string type
* Change the algorithm from least-connection-node to least-connection-member for source_ip algorithm in neutorn
* Use HEAD or GET for monitor
* Remove persist profile from vs, if its default pool remove persistence
* When update listener with customized paramater then bind the new http profile to the listener
* Will not del the vs customized property. It will be used when configuring the other bigips in cluster mode.
* use a new way to check if tls and customized properties are changed.

Bug Fixes
`````````
* Fix customized bug
* Fix 'error opening BIG-IP - active:BIG-IP ready for provisioning'

Limitations
```````````

v9.9.1 (Pike, Queens)
--------------------------------------------
NOTE: This version of F5 Openstack Agent supports Pike and Queens Openstack releases.
Expand Down
2 changes: 1 addition & 1 deletion f5_openstack_agent/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "9.9.1"
__version__ = "9.9.2"

0 comments on commit 0bcf622

Please sign in to comment.