You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/12/05 09:29:20 UTC

[apisix-docker] branch master updated: feat: bump APISIX Dashboard to 2.14.0 (#388)

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 aa29713  feat: bump APISIX Dashboard to 2.14.0 (#388)
aa29713 is described below

commit aa29713bb969db11e6e6ca40e800ec4a81ceb60d
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Mon Dec 5 17:29:14 2022 +0800

    feat: bump APISIX Dashboard to 2.14.0 (#388)
---
 .github/workflows/dashboard_all_in_one_ci.yaml   | 2 +-
 .github/workflows/dashboard_push_docker_hub.yaml | 2 +-
 Makefile                                         | 2 +-
 example/docker-compose-arm64.yml                 | 2 +-
 example/docker-compose.yml                       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/dashboard_all_in_one_ci.yaml b/.github/workflows/dashboard_all_in_one_ci.yaml
index 0aa8b08..e11e1dc 100644
--- a/.github/workflows/dashboard_all_in_one_ci.yaml
+++ b/.github/workflows/dashboard_all_in_one_ci.yaml
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
 
     env:
-      APISIX_DASHBOARD_BRANCH: "2.13.1" # GitHub release tag id
+      APISIX_DASHBOARD_BRANCH: "2.14.0" # GitHub release tag id
     
     steps:
       - uses: actions/checkout@v2
diff --git a/.github/workflows/dashboard_push_docker_hub.yaml b/.github/workflows/dashboard_push_docker_hub.yaml
index c21c5d7..e6c2017 100644
--- a/.github/workflows/dashboard_push_docker_hub.yaml
+++ b/.github/workflows/dashboard_push_docker_hub.yaml
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
 
     env:
-      APISIX_DASHBOARD_TAG: "2.13.1"
+      APISIX_DASHBOARD_TAG: "2.14.0"
 
     steps:
       - name: Check out the repo
diff --git a/Makefile b/Makefile
index 96fa7f1..bdee588 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ MAX_APISIX_VERSION ?= 3.0.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
-APISIX_DASHBOARD_VERSION ?= 2.13.1
+APISIX_DASHBOARD_VERSION ?= 2.14.0
 APISIX_DASHBOARD_IMAGE_NAME = apache/apisix-dashboard
 APISIX_DASHBOARD_IMAGE_TAR_NAME = apache_apisix_dashboard
 
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index 7e2a6f3..9993e73 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix-dashboard:
-    image: apache/apisix-dashboard:2.13.1-alpine
+    image: apache/apisix-dashboard:2.14.0-alpine
     restart: always
     volumes:
       - ./dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index f8bb634..fb9108e 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix-dashboard:
-    image: apache/apisix-dashboard:2.13.1-alpine
+    image: apache/apisix-dashboard:2.14.0-alpine
     restart: always
     volumes:
     - ./dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml