diff --git a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx index 82057dda35..e561fd378c 100644 --- a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx +++ b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx @@ -92,6 +92,25 @@ const Title: FC<{ ); +const StrategyDeprecationWarning = () => ( + + Custom strategies are deprecated and may be removed in a future major + version. We recommend not using custom strategies going forward and + instead using the gradual rollout strategy with{' '} + + constraints + + . If you have a need for custom strategies that you cannot support with + constraints, please reach out to us. + +); + const RecommendationAlert = () => ( We recommend using gradual rollout. You can customize it with{' '} @@ -531,6 +550,7 @@ export const StrategiesList = () => { Custom strategies +