-
Notifications
You must be signed in to change notification settings - Fork 50
deps: align ginkgo CLI to lib, use available helm-operator-plugins API improvements #855
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #855 +/- ##
==========================================
+ Coverage 36.63% 37.28% +0.64%
==========================================
Files 9 9
Lines 868 853 -15
==========================================
Hits 318 318
+ Misses 506 491 -15
Partials 44 44 ☔ View full report in Codecov by Sentry. |
…I improvements Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@@ -29,11 +29,11 @@ $(CONTROLLER_GEN): $(BINGO_DIR)/controller-gen.mod | |||
@echo "(re)installing $(GOBIN)/controller-gen-v0.14.0" | |||
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN)/controller-gen-v0.14.0 "sigs.k8s.io/controller-tools/cmd/controller-gen" | |||
|
|||
GINKGO := $(GOBIN)/ginkgo-v2.15.0 | |||
GINKGO := $(GOBIN)/ginkgo-v2.17.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-blocking, but would it be worth it to put the ginkgo version in a variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@perdasilva This is an auto generated file by the bingo
tool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
c28caf5
Fixes #534