From 959dbd7102f660ec5ff718c2a5feb7ecd26137f4 Mon Sep 17 00:00:00 2001 From: Keran Yang Date: Thu, 7 Nov 2024 19:53:12 -0500 Subject: [PATCH] chore: update compatible numaflow version (#169) Signed-off-by: Keran Yang --- pkg/info/types.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pkg/info/types.go b/pkg/info/types.go index 92fe546b..47b9de61 100644 --- a/pkg/info/types.go +++ b/pkg/info/types.go @@ -44,15 +44,15 @@ const MapModeKey = "MAP_MODE" // To update this value, please follow the instructions for MINIMUM_NUMAFLOW_VERSION in // https://github.com/numaproj/numaflow-rs/blob/main/src/shared.rs var MinimumNumaflowVersion = map[ContainerType]string{ - Sourcer: "1.3.1-z", - Sourcetransformer: "1.3.1-z", - Sinker: "1.3.1-z", - Mapper: "1.3.1-z", - Reducestreamer: "1.3.1-z", - Reducer: "1.3.1-z", - Sessionreducer: "1.3.1-z", - Sideinput: "1.3.1-z", - Fbsinker: "1.3.1-z", + Sourcer: "1.4.0-z", + Sourcetransformer: "1.4.0-z", + Sinker: "1.4.0-z", + Mapper: "1.4.0-z", + Reducestreamer: "1.4.0-z", + Reducer: "1.4.0-z", + Sessionreducer: "1.4.0-z", + Sideinput: "1.4.0-z", + Fbsinker: "1.4.0-z", } // ServerInfo is the information about the server