This is an automated email from the ASF dual-hosted git repository.
liuxiran 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 34d32da feat: bump APISIX Dashboard to 2.9.0 (#232)
34d32da is described below
commit 34d32da2375f5867c92167d7278553fd54c0ee5b
Author: bzp2010 <[email protected]>
AuthorDate: Sat Oct 9 01:07:24 2021 -0500
feat: bump APISIX Dashboard to 2.9.0 (#232)
---
.github/workflows/dashboard-docker-test.yaml | 2 +-
Makefile | 2 +-
README.md | 2 +-
dashboard/Dockerfile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/dashboard-docker-test.yaml
b/.github/workflows/dashboard-docker-test.yaml
index 3b531bb..b1f4526 100644
--- a/.github/workflows/dashboard-docker-test.yaml
+++ b/.github/workflows/dashboard-docker-test.yaml
@@ -13,7 +13,7 @@ jobs:
name: build dashboard & test
runs-on: ubuntu-latest
env:
- APISIX_DASHBOARD_TAG: 2.8
+ APISIX_DASHBOARD_TAG: 2.9.0
steps:
- name: Checkout
uses: actions/checkout@v2
diff --git a/Makefile b/Makefile
index c4404f9..6282657 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ APISIX_VERSION ?= 2.10.0
IMAGE_NAME = apache/apisix
IMAGE_TAR_NAME = apache_apisix
-APISIX_DASHBOARD_VERSION ?= 2.8
+APISIX_DASHBOARD_VERSION ?= 2.9.0
APISIX_DASHBOARD_IMAGE_NAME = apache/apisix-dashboard
APISIX_DASHBOARD_IMAGE_TAR_NAME = apache_apisix_dashboard
diff --git a/README.md b/README.md
index 59a76ff..b8d7bef 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ apache/apisix:whole
* All in one Docker container for Apache apisix-dashboard
-**The latest version of `apisix-dashboard` is 2.8 and can be used with APISIX
2.9.**
+**The latest version of `apisix-dashboard` is 2.9 and can be used with APISIX
2.10.**
```sh
make build-dashboard
diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile
index 158adfa..0723153 100644
--- a/dashboard/Dockerfile
+++ b/dashboard/Dockerfile
@@ -16,7 +16,7 @@
#
FROM alpine:latest as pre-build
-ARG APISIX_DASHBOARD_VERSION=release/2.8
+ARG APISIX_DASHBOARD_VERSION=release/2.9.0
RUN set -x \
&& apk add --no-cache --virtual .builddeps git \