Skip to content

Commit 0aafd35

Browse files
committed
Bump apidiff to v0.6.0
Signed-off-by: Stefan Büringer [email protected]
1 parent c680942 commit 0aafd35

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
@@ -133,7 +133,7 @@ ENVSUBST_VER := $(call get_go_version,github.com/drone/envsubst/v2)
133133
ENVSUBST := $(abspath $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)-$(ENVSUBST_VER))
134134
ENVSUBST_PKG := github.com/drone/envsubst/v2/cmd/envsubst
135135

136-
GO_APIDIFF_VER := v0.5.0
136+
GO_APIDIFF_VER := v0.6.0
137137
GO_APIDIFF_BIN := go-apidiff
138138
GO_APIDIFF := $(abspath $(TOOLS_BIN_DIR)/$(GO_APIDIFF_BIN)-$(GO_APIDIFF_VER))
139139
GO_APIDIFF_PKG := github.com/joelanford/go-apidiff

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ maintainers of providers and consumers of our Go API.
1313

1414
- sigs.k8s.io/controller-runtime: v0.13.x => v0.14.x
1515
- sigs.k8s.io/controller-tools: v0.10.x => v0.11.x
16+
- github.com/joelanford/go-apidiff: 0.5.0 => 0.6.0
1617

1718
## Changes by Kind
1819

0 commit comments

Comments
 (0)