Skip to content

Commit

Permalink
Fixing passive voice in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vklohiya committed Jan 9, 2025
1 parent 56b95c9 commit 7a44727
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions docs/upgradeProcess.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* 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.

0 comments on commit 7a44727

Please sign in to comment.