Skip to content

Commit

Permalink
Update Submariner dependencies to v0.17.4
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 Nov 13, 2024
1 parent b875622 commit e477b38
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.3"
DefaultSubmarinerVersion = "0.17.3"
DefaultLighthouseVersion = "0.17.3"
DefaultSubmarinerOperatorVersion = "0.17.4"
DefaultSubmarinerVersion = "0.17.4"
DefaultLighthouseVersion = "0.17.4"
)
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.3
github.com/submariner-io/shipyard v0.17.3
github.com/submariner-io/submariner v0.17.3
github.com/submariner-io/admiral v0.17.4
github.com/submariner-io/shipyard v0.17.4
github.com/submariner-io/submariner v0.17.4
golang.org/x/text v0.14.0
k8s.io/api v0.29.10
k8s.io/apiextensions-apiserver v0.29.10
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.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/submariner-io/admiral v0.17.4 h1:dpLcUPEFxuwh3QaHCYHdjlpNcZkq95APkWYQRXWoxEA=
github.com/submariner-io/admiral v0.17.4/go.mod h1:QPzXQy2e2IP4tsiE/rrYEMWxEq9f2sTMQ8a995juV4I=
github.com/submariner-io/shipyard v0.17.4 h1:acD4/UmjAM86jc5xcYI4NMixOxEl1RjaLtAW9QvZgT0=
github.com/submariner-io/shipyard v0.17.4/go.mod h1:Yklg2UlfxqNxSWBtEqkKRQSPtuAJriS9ttmIrxRl2kw=
github.com/submariner-io/submariner v0.17.4 h1:II6mMIvIX6I+gBkoVsOQYxqOXvz6n+i9B3tHASkvvNA=
github.com/submariner-io/submariner v0.17.4/go.mod h1:0FJMpTQafBsNXijBt1xpuJFH1NikXrNSzLQdDAzEF4o=
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 e477b38

Please sign in to comment.