Skip to content

Commit

Permalink
Update Submariner dependencies to v0.17.3
Browse files Browse the repository at this point in the history
Signed-off-by: Automated Release <[email protected]>
  • Loading branch information
Automated Release committed Oct 9, 2024
1 parent ab7ece9 commit 1554cef
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.17.2"
DefaultSubmarinerVersion = "0.17.2"
DefaultLighthouseVersion = "0.17.2"
DefaultSubmarinerOperatorVersion = "0.17.3"
DefaultSubmarinerVersion = "0.17.3"
DefaultLighthouseVersion = "0.17.3"
)
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.71.0
github.com/prometheus-operator/prometheus-operator/pkg/client v0.71.0
github.com/prometheus/client_golang v1.18.0
github.com/submariner-io/admiral v0.17.2
github.com/submariner-io/shipyard v0.17.2
github.com/submariner-io/submariner v0.17.2
github.com/submariner-io/admiral v0.17.3
github.com/submariner-io/shipyard v0.17.3
github.com/submariner-io/submariner v0.17.3
golang.org/x/text v0.14.0
k8s.io/api v0.29.9
k8s.io/apiextensions-apiserver v0.29.9
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,12 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/submariner-io/admiral v0.17.2 h1:GjhVcJXC+fZ0igkSRihJKRypNQ3joI91pZIcOpiQmGU=
github.com/submariner-io/admiral v0.17.2/go.mod h1:WZbjUAVf+tlQnLuvTIzHiF5gNkrD52rIhvuSxm2P2wM=
github.com/submariner-io/shipyard v0.17.2 h1:+ev89enbv98uP6BgrIRyVoyXYqOD/+9o49ELjtPugio=
github.com/submariner-io/shipyard v0.17.2/go.mod h1:Mrp0LPXBXYpbjMwhqq89G86Xgjz+U4vZM9Qg+F1ZBQw=
github.com/submariner-io/submariner v0.17.2 h1:6kyT5cJk+4+PzBxcsCbd5sFtkdxE34j/uHMaQCKqUtA=
github.com/submariner-io/submariner v0.17.2/go.mod h1:zbM5q83U7gkuty+fTJm7Dj1/lzfR4bBgKwQIPn0bY88=
github.com/submariner-io/admiral v0.17.3 h1:8leh+yO1X0aEY1nU0bAM9lY0qvPBJES0N7FhZTiGpic=
github.com/submariner-io/admiral v0.17.3/go.mod h1:cPcf6hmmfmf3zZ6I75hSv+d4Mef97dqPMesQiKJLJqw=
github.com/submariner-io/shipyard v0.17.3 h1:n9AsegNwgtiw4kNepGohhSmg7AJfb80WC25ZB6lYunw=
github.com/submariner-io/shipyard v0.17.3/go.mod h1:NOp6DPKMQKvaBqYW6IGLCEJelis01zBuNo/JobCzKcY=
github.com/submariner-io/submariner v0.17.3 h1:p5ATZhH6k5dySEpMcdQr385IlyJIT8rCDgGkxJSn3Sg=
github.com/submariner-io/submariner v0.17.3/go.mod h1:JA9CvvNkid1Bta6Q97QopGPFdQydEk8HIfXoYcB9G80=
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 1554cef

Please sign in to comment.