Skip to content

Commit

Permalink
Update Operator to v0.15.2
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 Jul 4, 2023
1 parent 5e425af commit a045fc2
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.1"
DefaultSubmarinerVersion = "0.15.1"
DefaultLighthouseVersion = "0.15.1"
DefaultSubmarinerOperatorVersion = "0.15.2"
DefaultSubmarinerVersion = "0.15.2"
DefaultLighthouseVersion = "0.15.2"
)
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.2
github.com/submariner-io/shipyard v0.15.2
github.com/submariner-io/submariner v0.15.1
github.com/submariner-io/submariner v0.15.2
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.8.0
k8s.io/api v0.26.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1379,8 +1379,8 @@ github.com/submariner-io/admiral v0.15.2 h1:abo97LMLpavaObxD3E4YYQJSN6jMrYQ7o63+
github.com/submariner-io/admiral v0.15.2/go.mod h1:PmqJFFcG049LEscbcAHNKEyFQlOb2xrXbf6lESTme9k=
github.com/submariner-io/shipyard v0.15.2 h1:KbTB+VsNA1sOc6tk293GaPnQfpctfnUI4NdYk+k0amY=
github.com/submariner-io/shipyard v0.15.2/go.mod h1:144QmfjjNMq7yqHrp2DHBrzAhef9laOKJdQq3QtfHGA=
github.com/submariner-io/submariner v0.15.1 h1:0oRA+SLbuYLmUDhNQygkGjtMVyqWGBo8zMFRvYrppvU=
github.com/submariner-io/submariner v0.15.1/go.mod h1:AorAZZLWNoExZfGJ69WeiiupVQdWXtE5DuQoHt5yc7E=
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/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 a045fc2

Please sign in to comment.