Skip to content

Commit

Permalink
Update Operator to v0.15.1
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 Jun 5, 2023
1 parent 7a18899 commit 74514be
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.0"
DefaultSubmarinerVersion = "0.15.0"
DefaultLighthouseVersion = "0.15.0"
DefaultSubmarinerOperatorVersion = "0.15.1"
DefaultSubmarinerVersion = "0.15.1"
DefaultLighthouseVersion = "0.15.1"
)
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.1
github.com/submariner-io/shipyard v0.15.1
github.com/submariner-io/submariner v0.15.0
github.com/submariner-io/submariner v0.15.1
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.1 h1:DXYh0GqcKRm+mCMY8CrVayraITcwUVzSo/FW
github.com/submariner-io/admiral v0.15.1/go.mod h1:w4IzXaQG8V5hl/naKCWjNQf2nZiqlEAnJ4M/WH16D54=
github.com/submariner-io/shipyard v0.15.1 h1:0oypbZJWXod/cFExaXOmu9ZD+/OOfk27D6ImDLADtdk=
github.com/submariner-io/shipyard v0.15.1/go.mod h1:144QmfjjNMq7yqHrp2DHBrzAhef9laOKJdQq3QtfHGA=
github.com/submariner-io/submariner v0.15.0 h1:rzITvy6PJGBAGueStEcUh7NWwxpvvaSdU9Kgp5EfO5o=
github.com/submariner-io/submariner v0.15.0/go.mod h1:qnaBCdFQAReJAwPCMaPAR8RxaNojcLXd9jmpSFD9zEY=
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/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 74514be

Please sign in to comment.