Skip to content

Commit

Permalink
operator: Bump operator-sdk to v1.19.1 (#5929)
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-GV authored Apr 19, 2022
1 parent b3bc8d3 commit ba8c873
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 12 deletions.
6 changes: 3 additions & 3 deletions operator/.bingo/Variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ $(KUSTOMIZE): $(BINGO_DIR)/kustomize.mod
@echo "(re)installing $(GOBIN)/kustomize-v4.2.0"
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=kustomize.mod -o=$(GOBIN)/kustomize-v4.2.0 "sigs.k8s.io/kustomize/kustomize/v4"

OPERATOR_SDK := $(GOBIN)/operator-sdk-v1.18.1
OPERATOR_SDK := $(GOBIN)/operator-sdk-v1.19.1
$(OPERATOR_SDK): $(BINGO_DIR)/operator-sdk.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/operator-sdk-v1.18.1"
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=operator-sdk.mod -o=$(GOBIN)/operator-sdk-v1.18.1 "github.com/operator-framework/operator-sdk/cmd/operator-sdk"
@echo "(re)installing $(GOBIN)/operator-sdk-v1.19.1"
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=operator-sdk.mod -o=$(GOBIN)/operator-sdk-v1.19.1 "github.com/operator-framework/operator-sdk/cmd/operator-sdk"

PROMTOOL := $(GOBIN)/promtool-v1.8.2-0.20220211202545-56e14463bccf
$(PROMTOOL): $(BINGO_DIR)/promtool.mod
Expand Down
8 changes: 3 additions & 5 deletions operator/.bingo/operator-sdk.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.17

replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
replace github.com/containerd/containerd => github.com/containerd/containerd v1.4.11

replace github.com/containerd/containerd => github.com/containerd/containerd v1.4.3
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d

replace github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.10.0

replace golang.org/x/text => golang.org/x/text v0.3.3

require github.com/operator-framework/operator-sdk v1.18.1 // cmd/operator-sdk
require github.com/operator-framework/operator-sdk v1.19.1 // cmd/operator-sdk
Loading

0 comments on commit ba8c873

Please sign in to comment.