Skip to content

Commit

Permalink
Merge pull request #1952 from zhaoqin-github/9.9.40-dev
Browse files Browse the repository at this point in the history
[OPENSTACK-2587] Upgrade to python sdk 3.0.11.5 (9.9.40)
  • Loading branch information
zhaoqin-github authored Sep 21, 2022
2 parents dcc6c40 + e7ad3e7 commit 50b42a7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ after_success:
deploy:
- provider: releases
api_key:
secure: lTash9wrbwY5rsdl+ZfhYZ+Iqt2EdvZNqrq6FlLT6L4Wc4/RYCDLFwY2qrDb/n1XI3g/XhOCTyYMCu9URrw0HAY45HcAgOcEABNcAGfs/aBk5uB+l/V/42QKB+oAR9RR9qves5PJGBpJcBym9oswcxblBo8L6Z2o/yFzyGo3tHKVopTZoIw+hPqt5eAClPz8FX0ZIUZqH1iUiqMj1JJWvO9DRWECcjt4pr5HuY3u32qocQP4DUY1WQwI/R6iye5VPTAbWnsIBChJcJF1HAbsVa5IhQHhSo03RCJwZay/NF0btc9dKvIyrwqhQIUZX/RcDPvbs7TP02zg9O27HBAts2ivVRoBulN9dsHGiWGXMMQjavZGsdZ/TddKQxUvWoUKv+nHQyWGbyrE4smDHrex29NR/WgB/kHSAkNyUU1rZs8ALaoab5LY3Z0WmrFlHFs4HDb4YG+//0ODVppRe+Z8uFFnSsN4fjG9Xok+Tl+Gb9XM6/LNu+C+5DCG2VfPCnp2UGzmmo9Hm6ODhWauCR9DfJk1dUTVYb871I3ina0rwm2NQ04bKv0UHGZ2FWpq/KGx+jvXW8F54cWIluU/ze2MrJF/z9uKyTluEbDNBEr9/LaZoG22MBzHZB4xK0cEy+CSwGdOredCDCyEM7dsLlnE8ruiujbCAMvdjsHH4bu4MjU=
secure: "iFpUAG1J8pnxL/lyIm4t18gQx0OaajpXWSEIQr0QeiKFKAj5mZ0rTr4XD4ditLKZ7Ar/ZcPlD+wJ6k4MEVjrkDs+SxSgMKoygXIu35m4pxNpUNPbyR1q0etfpnyMWr7KZWPhqzQw4FbQgAdNvA4l0CQi9ufaFIzE0gZl/uKW+CJbjRp+VrFKSeK1BuUSrjzS9iwwPy4DnxzOxmA8d3PLj/BCmh+rdjLHvdEAdVO5mRn6h2uTOTYsrYY+QBgI0Ibi1oiy6hkrW5snqEpaeg5w5fbcI9zds3QXWJucQSjBF8EFVgwcHHDM1Z339pnxbYHWZg683Q9tMjpUhgrc+CJxVW1O+vUaVkCa/6Js8B46RwgpZmBOWotxvYFfL/sxrvhh7mxnl/KSAHxMJ1NoReaS8SLBHqQu12/jyOQlblj+/jB/P/jAoj8R7S2p83FyNNuTg22zEV7oXIruaEsz4qfMNPR3RfVOTYzvKZPq6II67lHd5qNjAWNLpeDisBqHQ8dmE53Q10DtCLbzvzlLHbLtFExYToG1vwWNoe641vCa/ZEII2e0t0+tRIdXJ80Jgt2hHdTPpng0Xgsthf05SCwi2A9p0exVJt95ty7kEEUrpUZ9yEGFyO7H3kDvK7gk345BsMo7wIpoXgpp4uRwHy1Ylw3ZJPZG/J8Ju2D1eHtbF5Y="
file:
- ${PKG_RELEASE_EL7}
- ${PKG_RELEASE_EL7}.md5
Expand Down
2 changes: 1 addition & 1 deletion deb_setup_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this file stores required dependencies of f5 agent for ubuntu
f5-sdk==3.0.11.4
f5-sdk>=3.0.11.4

pyasn1-modules>=0.0.3-1
cryptography>=1.0.1-1
14 changes: 14 additions & 0 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
Release Notes for F5 Openstack Agent
====================================

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

Added Functionality
```````````````````
* [OPENSTACK-2587] Upgrade to python sdk 3.0.11.5

Bug Fixes
`````````

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

v9.9.40.patch2 (Pike, Queens)
--------------------------------------------
NOTE: This version of F5 Openstack Agent supports Pike and Queens Openstack releases.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
release = VERSION

# F5 SDK release version should be set here
f5_sdk_version = '3.0.11.4'
f5_sdk_version = '3.0.11.5'
# F5 icontrol REST version should be set here
f5_icontrol_version = '1.3.0'

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.40.patch2"
__version__ = "9.9.40.patch3"
2 changes: 2 additions & 0 deletions requirements.unittest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ oslo.messaging===4.6.1

cryptography>=1.2.3
pyasn1-modules>=0.0.8

pika<1.3.0
2 changes: 1 addition & 1 deletion rpm_setup_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this file stores required dependencies of f5 agent for redhat
f5-sdk==3.0.11.4
f5-sdk>=3.0.11.4

python2-cryptography>=1.2.3
python2-pyasn1-modules>=0.0.8
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@
'update-lb = f5_openstack_agent.lbaasv2.drivers.bigip.update_lb:update_lb'
]
},
install_requires=['f5-sdk==3.0.11.4']
install_requires=['f5-sdk>=3.0.11.4']
)

0 comments on commit 50b42a7

Please sign in to comment.