Skip to content

Commit

Permalink
Update Operator to v0.15.5
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 23, 2024
1 parent ed8005e commit 4dd55e3
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.4"
DefaultSubmarinerVersion = "0.15.4"
DefaultLighthouseVersion = "0.15.4"
DefaultSubmarinerOperatorVersion = "0.15.5"
DefaultSubmarinerVersion = "0.15.5"
DefaultLighthouseVersion = "0.15.5"
)
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.5
github.com/submariner-io/shipyard v0.15.5
github.com/submariner-io/submariner v0.15.4
github.com/submariner-io/submariner v0.15.5
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.14.0
k8s.io/api v0.26.15
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1387,8 +1387,8 @@ github.com/submariner-io/admiral v0.15.5 h1:4hiXJ97BeXVXBW3DA4evFcx71vb1ekJancEU
github.com/submariner-io/admiral v0.15.5/go.mod h1:zrGlLp0dYsxVs7c0dfx3hf/mp+JKGl0TlX722mndbBg=
github.com/submariner-io/shipyard v0.15.5 h1:mVLw6fJ0rA7vGFtyjioKEfttEcSyuGyy2PIug0tglqc=
github.com/submariner-io/shipyard v0.15.5/go.mod h1:72E6aQJOe2adcYaezXLJc4ObHbnZgQxEvmmoKh5CsZ4=
github.com/submariner-io/submariner v0.15.4 h1:2L42hnMhwmQqVsBXE232OeDAYNMLs8NzMRypgZwYW60=
github.com/submariner-io/submariner v0.15.4/go.mod h1:7Cz+KmknFd9jQx7wGvrT8QEL/pdheuOOwfObUKGDa0w=
github.com/submariner-io/submariner v0.15.5 h1:UR11hBJ9aymFoiz/BqQVjOj/x8LQFWyGU7eBKgFqILI=
github.com/submariner-io/submariner v0.15.5/go.mod h1:RXXLAJVEXy7k3dFR7Dc0KAmdbvuSmbgyQgOC7hcC4WU=
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 4dd55e3

Please sign in to comment.