Skip to content

Commit

Permalink
chore: update compatible numaflow version (#169)
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <yangkr920208@gmail.com>
  • Loading branch information
KeranYang authored Nov 8, 2024
1 parent 332006c commit 959dbd7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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",
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
Expand Down

0 comments on commit 959dbd7

Please sign in to comment.