Skip to content

Commit

Permalink
Merge pull request #1728 from zhang-shengping/9.8-stable-release
Browse files Browse the repository at this point in the history
v9.8.46 prerelease
  • Loading branch information
zhang-shengping authored May 27, 2021
2 parents d09bb6b + 76b5d23 commit afecadd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@
Release Notes for F5 Openstack Agent
====================================

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

Added Functionality
```````````````````
* Feature change member update process

Bug Fixes
`````````
* Fix the KeyError issue of heartbeat periodic task.
* Fix typo fix from reponse to response
* Fix rds cache pollute problem
* Fix project named route domain
* Fix check project_id at global_routed_mode is True
* Fix bigip status check
* Fix cleanup all snat, vlan and self ip before removing partition
* Fix only check nodes in current partition
* Fix Catch all exception for route domain creation
* Fix periodic_interval
* Upgrade eventlet to version 0.31.0 for Dependabot vulnerable
* Fix the issue of deleting nodes and snat in bigip ha mode
* add checking status support and don't send the members with status of none or checking

Limitations

v9.8.45 (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.45"
__version__ = "9.8.46"

0 comments on commit afecadd

Please sign in to comment.