Skip to content

Commit

Permalink
Update Operator to v0.15.0-m0
Browse files Browse the repository at this point in the history
Signed-off-by: Automated Release <[email protected]>
  • Loading branch information
Automated Release authored and submariner-bot committed Dec 14, 2022
1 parent a8bea63 commit d69e812
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/v1alpha1/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package v1alpha1

var (
DefaultRepo = "quay.io/submariner"
DefaultSubmarinerOperatorVersion = "0.14.0-m2"
DefaultSubmarinerVersion = "0.14.0-m2"
DefaultLighthouseVersion = "0.14.0-m2"
DefaultSubmarinerOperatorVersion = "0.15.0-m0"
DefaultSubmarinerVersion = "0.15.0-m0"
DefaultLighthouseVersion = "0.15.0-m0"
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/prometheus/client_golang v1.14.0
github.com/submariner-io/admiral v0.15.0-m0
github.com/submariner-io/shipyard v0.15.0-m0
github.com/submariner-io/submariner v0.14.0-m2.0.20221212175937-75036516229f
github.com/submariner-io/submariner v0.15.0-m0
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.5.0
k8s.io/api v0.26.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@ github.com/submariner-io/admiral v0.15.0-m0 h1:MyvzE/RBfsrRcAlJou67LDYLNfmMygaxb
github.com/submariner-io/admiral v0.15.0-m0/go.mod h1:3bLa0Sr4QDK7FPpdskCbh9jw+8rxqtDldtO7brPaSeM=
github.com/submariner-io/shipyard v0.15.0-m0 h1:gSi355QROeVoNKLIEnEDXE06B0k2BQF6TTMER1tKoJo=
github.com/submariner-io/shipyard v0.15.0-m0/go.mod h1:jZSOLNU0LOwZOT7NKcx+PDa190q2h7YMYpjdeXBRB5g=
github.com/submariner-io/submariner v0.14.0-m2.0.20221212175937-75036516229f h1:yeHE7oLoRV7KYbpxFJO8vpP93SJUNCoDBcIWlWSmnAo=
github.com/submariner-io/submariner v0.14.0-m2.0.20221212175937-75036516229f/go.mod h1:Qj1cSIc7lPrK703f4kQ+dNrOiLA0Cjs+X610ckDXsd8=
github.com/submariner-io/submariner v0.15.0-m0 h1:93m4WqmC5267nW849NyXk1NlwL8MpiQd2ZbkKeTWQBk=
github.com/submariner-io/submariner v0.15.0-m0/go.mod h1:RRzZRI5RNzJkPPpjXPKunZZf7YZNUfOeWsuSd9MsD5s=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk=
Expand Down

0 comments on commit d69e812

Please sign in to comment.