From 7a44727cef065ef9d22d88ce48f4ec51095d1360 Mon Sep 17 00:00:00 2001 From: Vivek Lohiya Date: Thu, 9 Jan 2025 15:51:02 +0530 Subject: [PATCH] Fixing passive voice in release notes --- docs/RELEASE-NOTES.rst | 14 +++++++------- docs/upgradeProcess.md | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst index 5ec4f86d0..8b04fe705 100644 --- a/docs/RELEASE-NOTES.rst +++ b/docs/RELEASE-NOTES.rst @@ -13,8 +13,8 @@ Added Functionality * CIS now supports the serviceType Load balancer discovery in remote clusters as well using the default mode. See `Documentation <./config_examples/multicluster/default-mode>`_ * Support for the MultiCluster serviceType load balancer in the default mode. See `Example <./config_examples/multicluster/default-mode/ServiceTypeLB/sample-multi-cluster-svc-lb.yaml>`_ * `Issue 3494 `_: make service discovery equal for all clusters by eliminating the extendedServiceReferences attribute - * CIS now does the service discovery for VS/TS CR from all the clusters implicitly in Active-Active or Ratio mode - * extendedServiceReferences property is not supported for VS/TS CR in the Active-Active and Ratio mode any more. + * CIS now does the service discovery for VS/TS CR from all the clusters implicitly in active-active or ratio mode + * extendedServiceReferences property is not supported for VS/TS CR in the active-active and ratio mode any more. * Active-standby mode is not supported any more. * CRD @@ -36,12 +36,12 @@ Bug Fixes Upgrade notes `````````````` -* serviceAddress property for VS and TS CR is not allowed to add/delete once the CR is created. +* serviceAddress property for VS and TS CR is not allowed to add/delete after creating the once the CR. * --local-cluster-name parameter is a new and mandatory parameter for multi-cluster mode, It’s required for all the modes(default, active-active and ratio). -* Default mode is the default mode for multi-cluster, if no mode is specified in the extended configMap. -* CIS now does the service discovery for VS/TS CR in all the clusters defined via extended configMap when active-active or ratio mode is configured. -* Active-standby mode is deprecated and not supported anymore. -* extendedServiceReferences have been deprecated for VS/TS CR in the active-active and ratio mode. +* If the extended configMap does not specify a mode, CIS defaults to the Default mode for multi-cluster. +* CIS now does the service discovery for VS/TS CR in all the clusters defined via extended configMap in active-active or ratio mode. +* Active-standby mode is not supported from CIS 2.19.0 release. +* extendedServiceReferences property is not supported with VS/TS CR in the active-active and ratio mode. 2.18.1 diff --git a/docs/upgradeProcess.md b/docs/upgradeProcess.md index 755f122f4..fbd08909a 100644 --- a/docs/upgradeProcess.md +++ b/docs/upgradeProcess.md @@ -416,9 +416,9 @@ Refer Release Notes for [CIS v2.17.0](https://github.com/F5Networks/k8s-bigip-ct ### **Upgrading from 2.18.1 to 2.19.0:** **_Functionality Changes:_** - * serviceAddress property for VS and TS CR is not allowed to add/delete once the CR is created. - * --local-cluster-name parameter is a new and mandatory parameter for multi-cluster mode, It’s required for all the modes(default, active-active and ratio). - * Default mode is the default mode for multi-cluster, if no mode is specified in the extended configMap. - * CIS now does the service discovery for VS/TS CR in all the clusters defined via extended configMap when active-active or ratio mode is configured. - * Active-standby mode is deprecated and not supported anymore. - * extendedServiceReferences have been deprecated for VS/TS CR in the active-active and ratio mode. \ No newline at end of file + * serviceAddress property for VS and TS CR is not allowed to add/delete after creating the once the CR. + * --local-cluster-name parameter is a new and mandatory parameter for multi-cluster mode, It’s required for all the modes(default, active-active and ratio). + * If the extended configMap does not specify a mode, CIS defaults to the Default mode for multi-cluster. + * CIS now does the service discovery for VS/TS CR in all the clusters defined via extended configMap in active-active or ratio mode. + * Active-standby mode is not supported from CIS 2.19.0 release. + * extendedServiceReferences property is not supported with VS/TS CR in the active-active and ratio mode.