Skip to content

Commit

Permalink
Update Submariner dependencies to v0.16.3
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 Jan 10, 2024
1 parent bf364d9 commit 133b18e
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.2"
DefaultSubmarinerVersion = "0.16.2"
DefaultLighthouseVersion = "0.16.2"
DefaultSubmarinerOperatorVersion = "0.16.3"
DefaultSubmarinerVersion = "0.16.3"
DefaultLighthouseVersion = "0.16.3"
)
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.2
github.com/submariner-io/shipyard v0.16.2
github.com/submariner-io/submariner v0.16.2
github.com/submariner-io/admiral v0.16.3
github.com/submariner-io/shipyard v0.16.3
github.com/submariner-io/submariner v0.16.3
github.com/uw-labs/lichen v0.1.7
golang.org/x/text v0.14.0
k8s.io/api v0.27.9
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -969,12 +969,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.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/submariner-io/admiral v0.16.3 h1:y+nE7GFIH0TDhTRzM3Y8VVJZ6hozLjM6eCZ5KVj4o3o=
github.com/submariner-io/admiral v0.16.3/go.mod h1:3v3sXLfvV4gBhgZrBZLE02rggwhY4nzXv0jMjRBrYRQ=
github.com/submariner-io/shipyard v0.16.3 h1:mkwnwdHWHQtHxJvnGDt92PnwXW/3ygsIBXBqZsOcUQc=
github.com/submariner-io/shipyard v0.16.3/go.mod h1:mmfB5nerRRLJAneB0BwmPY6Y13HCfqcOFS5KTd14d/w=
github.com/submariner-io/submariner v0.16.3 h1:7JmtunW101kqoFGKQCGmAGx944nfay5NECk5upPufXo=
github.com/submariner-io/submariner v0.16.3/go.mod h1:f6S3/Hl8//D2+D3uL70BpNGTWKZHLvHtI+uTV5pDTYw=
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 133b18e

Please sign in to comment.