Skip to content

Commit

Permalink
Merge pull request #88 from ulucinar/bump-crddiff
Browse files Browse the repository at this point in the history
Bump uptest to v0.7.0
  • Loading branch information
ulucinar authored Nov 29, 2023
2 parents ea944ae + d181966 commit cdc8612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GO_SUBDIRS += cmd internal apis
KIND_VERSION = v0.15.0
UP_VERSION = v0.16.1
UP_CHANNEL = stable
UPTEST_VERSION = v0.5.0
UPTEST_VERSION = v0.7.0
-include build/makelib/k8s_tools.mk

# ====================================================================================
Expand Down Expand Up @@ -201,7 +201,7 @@ crddiff: $(UPTEST)
continue ; \
fi ; \
echo "Checking $${crd} for breaking API changes..." ; \
changes_detected=$$($(UPTEST) crddiff revision <(git cat-file -p "$${GITHUB_BASE_REF}:$${crd}") "$${crd}" 2>&1) ; \
changes_detected=$$($(UPTEST) crddiff revision --enable-upjet-extensions <(git cat-file -p "$${GITHUB_BASE_REF}:$${crd}") "$${crd}" 2>&1) ; \
if [[ $$? != 0 ]] ; then \
printf "\033[31m"; echo "Breaking change detected!"; printf "\033[0m" ; \
echo "$${changes_detected}" ; \
Expand Down

0 comments on commit cdc8612

Please sign in to comment.