Skip to content

Commit

Permalink
Merge pull request #1633 from zongzw/release-9.8.44
Browse files Browse the repository at this point in the history
new release 9.8.44
  • Loading branch information
zongzw authored Jan 26, 2021
2 parents 55887f4 + 9b9d0d9 commit 8cb980c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@
Release Notes for F5 Openstack Agent
====================================

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

Added Functionality
```````````````````
* Add lbaas-listener-update --customized support.
* Add avaliability_zone configuration for agenting state reporting
* Ensure to overwrite persistence profile
* Tolerate persistence timeout in string type

Bug Fixes
`````````
* Fix customized bug of vs == None
* Handle both None and '' situations for listener['customized']
* Fix 'error opening BIG-IP - active:BIG-IP ready for provisioning'

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

v9.8.43 (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.8.43"
__version__ = "9.8.44"

0 comments on commit 8cb980c

Please sign in to comment.