Skip to content

Commit

Permalink
Update to v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Jul 20, 2020
1 parent 5db3e2d commit e8faa92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ require (
github.com/prometheus/client_golang v1.2.1
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5
github.com/submariner-io/lighthouse v0.5.0-rc0.0.20200716055414-9d0d2ef6768c
github.com/submariner-io/lighthouse v0.5.0
github.com/submariner-io/shipyard v0.5.0
github.com/submariner-io/submariner v0.5.0-rc0
github.com/submariner-io/submariner v0.5.0
go.opencensus.io v0.22.1 // indirect
google.golang.org/api v0.13.0 // indirect
google.golang.org/appengine v1.6.5 // indirect
Expand Down
16 changes: 4 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,6 @@ github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.12.1 h1:mFwc4LvZ0xpSvDZ3E+k8Yte0hLOMxXUlP+yXtJqkYfQ=
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
github.com/onsi/ginkgo v1.13.0 h1:M76yO2HkZASFjXL0HSoZJ1AYEmQxNJmY41Jx1zNUq1Y=
github.com/onsi/ginkgo v1.13.0/go.mod h1:+REjRxOmWfHCjfv9TTWB1jD1Frx4XydAD3zm1lskyM0=
github.com/onsi/ginkgo v1.14.0 h1:2mOpI4JVVPBN+WQRa0WKH2eXR+Ey+uK4n7Zj0aYpIQA=
github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY=
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down Expand Up @@ -739,7 +737,6 @@ github.com/sacloud/libsacloud v1.26.1/go.mod h1:79ZwATmHLIFZIMd7sxA3LwzVy/B77uj3
github.com/samuel/go-zookeeper v0.0.0-20161028232340-1d7be4effb13/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E=
github.com/sasha-s/go-deadlock v0.0.0-20161201235124-341000892f3d/go.mod h1:StQn567HiB1fF2yJ44N9au7wOhrPS3iZqiDbRupzT10=
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw=
github.com/sclevine/spec v1.0.0/go.mod h1:W4J29eT/Kzv7/b9IWLB055Z+qvVC9vt0Arko24q7p+U=
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
Expand Down Expand Up @@ -787,19 +784,14 @@ github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/submariner-io/admiral v0.4.1 h1:2lEQtjP2iciaEVL6ZhPMbAs/17W7zbb5NupfAHXUdxY=
github.com/submariner-io/admiral v0.4.1/go.mod h1:cPwX5Xwr6tZs7qQZmCPKNFL5LxOHR1W4MlRSZgwVBcw=
github.com/submariner-io/admiral v0.5.0 h1:TaGc0hrB9WOSY2IWXBA3LfZC7c/FDDlTmiEfUah5hIs=
github.com/submariner-io/admiral v0.5.0/go.mod h1:cBv1Zvfai117idhYv5WPxTZEsgWQfeSqwPpxo0EMZXg=
github.com/submariner-io/lighthouse v0.5.0-rc0.0.20200716055414-9d0d2ef6768c h1:KEj2SXqbxbrXJGMKRz5BoLa+wApHnfaC/At3AL2e+cE=
github.com/submariner-io/lighthouse v0.5.0-rc0.0.20200716055414-9d0d2ef6768c/go.mod h1:dqQYt2Z/H3vgo/wT9u0VjDlNYQgAcKsEq9IJmpoQFzE=
github.com/submariner-io/shipyard v0.4.0 h1:bO8yk6OVGX5vGGREzY1+aV4pt9d1lcL0+TuXqQVeq0Y=
github.com/submariner-io/shipyard v0.4.0/go.mod h1:9ECh6Pvt8OnlhZKwo2UF0DXQBgxpEYeP4Jc18KRkpIQ=
github.com/submariner-io/shipyard v0.5.0-pre0.0.20200710123458-54c046ab99e3/go.mod h1:2OrKoDmJSo1jVurxiVH9FqGFmDwshIU7Vgu9pFLBsYo=
github.com/submariner-io/lighthouse v0.5.0 h1:Co/lZljlYM4u8265k1OAQx8K9cgIGOxWH9tXjMsyM7o=
github.com/submariner-io/lighthouse v0.5.0/go.mod h1:dqQYt2Z/H3vgo/wT9u0VjDlNYQgAcKsEq9IJmpoQFzE=
github.com/submariner-io/shipyard v0.5.0 h1:o4kTCubLFLeh+PaBDac1J7zNY3JKWwj7QrMLNb4g/p8=
github.com/submariner-io/shipyard v0.5.0/go.mod h1:2OrKoDmJSo1jVurxiVH9FqGFmDwshIU7Vgu9pFLBsYo=
github.com/submariner-io/submariner v0.5.0-rc0 h1:gHEHh6O7FuGDLv+U7USXsgMF7V/pkzhb964n51O8c7I=
github.com/submariner-io/submariner v0.5.0-rc0/go.mod h1:hVsxOZws2ktM+4KjzLg2nY8AFPZG87rJUMEjoffQqXo=
github.com/submariner-io/submariner v0.5.0 h1:dHUcH1nR6i/7zNnX43qt8XH89MlZzUiS3J0eBk9WhCc=
github.com/submariner-io/submariner v0.5.0/go.mod h1:6m7dv1gNulnZzrk84/prGHICtBTwabxS4h6Jg2xwR7w=
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
github.com/technosophos/moniker v0.0.0-20180509230615-a5dbd03a2245/go.mod h1:O1c8HleITsZqzNZDjSNzirUGsMT0oGu9LhHKoJrqO+A=
github.com/timewasted/linode v0.0.0-20160829202747-37e84520dcf7/go.mod h1:imsgLplxEC/etjIhdr3dNzV3JeT27LbVu5pYWm0JCBY=
Expand Down
6 changes: 3 additions & 3 deletions pkg/versions/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package versions

const (
DefaultSubmarinerRepo = "quay.io/submariner"
DefaultSubmarinerOperatorVersion = "0.5.0-rc0"
DefaultSubmarinerVersion = "0.5.0-rc0"
DefaultLighthouseVersion = "0.5.0-rc0"
DefaultSubmarinerOperatorVersion = "0.5.0"
DefaultSubmarinerVersion = "0.5.0"
DefaultLighthouseVersion = "0.5.0"
)

0 comments on commit e8faa92

Please sign in to comment.