Skip to content

Commit

Permalink
Bump references to 0.3.0 (submariner-io#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo authored May 8, 2020
1 parent 47aea6a commit 1763cc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5
github.com/submariner-io/shipyard v0.0.0-20200424120554-752db6dc1c90
github.com/submariner-io/submariner v0.3.0-rc2
github.com/submariner-io/submariner v0.3.0
go.opencensus.io v0.22.1 // indirect
go.uber.org/zap v1.12.0 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,8 @@ github.com/submariner-io/submariner v0.3.0-rc1 h1:ik3RTHHX+9Ukl04WEnlFwdlmmybTqO
github.com/submariner-io/submariner v0.3.0-rc1/go.mod h1:3gKfQELxRRvKYCkPAuqgcNVtYZN5DBBdcgsElDRGkao=
github.com/submariner-io/submariner v0.3.0-rc2 h1:s1T/b9DQKC+ZrdopRSM7uHpS17VmXRpfeKRR0IJBGMc=
github.com/submariner-io/submariner v0.3.0-rc2/go.mod h1:3gKfQELxRRvKYCkPAuqgcNVtYZN5DBBdcgsElDRGkao=
github.com/submariner-io/submariner v0.3.0 h1:7qYiKvFQTGiM/QqRdXtgHMnwaIVebOVvNn3BXSZ48CA=
github.com/submariner-io/submariner v0.3.0/go.mod h1:3gKfQELxRRvKYCkPAuqgcNVtYZN5DBBdcgsElDRGkao=
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/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
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.3.0-rc2"
DefaultSubmarinerVersion = "0.3.0-rc2"
DefaultLighthouseVersion = "0.3.0-rc1"
DefaultSubmarinerOperatorVersion = "0.3.0"
DefaultSubmarinerVersion = "0.3.0"
DefaultLighthouseVersion = "0.3.0"
)

0 comments on commit 1763cc7

Please sign in to comment.