File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ package v1alpha1
2020
2121var (
2222 DefaultRepo = "quay.io/submariner"
23- DefaultSubmarinerOperatorVersion = "0.18.0-rc1 "
24- DefaultSubmarinerVersion = "0.18.0-rc1 "
25- DefaultLighthouseVersion = "0.18.0-rc1 "
23+ DefaultSubmarinerOperatorVersion = "0.18.0"
24+ DefaultSubmarinerVersion = "0.18.0"
25+ DefaultLighthouseVersion = "0.18.0"
2626)
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ require (
1313 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0
1414 github.com/prometheus-operator/prometheus-operator/pkg/client v0.74.0
1515 github.com/prometheus/client_golang v1.19.1
16- github.com/submariner-io/admiral v0.18.0-rc1
17- github.com/submariner-io/shipyard v0.18.0-rc1
18- github.com/submariner-io/submariner v0.18.0-rc1
16+ github.com/submariner-io/admiral v0.18.0
17+ github.com/submariner-io/shipyard v0.18.0
18+ github.com/submariner-io/submariner v0.18.0
1919 golang.org/x/net v0.25.0
2020 golang.org/x/text v0.15.0
2121 k8s.io/api v0.30.2
Original file line number Diff line number Diff line change @@ -393,12 +393,12 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
393393github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
394394github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
395395github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
396- github.com/submariner-io/admiral v0.18.0-rc1 h1:IyeF/RyAwYY37iwmSOt+P9Bxwsbz40CkiGB5Moh3Ghg =
397- github.com/submariner-io/admiral v0.18.0-rc1 /go.mod h1:LGfKAga53eDnhPAJ8/dnUZRUsXVHNYTLOkW1uW0uxKk =
398- github.com/submariner-io/shipyard v0.18.0-rc1 h1:a0TWFYziTo6/A5y2EDzbNfQgJOR2zlOT5oc4Nm5MYeA =
399- github.com/submariner-io/shipyard v0.18.0-rc1 /go.mod h1:wJD8mgVkdTCRiOH4UKu6DNDyu8hw8RPTtynalkgKZOM =
400- github.com/submariner-io/submariner v0.18.0-rc1 h1:zQ2JX8S7XzyWiE6RUxMbM15KE30MfsL96BdMJkIh3IU =
401- github.com/submariner-io/submariner v0.18.0-rc1 /go.mod h1:kOnyl9KpM0mRCfcOYOBkjyzQbZPlcj/zJ0xro1Sm8Dk =
396+ github.com/submariner-io/admiral v0.18.0 h1:f8+owedukeKjwNazwmQScJjP3wXkEB+FqEJQJHOjDwU =
397+ github.com/submariner-io/admiral v0.18.0 /go.mod h1:Xy24HCHRsq+LUSyuQh0pLgKFpAFyPhuzcPRUyUlL30s =
398+ github.com/submariner-io/shipyard v0.18.0 h1:bBvqho5UtEplMhyxX2YhEC4DzjrfWTqF8KOGblaDJJw =
399+ github.com/submariner-io/shipyard v0.18.0 /go.mod h1:wJD8mgVkdTCRiOH4UKu6DNDyu8hw8RPTtynalkgKZOM =
400+ github.com/submariner-io/submariner v0.18.0 h1:T43f1u7g7SBQPpfFaBpsCEY4Gzaxufpa15JD6yu7QfA =
401+ github.com/submariner-io/submariner v0.18.0 /go.mod h1:cI59pytBlCsAa1WCGCRX73EkXfBCNNKeXLo9lbRNchs =
402402github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
403403github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8 /go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U =
404404github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 /go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U =
You can’t perform that action at this time.
0 commit comments