You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2023/03/08 01:51:50 UTC

[apisix-docker] branch master updated: chore: release APISIX 3.2.0 (#437)

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

spacewander 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 d9a5a0a  chore: release APISIX 3.2.0 (#437)
d9a5a0a is described below

commit d9a5a0ae935bee50debd08eb5a2a0ade820995fc
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Mar 8 09:51:44 2023 +0800

    chore: release APISIX 3.2.0 (#437)
---
 .github/workflows/apisix-docker-example-test.yaml | 2 +-
 .github/workflows/apisix_push_docker_hub.yaml     | 2 +-
 Makefile                                          | 4 ++--
 centos/Dockerfile                                 | 2 +-
 debian/Dockerfile                                 | 2 +-
 example/docker-compose-arm64.yml                  | 2 +-
 example/docker-compose.yml                        | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/apisix-docker-example-test.yaml b/.github/workflows/apisix-docker-example-test.yaml
index a47669a..5733c02 100644
--- a/.github/workflows/apisix-docker-example-test.yaml
+++ b/.github/workflows/apisix-docker-example-test.yaml
@@ -14,7 +14,7 @@ on:
       - 'release/apisix-2.15.**'
 
 env:
-  APISIX_VERSION: "3.1.0"
+  APISIX_VERSION: "3.2.0"
 
 jobs:
   prepare:
diff --git a/.github/workflows/apisix_push_docker_hub.yaml b/.github/workflows/apisix_push_docker_hub.yaml
index 803fe92..99989b0 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -13,7 +13,7 @@ jobs:
           - centos
           - debian
     env:
-      APISIX_DOCKER_TAG: 3.1.0-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 3.2.0-${{ matrix.platform }}
 
     steps:
       - name: Check out the repo
diff --git a/Makefile b/Makefile
index c9d8373..c2fd8d0 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ SHELL := bash
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 3.1.0
-MAX_APISIX_VERSION ?= 3.1.0
+APISIX_VERSION ?= 3.2.0
+MAX_APISIX_VERSION ?= 3.2.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
diff --git a/centos/Dockerfile b/centos/Dockerfile
index bafcf07..d494f80 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM centos:7
 
-ARG APISIX_VERSION=3.1.0
+ARG APISIX_VERSION=3.2.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/debian/Dockerfile b/debian/Dockerfile
index c0c1f72..3957781 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM debian:bullseye-slim
 
-ARG APISIX_VERSION=3.1.0
+ARG APISIX_VERSION=3.2.0
 
 RUN set -ex; \
     arch=$(dpkg --print-architecture); \
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index 81f13ed..7689c40 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:3.1.0-debian
+    image: apache/apisix:3.2.0-debian
     restart: always
     volumes:
       - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index cb5c060..af61add 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:${APISIX_IMAGE_TAG:-3.1.0-debian}
+    image: apache/apisix:${APISIX_IMAGE_TAG:-3.2.0-debian}
     restart: always
     volumes:
       - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro