This is an automated email from the ASF dual-hosted git repository.

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 58374c3  feat: bump APISIX Dashboard to 2.10.1 (#260)
58374c3 is described below

commit 58374c358adcba449ffb1ca1bbe9861b929beaad
Author: Zeping Bai <[email protected]>
AuthorDate: Sat Dec 25 15:14:29 2021 +0800

    feat: bump APISIX Dashboard to 2.10.1 (#260)
---
 .github/workflows/dashboard-docker-test.yaml | 2 +-
 Makefile                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/dashboard-docker-test.yaml 
b/.github/workflows/dashboard-docker-test.yaml
index 012af36..6bcc19a 100644
--- a/.github/workflows/dashboard-docker-test.yaml
+++ b/.github/workflows/dashboard-docker-test.yaml
@@ -19,7 +19,7 @@ jobs:
     name: build dashboard & test on ${{ matrix.os }}
     runs-on: ubuntu-latest
     env:
-      APISIX_DASHBOARD_TAG: "2.10"
+      APISIX_DASHBOARD_TAG: "2.10.1"
     steps:
       - name: Checkout
         uses: actions/checkout@v2
diff --git a/Makefile b/Makefile
index 2677b7c..4a8c848 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ APISIX_VERSION ?= 2.11.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
-APISIX_DASHBOARD_VERSION ?= 2.10
+APISIX_DASHBOARD_VERSION ?= 2.10.1
 APISIX_DASHBOARD_IMAGE_NAME = apache/apisix-dashboard
 APISIX_DASHBOARD_IMAGE_TAR_NAME = apache_apisix_dashboard
 

Reply via email to