Skip to content

Commit a16994e

Browse files
author
Hui Zhang
authored
Merge pull request #2073 from zh805/release-9.10.5
[OPENSTACK-2823] Release 9.10.5
2 parents ea20555 + d97ac31 commit a16994e

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

docs/RELEASE-NOTES.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@
55
Release Notes for F5 Openstack Agent
66
====================================
77

8+
v9.10.5 (Pike, Queens)
9+
--------------------------------------------
10+
NOTE: This version of F5 Openstack Agent supports Pike and Queens Openstack releases.
11+
12+
Added Functionality
13+
```````````````````
14+
* [OPENSTACK-2847] Refactor network helper
15+
* [OPENSTACK-2847] Refactor resource manager
16+
* [OPENSTACK-2847] Refactor icontrol driver
17+
* [OPENSTACK-2847] Refactor selfip
18+
* [OPENSTACK-2847] Refactor system helper
19+
* [OPENSTACK-2847] Retry when icontrol return 401
20+
* [OPENSTACK-2847] Disable icontrol token authentication by default (9.10)
21+
* [OPENSTACK-2835] Modify ManagementRoot
22+
* [OPENSTACK-2848] Update f5_bandwidth_max to 120000 to support flavor 21
23+
* [OPENSTACK-2754] Support flavor 21
24+
* [OPENSTACK-2784] No ssl 3.0
25+
* [OPENSTACK-2782] Add access_log logic feat
26+
27+
Bug Fixes
28+
`````````
29+
* [OPENSTACK-2855] Check if route exist, before create route
30+
* [OPENSTACK-2807] Fix requested VLAN not found
31+
* [OPENSTACK-2701] Fix retry to get VLAN mac
32+
* [OPENSTACK-2807] Fix snatpool partition was wrong
33+
* [OPENSTACK-2806] Save lb_netinfo in service instead of NetworkServiceBuilder to avoid race condition when parallel deploy configuration to multi device.
34+
35+
Limitations
36+
```````````
37+
838
v9.10.4 (Pike, Queens)
939
--------------------------------------------
1040
NOTE: This version of F5 Openstack Agent supports Pike and Queens Openstack releases.

f5_openstack_agent/__init__.py

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

0 commit comments

Comments
 (0)