You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gu...@apache.org on 2023/03/15 07:28:21 UTC

[apisix-docker] branch master updated: feat: release Dashboard 2.15.1 (#444)

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

guoqi 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 8d64211  feat: release Dashboard 2.15.1 (#444)
8d64211 is described below

commit 8d642118e39cd14770dbb417f336e125c727e75e
Author: Qi Guo <97...@qq.com>
AuthorDate: Wed Mar 15 15:28:16 2023 +0800

    feat: release Dashboard 2.15.1 (#444)
---
 .github/workflows/dashboard_all_in_one_ci.yaml   | 2 +-
 .github/workflows/dashboard_push_docker_hub.yaml | 2 +-
 Makefile                                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/dashboard_all_in_one_ci.yaml b/.github/workflows/dashboard_all_in_one_ci.yaml
index 5d5163a..176d058 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_VERSION: "3.0.0" # in semver
+      APISIX_DASHBOARD_VERSION: "2.15.1" # in semver
     
     steps:
       - uses: actions/checkout@v2
diff --git a/.github/workflows/dashboard_push_docker_hub.yaml b/.github/workflows/dashboard_push_docker_hub.yaml
index 88a7e5a..f22c56e 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_VERSION: "3.0.0" # in semver
+      APISIX_DASHBOARD_VERSION: "2.15.1" # in semver
 
     steps:
       - name: Check out the repo
diff --git a/Makefile b/Makefile
index c2fd8d0..fcf835d 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ MAX_APISIX_VERSION ?= 3.2.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
-APISIX_DASHBOARD_VERSION ?= $(shell echo ${APISIX_DASHBOARD_VERSION:=3.0.0})
+APISIX_DASHBOARD_VERSION ?= $(shell echo ${APISIX_DASHBOARD_VERSION:=2.15.1})
 APISIX_DASHBOARD_IMAGE_NAME = apache/apisix-dashboard
 APISIX_DASHBOARD_IMAGE_TAR_NAME = apache_apisix_dashboard