Skip to content

Commit

Permalink
Update Operator to v0.14.0-rc4 (#2356)
Browse files Browse the repository at this point in the history
Signed-off-by: Automated Release <[email protected]>

Signed-off-by: Automated Release <[email protected]>
Co-authored-by: Automated Release <[email protected]>
  • Loading branch information
submariner-bot and Automated Release authored Nov 17, 2022
1 parent eaded62 commit 803d6e4
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.14.0-rc3"
DefaultSubmarinerVersion = "0.14.0-rc3"
DefaultLighthouseVersion = "0.14.0-rc3"
DefaultSubmarinerOperatorVersion = "0.14.0-rc4"
DefaultSubmarinerVersion = "0.14.0-rc4"
DefaultLighthouseVersion = "0.14.0-rc4"
)
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.13.0
github.com/submariner-io/admiral v0.14.0-rc4
github.com/submariner-io/shipyard v0.14.0-rc4
github.com/submariner-io/submariner v0.14.0-rc2
github.com/submariner-io/submariner v0.14.0-rc4
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.3.9-0.20221012202458-252bee03417d
k8s.io/api v0.25.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,8 @@ github.com/submariner-io/admiral v0.14.0-rc4 h1:4/OzmWQ6SYY/swdUZLJYNsPmJDWC4z/Y
github.com/submariner-io/admiral v0.14.0-rc4/go.mod h1:m/jwfuJCf2Jx2btaqrgUU6UoapfkaRK6sbSavFsAoB8=
github.com/submariner-io/shipyard v0.14.0-rc4 h1:ZGk+mr4rwMn1j+PWRJ48yQ7v/oj/WwxqNvoV7YznMD8=
github.com/submariner-io/shipyard v0.14.0-rc4/go.mod h1:eTF/ewEDwFiyjpBS+ZD7OEK3l3WI3KG/DO8QiwYNI2k=
github.com/submariner-io/submariner v0.14.0-rc2 h1:JhteyxdNVb27aE0casW+1PH4b0lFkv/JLEVW3/JVlHA=
github.com/submariner-io/submariner v0.14.0-rc2/go.mod h1:jg/Z5CeFNfKqL5iCUYKaBGLp6s06x1cbTp9Hs9nMPjI=
github.com/submariner-io/submariner v0.14.0-rc4 h1:zyAbgmi89TMkcOT3YJn8wawOiIJ6f/G6TwKchxbnX8c=
github.com/submariner-io/submariner v0.14.0-rc4/go.mod h1:65PX4M+e8STRw+PdM2Z6i6wcWQhVsKlQ+avaMHZ39/8=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down

0 comments on commit 803d6e4

Please sign in to comment.