-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Operator to use version v0.10.0-rc0 #1483
Conversation
🤖 I see this PR is using the local branch workflow, ignoring it on my side, have fun! |
go.mod
Outdated
@@ -34,17 +34,14 @@ require ( | |||
github.com/rivo/uniseg v0.2.0 // indirect | |||
github.com/spf13/cobra v1.2.0 | |||
github.com/submariner-io/admiral v0.10.0-rc0 | |||
github.com/submariner-io/cloud-prepare v0.10.0-m2 | |||
github.com/submariner-io/cloud-prepare v0.10.0-rc0 | |||
github.com/submariner-io/lighthouse v0.10.0-m2.0.20210618122405-aef0fb374a53 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why isn't lighthouse at v0.10.0-rc0 as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably the bot script ignored the error with lighthouse v0.10.0-rc0 ^ @mkolesnik ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest you run go get github.com/submariner-io/lighthouse@v0.10.0-rc0 && go mod vendor && go mod tidy
and update this patch manually.
Signed-off-by: Automated Release <release@submariner.io> Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
553aeef
to
798077f
Compare
Updated to pull the lighthouse contents from submariner-io/lighthouse#586 |
Update Operator to use version v0.10.0-rc0