Skip to content

Commit

Permalink
Prepare fro v2.4.1 release (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Alkin Tezuysal <[email protected]>
  • Loading branch information
askdba authored May 5, 2021
1 parent 0989e36 commit cad2e34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
sigs.k8s.io/controller-runtime v0.4.0
sigs.k8s.io/controller-tools v0.2.4
sigs.k8s.io/yaml v1.1.0
vitess.io/vitess v0.0.0-20210427070115-48dccf56282d
vitess.io/vitess v0.0.0-20210504115542-f7304cd1893a
)

// github.com/coreos/etcd/clientv3/balancer/picker depends on grpc <=v1.26 for
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1492,3 +1492,5 @@ vitess.io/vitess v0.0.0-20210406131419-29a494f7b45f h1:OJdTU4/SVyrRHyZMcSsAZgDaN
vitess.io/vitess v0.0.0-20210406131419-29a494f7b45f/go.mod h1:w/n9EqyIp59en9oR6JyDHRkDQNg6Lp/uoNV9zpK7Vgo=
vitess.io/vitess v0.0.0-20210427070115-48dccf56282d h1:HaHN5cbrXgR/Zq68CMPe54rUHrX9heYs/PSxRDqlKyo=
vitess.io/vitess v0.0.0-20210427070115-48dccf56282d/go.mod h1:w/n9EqyIp59en9oR6JyDHRkDQNg6Lp/uoNV9zpK7Vgo=
vitess.io/vitess v0.0.0-20210504115542-f7304cd1893a h1:eICDhJMGYe1i8zkfrPfUkzsExwwFxKo98gbMDuTljwU=
vitess.io/vitess v0.0.0-20210504115542-f7304cd1893a/go.mod h1:w/n9EqyIp59en9oR6JyDHRkDQNg6Lp/uoNV9zpK7Vgo=
2 changes: 1 addition & 1 deletion pkg/apis/planetscale/v2/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const (
// DefaultMysqlPortName is the name for the MySQL port.
DefaultMysqlPortName = "mysql"

defaultVitessLiteImage = "vitess/lite:v10.0.0"
defaultVitessLiteImage = "vitess/lite:v10.0.1"
)

// DefaultImages are a set of images to use when the CRD doesn't specify.
Expand Down

0 comments on commit cad2e34

Please sign in to comment.