Skip to content

Commit

Permalink
Update Operator to use version v0.8.0-rc0 (#953)
Browse files Browse the repository at this point in the history
Signed-off-by: Automated Release <[email protected]>

Co-authored-by: Automated Release <[email protected]>
  • Loading branch information
submariner-bot and Automated Release authored Dec 3, 2020
1 parent 89290f1 commit 8d9b4d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ require (
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/submariner-io/admiral v0.8.0-rc0
github.com/submariner-io/lighthouse v0.8.0-pre0
github.com/submariner-io/lighthouse v0.8.0-rc0
github.com/submariner-io/shipyard v0.8.0-rc0
github.com/submariner-io/submariner v0.8.0-pre0
github.com/submariner-io/submariner v0.8.0-rc0
k8s.io/api v0.18.6
k8s.io/apiextensions-apiserver v0.18.6
k8s.io/apimachinery v0.18.6
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1014,14 +1014,14 @@ github.com/submariner-io/admiral v0.8.0-pre0 h1:GwMzoWlQgOVkg2MirLltT4E1qpn+0QEI
github.com/submariner-io/admiral v0.8.0-pre0/go.mod h1:iiAkwH7Y28PryWlt8Rvs3WJ1FOKZB2/nAfCh5pKwGDY=
github.com/submariner-io/admiral v0.8.0-rc0 h1:j24aKJ0xAj6u4sCo8mlncY6oxHCXZDTrTTvQ4XK0ISM=
github.com/submariner-io/admiral v0.8.0-rc0/go.mod h1:IWi2/fydwKHtFMAByuERB20eDZlGiI4WUqLNIXBAhJ0=
github.com/submariner-io/lighthouse v0.8.0-pre0 h1:/QC1Q5LZVggd+j9mSKIsQr4htK+J6hm4recECIy9QmA=
github.com/submariner-io/lighthouse v0.8.0-pre0/go.mod h1:TE/W/itkNLGGQaEeiLbK6vm5qxQknv65+FMFft9trOg=
github.com/submariner-io/lighthouse v0.8.0-rc0 h1:0fvJc0r3QDpUz+ms0enD0OPXyUWrrTgPr/JP4iNb/xQ=
github.com/submariner-io/lighthouse v0.8.0-rc0/go.mod h1:TE/W/itkNLGGQaEeiLbK6vm5qxQknv65+FMFft9trOg=
github.com/submariner-io/shipyard v0.8.0-pre0 h1:MIqee7dRDAPJpF7FQrXp2QcphK10rurrnYQgt1sZN04=
github.com/submariner-io/shipyard v0.8.0-pre0/go.mod h1:m4Qj1bHIgQBmp/CoPQOhsQDaQJvaF9YV3oyDLNfecRg=
github.com/submariner-io/shipyard v0.8.0-rc0 h1:JxZsA8zdw6DxjTiL6jE0TV71qaGeij4eYXdD6pGZ1U8=
github.com/submariner-io/shipyard v0.8.0-rc0/go.mod h1:m4Qj1bHIgQBmp/CoPQOhsQDaQJvaF9YV3oyDLNfecRg=
github.com/submariner-io/submariner v0.8.0-pre0 h1:1OA9sNTl+65LY1cw3DwAnB7jBn5DkAfevziiidauBNI=
github.com/submariner-io/submariner v0.8.0-pre0/go.mod h1:wpNo3D8MwAVaz54vN06PQGl+r4/VYbcBoCsUEWZdYrA=
github.com/submariner-io/submariner v0.8.0-rc0 h1:U9QnTcwkcoGfFhX5NuEnhy4U8Y2CzXIp4/GwDlKZTmU=
github.com/submariner-io/submariner v0.8.0-rc0/go.mod h1:u4W5OJxuFeqZxlrsRrwezK1dIEIEnmmEm3bciSzKKpU=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/thanos-io/thanos v0.11.0/go.mod h1:N/Yes7J68KqvmY+xM6J5CJqEvWIvKSR5sqGtmuD6wDc=
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

var (
DefaultRepo = "quay.io/submariner"
DefaultSubmarinerOperatorVersion = "0.8.0-pre0"
DefaultSubmarinerVersion = "0.8.0-pre0"
DefaultLighthouseVersion = "0.8.0-pre0"
DefaultSubmarinerOperatorVersion = "0.8.0-rc0"
DefaultSubmarinerVersion = "0.8.0-rc0"
DefaultLighthouseVersion = "0.8.0-rc0"
)

0 comments on commit 8d9b4d8

Please sign in to comment.