Skip to content

Commit

Permalink
chore: update compatible numaflow version
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Nov 7, 2024
1 parent 332006c commit 2dda71c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/info/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Sourcer: "1.4.0-z",
Sourcetransformer: "1.4.0-z",
Sinker: "1.4.0-z",
Mapper: "1.4.0-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",
Sideinput: "1.4.0-z",
Fbsinker: "1.4.0-z",
}

// ServerInfo is the information about the server
Expand Down

0 comments on commit 2dda71c

Please sign in to comment.