You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by le...@apache.org on 2022/03/25 02:07:26 UTC

[apisix-docker] branch release/apisix-2.13.0 created (now af94086)

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

leslie pushed a change to branch release/apisix-2.13.0
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git.


      at af94086  feat: upgrade APISIX to 2.13.0

This branch includes the following new commits:

     new af94086  feat: upgrade APISIX to 2.13.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[apisix-docker] 01/01: feat: upgrade APISIX to 2.13.0

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leslie pushed a commit to branch release/apisix-2.13.0
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git

commit af94086b0390941e9f22cf9dd0f37e20234faf3c
Author: leslie <le...@icloud.com>
AuthorDate: Fri Mar 25 10:07:11 2022 +0800

    feat: upgrade APISIX to 2.13.0
---
 .github/workflows/apisix-docker-test.yaml | 2 +-
 Makefile                                  | 2 +-
 all-in-one/apisix/Dockerfile              | 2 +-
 alpine/Dockerfile                         | 2 +-
 centos/Dockerfile                         | 2 +-
 example/docker-compose-arm64.yml          | 2 +-
 example/docker-compose.yml                | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/apisix-docker-test.yaml b/.github/workflows/apisix-docker-test.yaml
index a598b93..ffaac67 100644
--- a/.github/workflows/apisix-docker-test.yaml
+++ b/.github/workflows/apisix-docker-test.yaml
@@ -22,7 +22,7 @@ jobs:
     runs-on: ubuntu-latest
     env:
       APISIX_PATH: "./apisix-local"
-      APISIX_DOCKER_TAG: 2.12.1-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 2.13.0-${{ matrix.platform }}
     steps:
       - uses: actions/checkout@v2
 
diff --git a/Makefile b/Makefile
index 4f31614..2299e38 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 2.12.1
+APISIX_VERSION ?= 2.13.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index be76b59..3ecac82 100644
--- a/all-in-one/apisix/Dockerfile
+++ b/all-in-one/apisix/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 ARG ENABLE_PROXY=false
-ARG APISIX_VERSION=2.12.1
+ARG APISIX_VERSION=2.13.0
 ARG ETCD_VERSION=v3.4.14
 
 # Build Apache APISIX
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 02a52f3..2423816 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -20,7 +20,7 @@ ARG ENABLE_PROXY=false
 # Build Apache APISIX
 FROM api7/apisix-base:1.19.9.1.4
 
-ARG APISIX_VERSION=2.12.1
+ARG APISIX_VERSION=2.13.0
 LABEL apisix_version="${APISIX_VERSION}"
 
 ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 817479d..6ce43b0 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM centos:7
 
-ARG APISIX_VERSION=2.12.1
+ARG APISIX_VERSION=2.13.0
 LABEL apisix_version="${APISIX_VERSION}"
 
 RUN yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm \
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index dff001b..69dfbce 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.12.1-alpine
+    image: apache/apisix:2.13.0-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index f49767e..7c761d5 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.12.1-alpine
+    image: apache/apisix:2.13.0-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs