Skip to content

Commit

Permalink
Update Operator to v0.14.8 (#3135)
Browse files Browse the repository at this point in the history
Signed-off-by: Automated Release <[email protected]>
Co-authored-by: Automated Release <[email protected]>
  • Loading branch information
submariner-bot and Automated Release authored Jun 28, 2024
1 parent 2a18750 commit 3646d1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.14.7"
DefaultSubmarinerVersion = "0.14.7"
DefaultLighthouseVersion = "0.14.7"
DefaultSubmarinerOperatorVersion = "0.14.8"
DefaultSubmarinerVersion = "0.14.8"
DefaultLighthouseVersion = "0.14.8"
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/prometheus/client_golang v1.13.0
github.com/submariner-io/admiral v0.14.8
github.com/submariner-io/shipyard v0.14.8
github.com/submariner-io/submariner v0.14.7
github.com/submariner-io/submariner v0.14.8
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.14.0
k8s.io/api v0.25.16
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,8 @@ github.com/submariner-io/admiral v0.14.8 h1:8tOIjqCgVP58AtzWYi4gHAWIWMYiXe1+nbvJ
github.com/submariner-io/admiral v0.14.8/go.mod h1:TdlllahK6wGaO0cdSqJmBhRKCX3DdnPwt2MVBsVPuLE=
github.com/submariner-io/shipyard v0.14.8 h1:dLYT8nA00AO1Jhav9plMSjDKnGFSM3Mvi80ecJPAO9E=
github.com/submariner-io/shipyard v0.14.8/go.mod h1:PqFvt8JldkoWEnILzAxxOhpknZluvo7WwL7pwA+8UDg=
github.com/submariner-io/submariner v0.14.7 h1:5bmdgFNdPKPIWHgP17D5PcJbthtbOo5uX8YLbg8mo+I=
github.com/submariner-io/submariner v0.14.7/go.mod h1:4TcqUzQDfpmdXTVtA3IseJnFX6nnjqZP6Wb4pYHrQL8=
github.com/submariner-io/submariner v0.14.8 h1:CHxp/qggrJq/DINQXMisJeqxjsqrZ4DyUSr4Aco3Ino=
github.com/submariner-io/submariner v0.14.8/go.mod h1:sJpqjW8fP+4gdLh+vFy9wSIs+76WPo0RhoL5z6RG1ns=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down

0 comments on commit 3646d1a

Please sign in to comment.