Skip to content

Commit 305718c

Browse files
authored
Merge pull request #7463 from oscr/update-godiff
✨ Update github.com/joelanford/go-apidiff version (0.4.0 -> 0.5.0)
2 parents 1bf70d5 + 80f5a4d commit 305718c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ENVSUBST_BIN := envsubst
127127
ENVSUBST := $(abspath $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)-$(ENVSUBST_VER))
128128
ENVSUBST_PKG := github.com/drone/envsubst/v2/cmd/envsubst
129129

130-
GO_APIDIFF_VER := v0.4.0
130+
GO_APIDIFF_VER := v0.5.0
131131
GO_APIDIFF_BIN := go-apidiff
132132
GO_APIDIFF := $(abspath $(TOOLS_BIN_DIR)/$(GO_APIDIFF_BIN)-$(GO_APIDIFF_VER))
133133
GO_APIDIFF_PKG := github.com/joelanford/go-apidiff

docs/book/src/developer/providers/v1.2-to-v1.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controlle
1818
- k8s.io/*: v0.24.x => v0.25.x (derived from controller-runtime)
1919
- github.com/onsi/ginkgo: v1.x => v2.x (derived from controller-runtime)
2020
- k8s.io/kubectl: v0.24.x => 0.25.x
21+
- github.com/joelanford/go-apidiff: 0.4.0 => 0.5.0
2122

2223
## Changes by Kind
2324

0 commit comments

Comments
 (0)