File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
docs/book/src/developer/providers Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ ENVSUBST_BIN := envsubst
127
127
ENVSUBST := $(abspath $(TOOLS_BIN_DIR ) /$(ENVSUBST_BIN ) -$(ENVSUBST_VER ) )
128
128
ENVSUBST_PKG := github.com/drone/envsubst/v2/cmd/envsubst
129
129
130
- GO_APIDIFF_VER := v0.4 .0
130
+ GO_APIDIFF_VER := v0.5 .0
131
131
GO_APIDIFF_BIN := go-apidiff
132
132
GO_APIDIFF := $(abspath $(TOOLS_BIN_DIR ) /$(GO_APIDIFF_BIN ) -$(GO_APIDIFF_VER ) )
133
133
GO_APIDIFF_PKG := github.com/joelanford/go-apidiff
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controlle
18
18
- k8s.io/* : v0.24.x => v0.25.x (derived from controller-runtime)
19
19
- github.com/onsi/ginkgo: v1.x => v2.x (derived from controller-runtime)
20
20
- k8s.io/kubectl: v0.24.x => 0.25.x
21
+ - github.com/joelanford/go-apidiff: 0.4.0 => 0.5.0
21
22
22
23
## Changes by Kind
23
24
You can’t perform that action at this time.
0 commit comments