From f793a8e8ffc882443c470b20f4e1c17c936a98d8 Mon Sep 17 00:00:00 2001 From: Vivek Lohiya Date: Thu, 6 Oct 2022 11:19:42 +0530 Subject: [PATCH] Release notes 2.10.1 (#2600) Signed-off-by: Vivek Lohiya --- docs/RELEASE-NOTES.rst | 13 ++++--------- docs/upgradeProcess.md | 17 +++++++++++++---- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst index 9eb57c066..25578d9d7 100644 --- a/docs/RELEASE-NOTES.rst +++ b/docs/RELEASE-NOTES.rst @@ -1,23 +1,18 @@ Release Notes for Container Ingress Services for Kubernetes & OpenShift ======================================================================= -Next Release -------------- - -Added Functionality -``````````````````` +2.10.1 +------------- Bug Fixes ```````````` * Fix to monitor NGINX+ service changes -* Fix issue with inconsistent pool names for VS +* :issues:`2582` Fix issue with inconsistent pool names for VS * :issues:`2596` Fix invalid property name with serviceAddress * :issues:`2570` Fix for TLSProfile doesn't get updated when K8s secret changes * :issues:`2394` Fix to set ingress https monitor send string * :issues:`2549` Fix trafficGroup regex -* :issues:`2492` Fix for adding unique pool members in nodePort mode -* :issues:`847` Fix issue with adding both VIPs to GTM pool members for IngressLink - +* :issues:`2492` Fix for shared pool not working in nodePort mode 2.10.0 diff --git a/docs/upgradeProcess.md b/docs/upgradeProcess.md index f1e593211..2806d9039 100644 --- a/docs/upgradeProcess.md +++ b/docs/upgradeProcess.md @@ -30,7 +30,8 @@ Compatibility Matrix | v2.8.1 | v16.0 | v1.22 | v4.9 | Yes | Yes | v3.30 | v0.1.7 | v0.0.1 | v0.0.19 | | v2.9.0 | v16.0 | v1.23 | v4.10.3 | Yes | Yes | v3.36 | v0.1.8 | v0.0.1 | v0.0.20 | | v2.9.1 | v16.0 | v1.23 | v4.10.3 | Yes | Yes | v3.36 | v0.1.8 | v0.0.2 | v0.0.21 | -| v2.10.0 | v16.0 | v1.24 | v4.11.1 | Yes | Yes | v3.38 | v0.1.8 | v0.0.2 | v0.0.22 | +| v2.10.0 | v16.0 | v1.24 | v4.11.1 | Yes | Yes | v3.38 | v0.1.8 | v0.0.2 | v0.0.22 | +| v2.10.1 | v16.0 | v1.24 | v4.11.1 | Yes | Yes | v3.38 | v0.1.8 | v0.0.2 | v0.0.22 | CIS Features and Examples @@ -212,7 +213,7 @@ Refer Release Notes for [CIS v2.8.0](https://github.com/F5Networks/k8s-bigip-ctl ### **Upgrading from 2.8.1 to 2.9.0:** -Refer Release Notes for [CIS v2.9.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst#290) +Refer Release Notes for [CIS v2.9.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst) **_Functionality Change:_** @@ -226,8 +227,16 @@ Refer Release Notes for [CIS v2.9.0](https://github.com/F5Networks/k8s-bigip-ctl ### **Upgrading from 2.9.0 to 2.9.1:** -Refer Release Notes for [CIS v2.9.1](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst#290) +Refer Release Notes for [CIS v2.9.1](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst) ### **Upgrading from 2.9.1 to 2.10.0:** -Refer Release Notes for [CIS v2.10.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst#290) \ No newline at end of file +Refer Release Notes for [CIS v2.10.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst) + +### **Upgrading from 2.10.0 to 2.10.1:** + +Refer Release Notes for [CIS v2.10.1](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst) + +**_Functionality Change:_** + +* Either secure or insecure virtual server added as EDNS pool member with Ingresslink, instead of both.