feat: release APISIX 3.4.1 (#485)
diff --git a/.github/workflows/apisix-docker-example-test.yaml b/.github/workflows/apisix-docker-example-test.yaml
index cf1b6b7..d4d6693 100644
--- a/.github/workflows/apisix-docker-example-test.yaml
+++ b/.github/workflows/apisix-docker-example-test.yaml
@@ -14,7 +14,7 @@
- 'release/apisix-2.15.**'
env:
- APISIX_VERSION: "3.4.0"
+ APISIX_VERSION: "3.4.1"
jobs:
prepare:
diff --git a/.github/workflows/apisix_push_docker_hub.yaml b/.github/workflows/apisix_push_docker_hub.yaml
index 970ccd8..b6cd006 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -14,7 +14,7 @@
- debian
- redhat
env:
- APISIX_DOCKER_TAG: 3.4.0-${{ matrix.platform }}
+ APISIX_DOCKER_TAG: 3.4.1-${{ matrix.platform }}
steps:
- name: Check out the repo
diff --git a/Makefile b/Makefile
index 63cd2ac..a4f57d0 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@
# APISIX ARGS
-APISIX_VERSION ?= 3.4.0
-MAX_APISIX_VERSION ?= 3.4.0
+APISIX_VERSION ?= 3.4.1
+MAX_APISIX_VERSION ?= 3.4.1
IMAGE_NAME = apache/apisix
IMAGE_TAR_NAME = apache_apisix
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 991f8a7..e77e4d8 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
FROM centos:7
-ARG APISIX_VERSION=3.4.0
+ARG APISIX_VERSION=3.4.1
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 1265642..7d1e679 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -17,7 +17,7 @@
FROM debian:bullseye-slim
-ARG APISIX_VERSION=3.4.0
+ARG APISIX_VERSION=3.4.1
RUN set -ex; \
arch=$(dpkg --print-architecture); \
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index 3e370a3..e5156f9 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@
apisix:
apisix:
- image: apache/apisix:3.4.0-debian
+ image: apache/apisix:3.4.1-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 4673b99..7ab24b9 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -29,7 +29,7 @@
apisix:
apisix:
- image: apache/apisix:${APISIX_IMAGE_TAG:-3.4.0-debian}
+ image: apache/apisix:${APISIX_IMAGE_TAG:-3.4.1-debian}
restart: always
volumes:
- ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
diff --git a/redhat/Dockerfile b/redhat/Dockerfile
index 8f29e31..b281746 100644
--- a/redhat/Dockerfile
+++ b/redhat/Dockerfile
@@ -17,7 +17,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.6
-ARG APISIX_VERSION=3.4.0
+ARG APISIX_VERSION=3.4.1
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