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 aa4a4fd chore: release APISIX 3.14.0 (#604)
aa4a4fd is described below
commit aa4a4fd27100a933e39fdf2e9b9e47adb72810f8
Author: Ashish Tiwari <[email protected]>
AuthorDate: Sun Oct 12 11:12:15 2025 +0530
chore: release APISIX 3.14.0 (#604)
---
.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 ++--
compose/dashboard-compose.yaml | 2 +-
compose/docker-compose-master.yaml | 2 +-
compose/docker-compose-release.yaml | 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 | 4 ++--
redhat/Dockerfile | 2 +-
ubuntu/Dockerfile | 2 +-
14 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/apisix-docker-example-test-standalone.yaml
b/.github/workflows/apisix-docker-example-test-standalone.yaml
index 66547ff..9ac8015 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.13.0"
+ APISIX_VERSION: "3.14.0"
jobs:
prepare:
diff --git a/.github/workflows/apisix-docker-example-test.yaml
b/.github/workflows/apisix-docker-example-test.yaml
index 43b1705..074c151 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.13.0"
+ APISIX_VERSION: "3.14.0"
jobs:
prepare:
diff --git a/.github/workflows/apisix_push_docker_hub.yaml
b/.github/workflows/apisix_push_docker_hub.yaml
index 374dc7f..ca57f2e 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -19,7 +19,7 @@ jobs:
- debian
- redhat
env:
- APISIX_DOCKER_TAG: 3.13.0-${{ matrix.platform }}
+ APISIX_DOCKER_TAG: 3.14.0-${{ matrix.platform }}
steps:
- name: Check out the repo
diff --git a/Makefile b/Makefile
index 9c00ce3..4ea951f 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ SHELL := bash
# APISIX ARGS
-APISIX_VERSION ?= 3.13.0
-MAX_APISIX_VERSION ?= 3.13.0
+APISIX_VERSION ?= 3.14.0
+MAX_APISIX_VERSION ?= 3.14.0
IMAGE_NAME = apache/apisix
IMAGE_TAR_NAME = apache_apisix
APISIX_REPO = https://github.com/apache/apisix
diff --git a/compose/dashboard-compose.yaml b/compose/dashboard-compose.yaml
index bb195ab..cb2d400 100644
--- a/compose/dashboard-compose.yaml
+++ b/compose/dashboard-compose.yaml
@@ -31,7 +31,7 @@ services:
- apisix
etcd:
- image: bitnami/etcd:3.4.9
+ image: bitnamilegacy/etcd:3.4.9
user: root
restart: always
volumes:
diff --git a/compose/docker-compose-master.yaml
b/compose/docker-compose-master.yaml
index 5a2519e..d92d52b 100644
--- a/compose/docker-compose-master.yaml
+++ b/compose/docker-compose-master.yaml
@@ -34,7 +34,7 @@ services:
- apisix
etcd:
- image: bitnami/etcd:3.4.9
+ image: bitnamilegacy/etcd:3.4.9
user: root
restart: always
volumes:
diff --git a/compose/docker-compose-release.yaml
b/compose/docker-compose-release.yaml
index c36474b..0e36fe5 100644
--- a/compose/docker-compose-release.yaml
+++ b/compose/docker-compose-release.yaml
@@ -34,7 +34,7 @@ services:
- apisix
etcd:
- image: bitnami/etcd:3.4.9
+ image: bitnamilegacy/etcd:3.4.9
user: root
restart: always
volumes:
@@ -52,4 +52,4 @@ services:
networks:
apisix:
- driver: bridge
\ No newline at end of file
+ driver: bridge
diff --git a/debian/Dockerfile b/debian/Dockerfile
index a3f45e2..97a238b 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -17,7 +17,7 @@
FROM debian:bullseye-slim
-ARG APISIX_VERSION=3.13.0
+ARG APISIX_VERSION=3.14.0
RUN set -ex; \
arch=$(dpkg --print-architecture); \
diff --git a/docs/en/latest/build.md b/docs/en/latest/build.md
index d27b0bf..139abc3 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.13.0 # specify release version
+APISIX_VERSION=3.14.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 add6ce5..7e147e2 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.13.0-debian
+ image: apache/apisix:3.14.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 1ba3d79..6a1b86e 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.13.0-debian}
+ image: apache/apisix:${APISIX_IMAGE_TAG:-3.14.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 2dcd573..4d12836 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.13.0-debian}
+ image: apache/apisix:${APISIX_IMAGE_TAG:-3.14.0-debian}
restart: always
volumes:
- ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
@@ -36,7 +36,7 @@ services:
apisix:
etcd:
- image: bitnami/etcd:3.5.11
+ image: bitnamilegacy/etcd:3.5.11
restart: always
volumes:
- etcd_data:/bitnami/etcd
diff --git a/redhat/Dockerfile b/redhat/Dockerfile
index 8de8b26..5415d45 100644
--- a/redhat/Dockerfile
+++ b/redhat/Dockerfile
@@ -17,7 +17,7 @@
FROM registry.access.redhat.com/ubi9/ubi:9.6
-ARG APISIX_VERSION=3.13.0
+ARG APISIX_VERSION=3.14.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
diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile
index 33951b4..fd33816 100644
--- a/ubuntu/Dockerfile
+++ b/ubuntu/Dockerfile
@@ -17,7 +17,7 @@
FROM ubuntu:24.04
-ARG APISIX_VERSION=3.13.0
+ARG APISIX_VERSION=3.14.0
RUN set -ex; \
arch=$(dpkg --print-architecture); \