Skip to content

Commit

Permalink
Update Operator to v0.15.3
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 2, 2023
1 parent bb54a03 commit 79d0cdd
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.15.2"
DefaultSubmarinerVersion = "0.15.2"
DefaultLighthouseVersion = "0.15.2"
DefaultSubmarinerOperatorVersion = "0.15.3"
DefaultSubmarinerVersion = "0.15.3"
DefaultLighthouseVersion = "0.15.3"
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/prometheus/client_golang v1.14.0
github.com/submariner-io/admiral v0.15.3
github.com/submariner-io/shipyard v0.15.3
github.com/submariner-io/submariner v0.15.2
github.com/submariner-io/submariner v0.15.3
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.13.0
k8s.io/api v0.26.10
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1381,8 +1381,8 @@ github.com/submariner-io/admiral v0.15.3 h1:2pzqECLoN11c52OS/Qq7rcuiNH9eN4wqOQ5v
github.com/submariner-io/admiral v0.15.3/go.mod h1:i9N3VfSZhBSmnxhQT1NKqRMjbPaHbtpFUmisCWvG2Jw=
github.com/submariner-io/shipyard v0.15.3 h1:vgnLE3Z/ICbd3DlwzkXnkMldPNE0Thinuat7B794hjo=
github.com/submariner-io/shipyard v0.15.3/go.mod h1:frifkYo1mr64CANF4OMbjMsuAuqKg4fJ8thgu6Zhzj0=
github.com/submariner-io/submariner v0.15.2 h1:6TVlWG1BwMtI3D8vtAYcHcbQ1BG5BD3TWvqmnF+yefk=
github.com/submariner-io/submariner v0.15.2/go.mod h1:+MzuTixWieQ9YNzx1pFsvetkCsTw/vJV3UawN4JADjM=
github.com/submariner-io/submariner v0.15.3 h1:XgzKlJhf9puQEQMxdohbO9Hub8kkz6lrbTJgm/d/l/U=
github.com/submariner-io/submariner v0.15.3/go.mod h1:dPgmkd0s3K/o+OjcolG8o6w1bF6tK0iN8mLwrZdQWmc=
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
Expand Down

0 comments on commit 79d0cdd

Please sign in to comment.