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

ashishtiwari 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 e0a2c51  chore: release APISIX 3.12.0 (#585)
e0a2c51 is described below

commit e0a2c51d2cbe64be884b6eaa4f6a92c88b3aaf04
Author: Ashish Tiwari <[email protected]>
AuthorDate: Tue Apr 1 18:39:14 2025 +0530

    chore: release APISIX 3.12.0 (#585)
---
 .github/workflows/apisix-docker-example-test-standalone.yaml | 2 +-
 .github/workflows/apisix-docker-example-test.yaml            | 2 +-
 .github/workflows/apisix_push_docker_hub.yaml                | 2 +-
 Makefile                                                     | 4 ++--
 debian/Dockerfile                                            | 2 +-
 docs/en/latest/build.md                                      | 2 +-
 example/docker-compose-arm64.yml                             | 2 +-
 example/docker-compose-standalone.yml                        | 2 +-
 example/docker-compose.yml                                   | 2 +-
 redhat/Dockerfile                                            | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/apisix-docker-example-test-standalone.yaml 
b/.github/workflows/apisix-docker-example-test-standalone.yaml
index d241aad..6d234b3 100644
--- a/.github/workflows/apisix-docker-example-test-standalone.yaml
+++ b/.github/workflows/apisix-docker-example-test-standalone.yaml
@@ -14,7 +14,7 @@ on:
       - 'release/apisix-2.15.**'
 
 env:
-  APISIX_VERSION: "3.11.0"
+  APISIX_VERSION: "3.12.0"
 
 jobs:
   prepare:
diff --git a/.github/workflows/apisix-docker-example-test.yaml 
b/.github/workflows/apisix-docker-example-test.yaml
index 3b7a096..efb870b 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.11.0"
+  APISIX_VERSION: "3.12.0"
 
 jobs:
   prepare:
diff --git a/.github/workflows/apisix_push_docker_hub.yaml 
b/.github/workflows/apisix_push_docker_hub.yaml
index 2dd217d..1ab3ae9 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -13,7 +13,7 @@ jobs:
           - debian
           - redhat
     env:
-      APISIX_DOCKER_TAG: 3.11.0-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 3.12.0-${{ matrix.platform }}
 
     steps:
       - name: Check out the repo
diff --git a/Makefile b/Makefile
index 805e220..6860bda 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ SHELL := bash
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 3.11.0
-MAX_APISIX_VERSION ?= 3.11.0
+APISIX_VERSION ?= 3.12.0
+MAX_APISIX_VERSION ?= 3.12.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 APISIX_REPO = https://github.com/apache/apisix
diff --git a/debian/Dockerfile b/debian/Dockerfile
index 8c327ca..7101461 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM debian:bullseye-slim
 
-ARG APISIX_VERSION=3.11.0
+ARG APISIX_VERSION=3.12.0
 
 RUN set -ex; \
     arch=$(dpkg --print-architecture); \
diff --git a/docs/en/latest/build.md b/docs/en/latest/build.md
index 3f16b7f..87fd388 100644
--- a/docs/en/latest/build.md
+++ b/docs/en/latest/build.md
@@ -43,7 +43,7 @@ Find an APISIX [release 
version](https://github.com/apache/apisix/releases) to b
 Build a Docker image from the release:
 
 ```shell
-APISIX_VERSION=3.11.0   # specify release version
+APISIX_VERSION=3.12.0   # specify release version
 DISTRO=debian           # debian, redhat
 make build-on-$DISTRO
 ```
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index 0a92f5a..07328a6 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix:
-    image: apache/apisix:3.11.0-debian
+    image: apache/apisix:3.12.0-debian
     restart: always
     volumes:
       - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
diff --git a/example/docker-compose-standalone.yml 
b/example/docker-compose-standalone.yml
index f779893..2348b20 100644
--- a/example/docker-compose-standalone.yml
+++ b/example/docker-compose-standalone.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix:
-    image: apache/apisix:${APISIX_IMAGE_TAG:-3.11.0-debian}
+    image: apache/apisix:${APISIX_IMAGE_TAG:-3.12.0-debian}
     restart: always
     volumes:
       - 
./apisix_conf/apisix-standalone.yaml:/usr/local/apisix/conf/apisix.yaml:ro
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index ff577c9..d5bc978 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix:
-    image: apache/apisix:${APISIX_IMAGE_TAG:-3.11.0-debian}
+    image: apache/apisix:${APISIX_IMAGE_TAG:-3.12.0-debian}
     restart: always
     volumes:
       - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
diff --git a/redhat/Dockerfile b/redhat/Dockerfile
index 8b592f5..67cb502 100644
--- a/redhat/Dockerfile
+++ b/redhat/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM registry.access.redhat.com/ubi8/ubi:8.6
 
-ARG APISIX_VERSION=3.11.0
+ARG APISIX_VERSION=3.12.0
 LABEL apisix_version="${APISIX_VERSION}"
 COPY ./yum.repos.d/apache-apisix.repo /etc/yum.repos.d/apache-apisix.repo
 COPY ./yum.repos.d/openresty.repo /etc/yum.repos.d/openresty.repo

Reply via email to