Skip to content

Commit

Permalink
chore: version update for releasing (#1944)
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang authored Aug 19, 2024
1 parent e1bfd1b commit ef18e09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe
github.com/nats-io/nats-server/v2 v2.10.17
github.com/nats-io/nats.go v1.36.0
github.com/numaproj/numaflow-go v0.7.1-0.20240711051731-15e45210b784
github.com/numaproj/numaflow-go v0.8.0
github.com/prometheus/client_golang v1.18.0
github.com/prometheus/client_model v0.5.0
github.com/prometheus/common v0.45.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ github.com/nats-io/nkeys v0.4.7/go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDm
github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/numaproj/numaflow-go v0.7.1-0.20240711051731-15e45210b784 h1:JnpaG557KqDrzIi1c5YeffeLXGmLd8F2lzQEBC+wFWQ=
github.com/numaproj/numaflow-go v0.7.1-0.20240711051731-15e45210b784/go.mod h1:WoMt31+h3up202zTRI8c/qe42B8UbvwLe2mJH0MAlhI=
github.com/numaproj/numaflow-go v0.8.0 h1:1Pp0AMLXkmUPlvFjKeY3a9X+OLU8oN1OQWxD9jLg8Uo=
github.com/numaproj/numaflow-go v0.8.0/go.mod h1:WoMt31+h3up202zTRI8c/qe42B8UbvwLe2mJH0MAlhI=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down
6 changes: 3 additions & 3 deletions pkg/sdkclient/serverinfo/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
type sdkConstraints map[info.Language]string

var minimumSupportedSDKVersions = sdkConstraints{
info.Go: "0.7.0-rc2",
info.Python: "0.7.0a1",
info.Java: "0.7.2-0",
info.Go: "0.8.0",
info.Python: "0.8.0",
info.Java: "0.8.0",
}
2 changes: 1 addition & 1 deletion test/sideinputs-e2e/testdata/sideinput-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
udsink:
container:
# see https://github.com/numaproj/numaflow-go/tree/main/pkg/sideinput/examples/sink_sideinput
image: quay.io/numaio/numaflow-go/redis-sink-with-sideinput:hash
image: quay.io/numaio/numaflow-go/redis-sink-with-sideinput:stable
imagePullPolicy: Always
env:
- name: SINK_HASH_KEY
Expand Down

0 comments on commit ef18e09

Please sign in to comment.