Skip to content

Commit 0f27438

Browse files
committed
update to official released version of crd-diff
Signed-off-by: everettraven <[email protected]>
1 parent c757055 commit 0f27438

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.bingo/Variables.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8. DO NOT EDIT.
1+
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9. DO NOT EDIT.
22
# All tools are designed to be build inside $GOBIN.
33
BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
44
GOPATH ?= $(shell go env GOPATH)
@@ -29,11 +29,11 @@ $(CONTROLLER_GEN): $(BINGO_DIR)/controller-gen.mod
2929
@echo "(re)installing $(GOBIN)/controller-gen-v0.16.1"
3030
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN)/controller-gen-v0.16.1 "sigs.k8s.io/controller-tools/cmd/controller-gen"
3131

32-
CRD_DIFF := $(GOBIN)/crd-diff-v0.0.0-20241112183958-25304aa59cdb
32+
CRD_DIFF := $(GOBIN)/crd-diff-v0.1.0
3333
$(CRD_DIFF): $(BINGO_DIR)/crd-diff.mod
3434
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35-
@echo "(re)installing $(GOBIN)/crd-diff-v0.0.0-20241112183958-25304aa59cdb"
36-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN)/crd-diff-v0.0.0-20241112183958-25304aa59cdb "github.com/everettraven/crd-diff"
35+
@echo "(re)installing $(GOBIN)/crd-diff-v0.1.0"
36+
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN)/crd-diff-v0.1.0 "github.com/everettraven/crd-diff"
3737

3838
CRD_REF_DOCS := $(GOBIN)/crd-ref-docs-v0.1.0
3939
$(CRD_REF_DOCS): $(BINGO_DIR)/crd-ref-docs.mod

.bingo/crd-diff.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

33
go 1.22.5
44

5-
require github.com/everettraven/crd-diff v0.0.0-20241112183958-25304aa59cdb
5+
require github.com/everettraven/crd-diff v0.1.0

.bingo/crd-diff.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc
4343
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
4444
github.com/everettraven/crd-diff v0.0.0-20241112183958-25304aa59cdb h1:I8H7/ZAvoHNKedyOaTsh9Y+YgcysmOAMPaaqx5xKMiU=
4545
github.com/everettraven/crd-diff v0.0.0-20241112183958-25304aa59cdb/go.mod h1:sB0TZKVM9DVyC1zKHfJtb7VOMvst8gr0ETM4KsJ3gPA=
46+
github.com/everettraven/crd-diff v0.1.0 h1:wlaA+USeSpQSwzjF/cxl5b+vPZygxxmvnbm3NGyn2vs=
47+
github.com/everettraven/crd-diff v0.1.0/go.mod h1:sB0TZKVM9DVyC1zKHfJtb7VOMvst8gr0ETM4KsJ3gPA=
4648
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
4749
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
4850
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=

.bingo/variables.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8. DO NOT EDIT.
1+
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9. DO NOT EDIT.
22
# All tools are designed to be build inside $GOBIN.
33
# Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk.
44
GOBIN=${GOBIN:=$(go env GOBIN)}
@@ -12,7 +12,7 @@ BINGO="${GOBIN}/bingo-v0.9.0"
1212

1313
CONTROLLER_GEN="${GOBIN}/controller-gen-v0.16.1"
1414

15-
CRD_DIFF="${GOBIN}/crd-diff-v0.0.0-20241112183958-25304aa59cdb"
15+
CRD_DIFF="${GOBIN}/crd-diff-v0.1.0"
1616

1717
CRD_REF_DOCS="${GOBIN}/crd-ref-docs-v0.1.0"
1818

0 commit comments

Comments
 (0)