Skip to content

Commit 12e3863

Browse files
authored
feat: bump APISIX Dashboard 2.10 (#147)
1 parent a0373fa commit 12e3863

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/package-apisix-dashboard-deb-ubuntu20.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
DASHBOARD_VERSION: 2.8
22+
DASHBOARD_VERSION: "2.10"
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0

.github/workflows/package-apisix-dashboard-el7-buildx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
DASHBOARD_VERSION: 2.8
22+
DASHBOARD_VERSION: "2.10"
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0

.github/workflows/package-apisix-dashboard-rpm-el7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
DASHBOARD_VERSION: 2.8
22+
DASHBOARD_VERSION: "2.10"
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
needs: build
104104
env:
105-
DASHBOARD_VERSION: 2.8
105+
DASHBOARD_VERSION: "2.10"
106106
services:
107107
etcd:
108108
image: bitnami/etcd:3.4.0

.github/workflows/package-apisix-dashboard-rpm-el8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
DASHBOARD_VERSION: 2.8
22+
DASHBOARD_VERSION: "2.10"
2323
services:
2424
etcd:
2525
image: bitnami/etcd:3.4.0

0 commit comments

Comments
 (0)