Skip to content

Commit

Permalink
Update KUDO to 0.8.0. (#24)
Browse files Browse the repository at this point in the history
* Update KUDO to 0.8.0.

* Update KUDO golang dependency.
  • Loading branch information
mpereira committed Nov 11, 2019
1 parent 46fc04b commit f139328
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export VENDOR_DIRECTORY="${_project_directory}/shared/vendor"
# https://github.com/docker-library/cassandra/blob/master/3.11/Dockerfile
export CASSANDRA_VERSION="3.11.4"

# https://github.com/kudobuilder/kudo/releases/tag/v0.8.0-pre.3
export KUDO_VERSION="0.8.0-pre.3"
# https://github.com/kudobuilder/kudo/releases/tag/v0.8.0
export KUDO_VERSION="0.8.0"

export KUBERNETES_VERSION="1.15.0"

Expand Down
2 changes: 1 addition & 1 deletion operator/operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kudo.dev/v1beta1
name: "cassandra"
version: "0.1.0"
kudoVersion: "0.8.0-pre.3"
kudoVersion: "0.8.0"
kubernetesVersion: "1.15.0"
appVersion: "3.11.4"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/avast/retry-go v2.4.1+incompatible
github.com/imdario/mergo v0.3.8 // indirect
github.com/kudobuilder/kudo v0.8.0-pre.3
github.com/kudobuilder/kudo v0.8.0
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
Expand Down
1 change: 1 addition & 0 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ github.com/kudobuilder/kudo v0.8.0-pre.2 h1:+mt8SQ6UsMnt62BxVWJ9Q+vItoIf7c5YHx1C
github.com/kudobuilder/kudo v0.8.0-pre.2/go.mod h1:qTkQ+rokcSezuA4XznPUvJmyQxxuAzoZpmoxpuHQewI=
github.com/kudobuilder/kudo v0.8.0-pre.3 h1:0ssnEQigcjV2GhW68AiIxgc4b9J/un09i9TxG/n+WeQ=
github.com/kudobuilder/kudo v0.8.0-pre.3/go.mod h1:GIJD1/1vfoF3dZMXmT5MNMjpQdKddyLkAuyPMikw7a8=
github.com/kudobuilder/kudo v0.8.0/go.mod h1:b7FYvUNoVcwap+ZO0Qf4AeNFyHCVi8l69aSQOEGQuuE=
github.com/leodido/go-urn v1.1.0 h1:Sm1gr51B1kKyfD2BlRcLSiEkffoG96g6TPv6eRoEiB8=
github.com/leodido/go-urn v1.1.0/go.mod h1:+cyI34gQWZcE1eQU7NVgKkkzdXDQHr1dBMtdAPozLkw=
github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
Expand Down

0 comments on commit f139328

Please sign in to comment.