Skip to content

Commit 3e3ca6b

Browse files
authored
feat: prepare to release APISIX-BASE 1.21.4.1.5 (#266)
1 parent cba92da commit 3e3ca6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/package-apisix-base-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-
BUILD_APISIX_BASE_VERSION: 1.21.4.1.4
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.5
2323
steps:
2424
- uses: actions/checkout@v2
2525

.github/workflows/package-apisix-base-rpm-el7.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-
BUILD_APISIX_BASE_VERSION: 1.21.4.1.4
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.5
2323
steps:
2424
- uses: actions/checkout@v2
2525

.github/workflows/package-apisix-base-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-
BUILD_APISIX_BASE_VERSION: 1.21.4.1.4
22+
BUILD_APISIX_BASE_VERSION: 1.21.4.1.5
2323
steps:
2424
- uses: actions/checkout@v2
2525

package-apisix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
# Determine the min version of openresty or apisix-base
2828
if [ "$OPENRESTY" == "apisix-base" ]
2929
then
30-
min_or_version="1.21.4.1.4"
30+
min_or_version="1.21.4.1.5"
3131
max_or_version="1.21.5"
3232
elif [ "$OPENRESTY" == "apisix-base-latest" ]
3333
then

0 commit comments

Comments
 (0)