Skip to content

Commit

Permalink
Merge pull request #2073 from zh805/release-9.10.5
Browse files Browse the repository at this point in the history
[OPENSTACK-2823] Release 9.10.5
  • Loading branch information
zh805 authored Aug 1, 2023
2 parents ea20555 + d97ac31 commit a16994e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@
Release Notes for F5 Openstack Agent
====================================

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

Added Functionality
```````````````````
* [OPENSTACK-2847] Refactor network helper
* [OPENSTACK-2847] Refactor resource manager
* [OPENSTACK-2847] Refactor icontrol driver
* [OPENSTACK-2847] Refactor selfip
* [OPENSTACK-2847] Refactor system helper
* [OPENSTACK-2847] Retry when icontrol return 401
* [OPENSTACK-2847] Disable icontrol token authentication by default (9.10)
* [OPENSTACK-2835] Modify ManagementRoot
* [OPENSTACK-2848] Update f5_bandwidth_max to 120000 to support flavor 21
* [OPENSTACK-2754] Support flavor 21
* [OPENSTACK-2784] No ssl 3.0
* [OPENSTACK-2782] Add access_log logic feat

Bug Fixes
`````````
* [OPENSTACK-2855] Check if route exist, before create route
* [OPENSTACK-2807] Fix requested VLAN not found
* [OPENSTACK-2701] Fix retry to get VLAN mac
* [OPENSTACK-2807] Fix snatpool partition was wrong
* [OPENSTACK-2806] Save lb_netinfo in service instead of NetworkServiceBuilder to avoid race condition when parallel deploy configuration to multi device.

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

v9.10.4 (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.10.4"
__version__ = "9.10.5"

0 comments on commit a16994e

Please sign in to comment.