Skip to content

Commit

Permalink
Merge pull request #2157 from zh805/release-9.10.6
Browse files Browse the repository at this point in the history
Release 9.10.6
  • Loading branch information
zh805 authored Nov 22, 2023
2 parents e0d02b1 + b42ec94 commit a3d1d36
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ script:
# pzhang: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
- f5-openstack-agent-dist/scripts/test_install.sh "ubuntu" "14.04" ${PKG_RELEASE_1404}
- |
if [[ "$TRAVIS_BRANCH" =~ ^v[0-9]+\.[0-9]+\.[0-9]* ]]; then
if [[ "$TRAVIS_BRANCH" =~ ^v[0-9]+\.[0-9]+\.[0-9.]* ]]; then
va=( ${TRAVIS_BRANCH//./ } ) # replace decimals and split into array
export CTLR_VERSION="${va[0]}.${va[1]}.${va[2]}"
else
export CTLR_VERSION=$TRAVIS_BRANCH
fi
- echo $TRAVIS_BRANCH
- echo $CTLR_VERSION

after_success:
- md5sum ${PKG_RELEASE_EL7} > ${PKG_RELEASE_EL7}.md5 && md5sum --check ${PKG_RELEASE_EL7}.md5
Expand Down Expand Up @@ -93,7 +95,7 @@ deploy:
on:
all_branches: true
repo: F5Networks/f5-openstack-agent
condition: $TRAVIS_BRANCH =~ ^v[0-9]+\.[0-9]+\.[0-9]*
tags: true
script:
- ./docs/scripts/docker-docs.sh ./docs/scripts/test-docs.sh && ./docs/scripts/deploy-docs.sh publish-product-docs-to-prod openstack/agent $CTLR_VERSION

Expand Down
14 changes: 11 additions & 3 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ NOTE: This version of F5 Openstack Agent supports Pike and Queens Openstack rele

Added Functionality
```````````````````
* [OPENSTACK-2890] Suppress vlan 409 error log
* [OPENSTACK-2915] New implementation of flavor 21
* [OPENSTACK-2915] Always create snat subnet with 128 size
* [OPENSTACK-2930] Raise exception if all bigips offline
* [OPENSTACK-2890] Retry 30 times when 401 or device busy happens
* [OPENSTACK-2890] 400 retry for device or resource busy
* [OPENSTACK-2890] 401 retry for loading nodes
* [OPENSTACK-2912] Not append if profile already exists
* [OPENSTACK-2912] Add sip profile manipulation
* [OPENSTACK-2912] remove old description way
* [OPENSTACK-2899] SIP VS
Expand Down Expand Up @@ -64,6 +72,9 @@ Added Functionality

Bug Fixes
`````````
* [OPENSTACK-2905] Lock route domain when inserting vlan
* [OPENSTACK-2905] Don't handle vlan not in rd error when creating selfip
* [OPENSTACK-2879] Only delete empty route domain
* [OPENSTACK-2886] Fix TOA profile, only create client side tcp profile.
* [OPENSTACK-2867] Fix creating route domain racing problem
* [OPENSTACK-2867] Fix creating vlan racing problem
Expand All @@ -73,9 +84,6 @@ Bug Fixes
Limitations
```````````

Release Notes for F5 Openstack Agent
====================================

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

0 comments on commit a3d1d36

Please sign in to comment.