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

leslie 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 126d19e  feat: release APISIX 3.4.1 (#485)
126d19e is described below

commit 126d19e3e1e6dad3467f9e815dcdace4d64a4cc0
Author: Sn0rt <wangguohao.2...@gmail.com>
AuthorDate: Tue Jul 25 11:49:01 2023 +0800

    feat: release APISIX 3.4.1 (#485)
---
 .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 +-
 redhat/Dockerfile                                 | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

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 @@ on:
       - '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 @@ jobs:
           - 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 @@ SHELL := bash
 
 
 # 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 @@ services:
       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 @@ services:
       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

Reply via email to