From 7afe745cb01fd3faffd0771b7fdfcb1f120f1daa Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Thu, 21 May 2020 15:31:50 +0530 Subject: [PATCH] New release section "Next Upgrade Notes" added --- docs/RELEASE-NOTES.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst index ec220d430..a20d3dc70 100644 --- a/docs/RELEASE-NOTES.rst +++ b/docs/RELEASE-NOTES.rst @@ -1,5 +1,5 @@ -Release Notes for BIG-IP Controller for Kubernetes -================================================== +Release Notes for Container Ingress Services for Kubernetes & OpenShift +======================================================================= 2.0 ------------- @@ -7,7 +7,7 @@ Added Functionality ````````````````````` * `as3` is the default agent. Use deployment argument `--agent` to configure `cccl` agent. * Custom Resource Definition (CRD) – Alpha available with Custom resource `virtual-server`. - - `CRD Examples `_. + - `CRD Doc and Examples `_. * Added new optional deployment arguments: - `--custom-resource-mode` (default `false`) when set `true` processes custom resources only. - `--userdefined-as3-declaration` for processing user defined AS3 Config Map in CIS watched namespaces. @@ -15,6 +15,7 @@ Added Functionality * CIS is now compatible with: - OpenShift 4.3. - BIG-IP 15.1. + - K8S 1.18. * Base image upgraded to UBI for CIS Container images. * Added Support for: - Multiple BIG-IP ClientSSL profiles for a Virtual Server. @@ -48,6 +49,10 @@ Limitations ``````````` * CIS with cccl as agent, OpenShift A/B route cannot be updated in BIGIP >=v14.1.x due to data group changes. +Next Upgrade Notes +`````````````````` +* From CIS 2.1, additional AS3 managed partition "_AS3" will be removed. + 1.14.0 ------------ Added Functionality