File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ require (
1616 github.com/prometheus/client_golang v1.5.1
1717 github.com/spf13/cobra v0.0.7
1818 github.com/spf13/pflag v1.0.5
19- github.com/submariner-io/lighthouse v0.6.0-rc0
19+ github.com/submariner-io/lighthouse v0.6.0
2020 github.com/submariner-io/shipyard v0.6.1
21- github.com/submariner-io/submariner v0.6.0-rc0
21+ github.com/submariner-io/submariner v0.6.0
2222 k8s.io/api v0.18.0-rc.1
2323 k8s.io/apiextensions-apiserver v0.17.8
2424 k8s.io/apimachinery v0.18.3
Original file line number Diff line number Diff line change @@ -931,14 +931,14 @@ github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd
931931github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
932932github.com/submariner-io/admiral v0.6.0 h1:ex6rIKCGeGZrfh4jMi3B98fU42FM/Tuxs2EZfr26BkU =
933933github.com/submariner-io/admiral v0.6.0 /go.mod h1:o31IdUKDeC6O0Q0kG2HjRRh4w5JD/Bc0gDxUVl2Erxs =
934- github.com/submariner-io/lighthouse v0.6.0-rc0 h1:LVn4YTEA+SX9yH5onqNvjVkd7BC4iuidHqdOPtqRUic =
935- github.com/submariner-io/lighthouse v0.6.0-rc0 /go.mod h1:oaCGvxXCoYzRcjchonEZkY+QnSdH7bifaZ3pN2AgCNk =
934+ github.com/submariner-io/lighthouse v0.6.0 h1:uT8KY3pANqNcZ/QBXYxOGpH4Bf3QshfJHNs9DQS2Kio =
935+ github.com/submariner-io/lighthouse v0.6.0 /go.mod h1:r2EQVW1vC8va6pkVDfqQ7HaRcfoqbWLKqFtwmAH45yg =
936936github.com/submariner-io/shipyard v0.6.0 h1:i1I2ZDCkU8aeL1KGmidac9L00UFhyaK2J0JrIPizjF4 =
937937github.com/submariner-io/shipyard v0.6.0 /go.mod h1:9H9ctEv+K61bMy5teo/fG2azZswmXsPVfFTVdk8ZGk0 =
938938github.com/submariner-io/shipyard v0.6.1 h1:jkZc9WJpK+ZKjHmuDOM7BT0rkp41pOAsEGJtPAqFs14 =
939939github.com/submariner-io/shipyard v0.6.1 /go.mod h1:9H9ctEv+K61bMy5teo/fG2azZswmXsPVfFTVdk8ZGk0 =
940- github.com/submariner-io/submariner v0.6.0-rc0 h1:YIgoLAMrGs6jhiL4UoYRtq21+Yy3KErvZQxD0JHO/Wc =
941- github.com/submariner-io/submariner v0.6.0-rc0 /go.mod h1:BZim1DbU5XpOY9K428v0xyFVQsaxyxpPkatLfVlO4gI =
940+ github.com/submariner-io/submariner v0.6.0 h1:apRZwMiIYKJ2oARwK07Hg92aNsbabWe7Bb/ENs3UIlE =
941+ github.com/submariner-io/submariner v0.6.0 /go.mod h1:DQO40kP1/jRKk/Xh3yY+9neiFFChpansI8U7JbAXN2U =
942942github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8 /go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww =
943943github.com/thanos-io/thanos v0.11.0 /go.mod h1:N/Yes7J68KqvmY+xM6J5CJqEvWIvKSR5sqGtmuD6wDc =
944944github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package versions
22
33const (
44 DefaultSubmarinerRepo = "quay.io/submariner"
5- DefaultSubmarinerOperatorVersion = "0.6.0-rc0 "
6- DefaultSubmarinerVersion = "0.6.0-rc0 "
7- DefaultLighthouseVersion = "0.6.0-rc0 "
5+ DefaultSubmarinerOperatorVersion = "0.6.0"
6+ DefaultSubmarinerVersion = "0.6.0"
7+ DefaultLighthouseVersion = "0.6.0"
88)
You can’t perform that action at this time.
0 commit comments