Skip to content

Commit

Permalink
Update Operator to use version v0.13.0 (#2142)
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 Jul 18, 2022
1 parent 0aa317a commit e3c4f13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions api/submariner/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.13.0-rc2"
DefaultSubmarinerVersion = "0.13.0-rc2"
DefaultLighthouseVersion = "0.13.0-rc2"
DefaultSubmarinerOperatorVersion = "0.13.0"
DefaultSubmarinerVersion = "0.13.0"
DefaultLighthouseVersion = "0.13.0"
)
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.12.2
github.com/submariner-io/admiral v0.13.0
github.com/submariner-io/shipyard v0.13.0
github.com/submariner-io/submariner v0.13.0-rc2
github.com/submariner-io/submariner v0.13.0
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.3.7
k8s.io/api v0.23.5
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1263,14 +1263,12 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/submariner-io/admiral v0.13.0-rc2/go.mod h1:ZRuSTYk6P8+TU8cUQLF8mqDHUZdcjSrAQNMwajbkbd4=
github.com/submariner-io/admiral v0.13.0 h1:yYetkLd+mZkvT9KuZJQ+yq2+WhKAacHxDaxwR6aD/0w=
github.com/submariner-io/admiral v0.13.0/go.mod h1:vNeo49m+YJrgyngj2A2PTrA8WWCqsv2coBHQnHwevMM=
github.com/submariner-io/shipyard v0.13.0-rc2/go.mod h1:QC3tq6LKRCaavN3/pGw/QqSVIsVJKA9rbmNueihTydE=
github.com/submariner-io/shipyard v0.13.0 h1:yLfDoLJPq5aIz8oz3aKpazUyJJGQlqv5SN9nMpUzuBg=
github.com/submariner-io/shipyard v0.13.0/go.mod h1:QC3tq6LKRCaavN3/pGw/QqSVIsVJKA9rbmNueihTydE=
github.com/submariner-io/submariner v0.13.0-rc2 h1:tA3iVK8HqA3ELxQfqhFq23EHD+O3Qj1cHK7b1CIVEsU=
github.com/submariner-io/submariner v0.13.0-rc2/go.mod h1:IMUpo7fH5Yjfh7iVLgUMJXYI507/BeJolO2Go+ronXo=
github.com/submariner-io/submariner v0.13.0 h1:4ezPyOC0ldaTFIya+W6oqWHSUR6L64ZSRTJkUEPj19U=
github.com/submariner-io/submariner v0.13.0/go.mod h1:NRYeNN1tJXXIJIqPqyU3CuYCg8nfpwyNc+tVcP5Eox0=
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=
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
Expand Down

0 comments on commit e3c4f13

Please sign in to comment.