Skip to content

Commit

Permalink
Update Submariner dependencies to v0.16.2
Browse files Browse the repository at this point in the history
Signed-off-by: Automated Release <release@submariner.io>
  • Loading branch information
Automated Release authored and submariner-bot committed Nov 7, 2023
1 parent a9df23b commit d4284df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.16.1"
DefaultSubmarinerVersion = "0.16.1"
DefaultLighthouseVersion = "0.16.1"
DefaultSubmarinerOperatorVersion = "0.16.2"
DefaultSubmarinerVersion = "0.16.2"
DefaultLighthouseVersion = "0.16.2"
)
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ require (
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.67.1
github.com/prometheus-operator/prometheus-operator/pkg/client v0.67.1
github.com/prometheus/client_golang v1.16.0
github.com/submariner-io/admiral v0.16.1
github.com/submariner-io/shipyard v0.16.1
github.com/submariner-io/submariner v0.16.1
github.com/submariner-io/admiral v0.16.2
github.com/submariner-io/shipyard v0.16.2
github.com/submariner-io/submariner v0.16.2
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.14.0
k8s.io/api v0.27.7
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -965,12 +965,12 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/submariner-io/admiral v0.16.1 h1:03Ivnprwu545o/Q89nYOL/3LyL/hMrEumnPu+thLcgw=
github.com/submariner-io/admiral v0.16.1/go.mod h1:2BJjzknrDEdDT+t8y9Bx0Z1ykX39dfOG8iV+jRsbA3Q=
github.com/submariner-io/shipyard v0.16.1 h1:XjZLccECk/adeNFNK8PvHubayRZpKTn6MMDgcSsDoVg=
github.com/submariner-io/shipyard v0.16.1/go.mod h1:op6JLbiJv3dteWxde6GpG5zp0oljZWVDU1FXmB1j6cs=
github.com/submariner-io/submariner v0.16.1 h1:QsCzLZYgsHFRxeWEX730GfguwXp3hFpNgXoyzB/yO38=
github.com/submariner-io/submariner v0.16.1/go.mod h1:sOr2yojVOE2gzbA3VnMQg/ff56sMVC+vFpPW8zhE/bs=
github.com/submariner-io/admiral v0.16.2 h1:vCaNsKnvocz9MuV1kDg1wAxuAczZCbsp3vsmIPbkshs=
github.com/submariner-io/admiral v0.16.2/go.mod h1:IT/iaGVqKK7I0iRsHQuK18DWCvZJFdtTyLF1dt285Ys=
github.com/submariner-io/shipyard v0.16.2 h1:p4nwmYW1lHhmITRFzaELKG8y8WMII82U1fmn0nh+oz4=
github.com/submariner-io/shipyard v0.16.2/go.mod h1:op6JLbiJv3dteWxde6GpG5zp0oljZWVDU1FXmB1j6cs=
github.com/submariner-io/submariner v0.16.2 h1:l7BUvw3jZfhUVDjxduYsyn/4EO2Q3RGaW6atfoi4orQ=
github.com/submariner-io/submariner v0.16.2/go.mod h1:dNPQCJT7Z8eYotG9nKv0n8RxI4TNxU5bR1wSdLxiqS8=
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/thoas/go-funk v0.8.0 h1:JP9tKSvnpFVclYgDM0Is7FD9M4fhPvqA0s0BsXmzSRQ=
Expand Down

0 comments on commit d4284df

Please sign in to comment.