This is an automated email from the ASF dual-hosted git repository.
alinsran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 3bee9ac2 chore(e2e-test): update adc to 0.21.1 (#2609)
3bee9ac2 is described below
commit 3bee9ac20098aa88a8ea7895c03c0aa80e5271e6
Author: AlinsRan <[email protected]>
AuthorDate: Tue Oct 21 15:00:50 2025 +0800
chore(e2e-test): update adc to 0.21.1 (#2609)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 3b69de87..979a5a1d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ IMG ?= apache/apisix-ingress-controller:$(IMAGE_TAG)
ENVTEST_K8S_VERSION = 1.30.0
KIND_NAME ?= apisix-ingress-cluster
-ADC_VERSION ?= 0.21.0
+ADC_VERSION ?= 0.21.2
DIR := $(shell pwd)