Skip to content

Commit

Permalink
Prepare for v2.4.0 release (#183)
Browse files Browse the repository at this point in the history
* Prepare for v2.4.0 release

Signed-off-by: Alkin Tezuysal <[email protected]>

* Docker image pre-release version

Signed-off-by: Alkin Tezuysal <[email protected]>

* Update Vitess Dependency

Signed-off-by: Alkin Tezuysal <[email protected]>

Co-authored-by: Shlomi Noach <[email protected]>
  • Loading branch information
askdba and shlomi-noach authored Apr 8, 2021
1 parent c65cb99 commit f262be0
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ compatible with certain Vitess and Kubernetes versions, as shown in this table:

Vitess Operator Version | Recommended Vitess Versions | Recommended Kubernetes Versions
--- | --- | ---
`v2.0.*` | `v6.0.*` | `v1.13.*`, `v1.14.*`, or `v1.15.*`
`v2.1.*` | `v7.0.*` | `v1.15.*`, `v1.16.*`, or `v1.17.*`
`v2.2.*` | `v8.0.*` | `v1.15.*`, `v1.16.*`, or `v1.17.*`
`v2.3.*` | `v9.0.*` | `v1.15.*`, `v1.16.*`, or `v1.17.*`
`latest` | `latest` | `v1.15.*`, `v1.16.*`, or `v1.17.*`
`v2.0.*` | `v6.0.*` | `v1.13.*`, `v1.14.*`, or `v1.15.*`
`v2.1.*` | `v7.0.*` | `v1.15.*`, `v1.16.*`, or `v1.17.*`
`v2.2.*` | `v8.0.*` | `v1.15.*`, `v1.16.*`, or `v1.17.*`
`v2.3.*` | `v9.0.*` | `v1.15.*`, `v1.16.*`, or `v1.17.*`
`v2.4.*` | `v10.0.*` | `v1.15.*`, `v1.16.*`, or `v1.17.*`
`latest` | `latest` | `v1.15.*`, `v1.16.*`, or `v1.17.*`

If for some reason you must attempt to use versions outside the recommend
window, we still welcome bug reports since a workaround might be possible.
Expand Down
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ require (
github.com/ahmetb/gen-crd-api-reference-docs v0.1.5-0.20190629210212-52e137b8d003
github.com/klauspost/compress v1.7.5 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/looplab/fsm v0.2.0 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/operator-framework/operator-sdk v0.16.0
github.com/prometheus/client_golang v1.4.1
github.com/sirupsen/logrus v1.4.2
Expand All @@ -22,7 +24,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-20210125161451-daa60859822f
vitess.io/vitess v0.0.0-20210406131419-29a494f7b45f
)

// github.com/coreos/etcd/clientv3/balancer/picker depends on grpc <=v1.26 for
Expand Down Expand Up @@ -65,6 +67,8 @@ replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503

replace github.com/openshift/api => github.com/openshift/api v0.0.0-20190924102528-32369d4db2ad // Required until https://github.com/operator-framework/operator-lifecycle-manager/pull/1241 is resolved

replace github.com/skeema/tengo => github.com/planetscale/tengo v0.9.6-ps.v1 // Required by Vitess for declerative statements

// ****************************
// END GENERATED OPERATOR-SDK
// ****************************
Loading

0 comments on commit f262be0

Please sign in to comment.