You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2022/03/24 09:10:44 UTC

[apisix-docker] branch master updated: feat: bump dashboard to 2.11.0 (#293)

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

tokers 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 4e2a7d1  feat: bump dashboard to 2.11.0 (#293)
4e2a7d1 is described below

commit 4e2a7d1df1f8a0eb72deff976ee42e1843733d06
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Thu Mar 24 17:10:40 2022 +0800

    feat: bump dashboard to 2.11.0 (#293)
---
 .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 6bcc19a..a45ceb5 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.1"
+      APISIX_DASHBOARD_TAG: "2.11"
     steps:
       - name: Checkout
         uses: actions/checkout@v2
diff --git a/Makefile b/Makefile
index 802197c..4f31614 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ APISIX_VERSION ?= 2.12.1
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
-APISIX_DASHBOARD_VERSION ?= 2.10.1
+APISIX_DASHBOARD_VERSION ?= 2.11
 APISIX_DASHBOARD_IMAGE_NAME = apache/apisix-dashboard
 APISIX_DASHBOARD_IMAGE_TAR_NAME = apache_apisix_dashboard