Skip to content

Commit

Permalink
Update Submariner dependencies to v0.18.1
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 Oct 7, 2024
1 parent c3e9974 commit 94d002c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.18.0"
DefaultSubmarinerVersion = "0.18.0"
DefaultLighthouseVersion = "0.18.0"
DefaultSubmarinerOperatorVersion = "0.18.1"
DefaultSubmarinerVersion = "0.18.1"
DefaultLighthouseVersion = "0.18.1"
)
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ require (
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0
github.com/prometheus-operator/prometheus-operator/pkg/client v0.74.0
github.com/prometheus/client_golang v1.19.1
github.com/submariner-io/admiral v0.18.0
github.com/submariner-io/shipyard v0.18.0
github.com/submariner-io/submariner v0.18.0
github.com/submariner-io/admiral v0.18.1
github.com/submariner-io/shipyard v0.18.1
github.com/submariner-io/submariner v0.18.1
golang.org/x/net v0.25.0
golang.org/x/text v0.15.0
k8s.io/api v0.30.5
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -393,12 +393,12 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/submariner-io/admiral v0.18.0 h1:f8+owedukeKjwNazwmQScJjP3wXkEB+FqEJQJHOjDwU=
github.com/submariner-io/admiral v0.18.0/go.mod h1:Xy24HCHRsq+LUSyuQh0pLgKFpAFyPhuzcPRUyUlL30s=
github.com/submariner-io/shipyard v0.18.0 h1:bBvqho5UtEplMhyxX2YhEC4DzjrfWTqF8KOGblaDJJw=
github.com/submariner-io/shipyard v0.18.0/go.mod h1:wJD8mgVkdTCRiOH4UKu6DNDyu8hw8RPTtynalkgKZOM=
github.com/submariner-io/submariner v0.18.0 h1:T43f1u7g7SBQPpfFaBpsCEY4Gzaxufpa15JD6yu7QfA=
github.com/submariner-io/submariner v0.18.0/go.mod h1:cI59pytBlCsAa1WCGCRX73EkXfBCNNKeXLo9lbRNchs=
github.com/submariner-io/admiral v0.18.1 h1:w2oOk/cPEyj7hcP/eeLlYyXGqUH1c7eWU9tOTWQFOvA=
github.com/submariner-io/admiral v0.18.1/go.mod h1:gLNtqZ0HwhVW50/OfKV82U0KNNy2WvbgfEq/pZH0x+A=
github.com/submariner-io/shipyard v0.18.1 h1:WD472uV0q0kbN0ZUN1jJxBVKtod4gyLkQ95lbSUvg5I=
github.com/submariner-io/shipyard v0.18.1/go.mod h1:vjb15Qlc4CUD8QVL1MclH019KvEGFCWYhg8y8hefIw0=
github.com/submariner-io/submariner v0.18.1 h1:33u4giZcI6gvOEgcW6c0ujjuMjfnRBC91iLhEm5xQv8=
github.com/submariner-io/submariner v0.18.1/go.mod h1:8oheA+XkqrY9hYPfWQ8w9DZLftnEmvyk6kG4WJG0DM8=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down

0 comments on commit 94d002c

Please sign in to comment.