Skip to content

Commit e6fa3b8

Browse files
authored
chore: upgrade adc to 0.20.0 (#2432)
1 parent 03877e0 commit e6fa3b8

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/apisix-conformance-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
ARCH: amd64
7777
ENABLE_PROXY: "false"
7878
BASE_IMAGE_TAG: "debug"
79-
ADC_VERSION: "dev"
8079
run: |
8180
echo "building images..."
8281
make build-image

.github/workflows/apisix-e2e-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
ARCH: amd64
8080
ENABLE_PROXY: "false"
8181
BASE_IMAGE_TAG: "debug"
82-
ADC_VERSION: "dev"
8382
run: |
8483
echo "building images..."
8584
make build-image

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENVTEST_K8S_VERSION = 1.30.0
2828
KIND_NAME ?= apisix-ingress-cluster
2929

3030
GATEAY_API_VERSION ?= v1.2.0
31-
ADC_VERSION ?= 0.19.0
31+
ADC_VERSION ?= 0.20.0
3232

3333
TEST_TIMEOUT ?= 80m
3434
TEST_DIR ?= ./test/e2e/apisix/

0 commit comments

Comments
 (0)