From 8996c2799da273241ac7b13efde24b017144cb22 Mon Sep 17 00:00:00 2001 From: Sravya <46847681+sravyap135@users.noreply.github.com> Date: Fri, 13 Aug 2021 11:30:14 +0530 Subject: [PATCH] 2.5.1 release notes (#1943) Co-authored-by: Amit Gupta --- docs/RELEASE-NOTES.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst index 12684a11b..7cbc7c7c3 100644 --- a/docs/RELEASE-NOTES.rst +++ b/docs/RELEASE-NOTES.rst @@ -1,14 +1,20 @@ Release Notes for Container Ingress Services for Kubernetes & OpenShift ======================================================================= -Next Release +2.5.1 ------------- Bug Fixes ````````` * :issues:`1921` Plain text login and password in process status on node that is running controller. -* :issues:`1849` Fix VS processing sharing same IP and different port -* :issue:`1911` Fix CIS delete all exist vs when cis pod restarting. +* :issues:`1849` Fix VirtualServer CRD processing which share same IP and different port. +* CIS now supports: + * Partition names with captial letters in F5IPAM CR. + * Deletion of old F5IPAM CR which is not in use. + * Skipping certificate validation for passthrough routes. + * Update/delete of Ingress V1 annotation with shared IP. +* OpenShift operator doesn't fail to install multiple CIS instances due to already existing CRD's. + Vulnerability Fixes ```````````````````