diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst index 46a0892df..5aab0887d 100644 --- a/docs/RELEASE-NOTES.rst +++ b/docs/RELEASE-NOTES.rst @@ -8,6 +8,7 @@ Bug Fixes ````````` * :issues:`517` - Controller deletes SSL profiles off of Ingress virtual servers if watching multiple namespaces. * :issues:`471` - When updating routes, old service pools are not removed until after a refresh cycle. +* :cccl-issue:`208` - Address compatibility for BIG-IP v13.0 Health Monitor interval and timeout. v1.4.0 ------ diff --git a/python/k8s-build-requirements.txt b/python/k8s-build-requirements.txt index 03783399f..4809e7598 100644 --- a/python/k8s-build-requirements.txt +++ b/python/k8s-build-requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/f5devcentral/f5-cccl.git@03e22c4779ceb88f529337ade3ca31ddcd57e4c8#egg=f5-cccl +-e git+https://github.com/f5devcentral/f5-cccl.git@d55c2d24b03a50ecd71803501ea2db1dfed5efb5#egg=f5-cccl pytest==3.0.2 mock flake8==3.4.1 diff --git a/python/k8s-runtime-requirements.txt b/python/k8s-runtime-requirements.txt index cf0f032f1..e6132f663 100644 --- a/python/k8s-runtime-requirements.txt +++ b/python/k8s-runtime-requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/f5devcentral/f5-cccl.git@03e22c4779ceb88f529337ade3ca31ddcd57e4c8#egg=f5-cccl +-e git+https://github.com/f5devcentral/f5-cccl.git@d55c2d24b03a50ecd71803501ea2db1dfed5efb5#egg=f5-cccl pyinotify==0.9.6 ipaddress==1.0.17 PyJWT==1.4.0