chore: release APISIX 3.3.0 (#460)

diff --git a/.github/workflows/apisix-docker-example-test.yaml b/.github/workflows/apisix-docker-example-test.yaml
index 5733c02..96b0752 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.2.0"
+  APISIX_VERSION: "3.3.0"
 
 jobs:
   prepare:
diff --git a/.github/workflows/apisix_push_docker_hub.yaml b/.github/workflows/apisix_push_docker_hub.yaml
index 99989b0..c6ff77d 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -13,7 +13,7 @@
           - centos
           - debian
     env:
-      APISIX_DOCKER_TAG: 3.2.0-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 3.3.0-${{ matrix.platform }}
 
     steps:
       - name: Check out the repo
diff --git a/Makefile b/Makefile
index bb6d030..b208308 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 3.2.0
-MAX_APISIX_VERSION ?= 3.2.0
+APISIX_VERSION ?= 3.3.0
+MAX_APISIX_VERSION ?= 3.3.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
diff --git a/centos/Dockerfile b/centos/Dockerfile
index d494f80..0158d78 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM centos:7
 
-ARG APISIX_VERSION=3.2.0
+ARG APISIX_VERSION=3.3.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 922bd32..3df016e 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM debian:bullseye-slim
 
-ARG APISIX_VERSION=3.2.0
+ARG APISIX_VERSION=3.3.0
 
 RUN set -ex; \
     arch=$(dpkg --print-architecture); \
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index 82d2ded..1d4d3d8 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@
       apisix:
 
   apisix:
-    image: apache/apisix:3.2.0-debian
+    image: apache/apisix:3.3.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 f35df59..4e5feb3 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -29,7 +29,7 @@
       apisix:
 
   apisix:
-    image: apache/apisix:${APISIX_IMAGE_TAG:-3.2.0-debian}
+    image: apache/apisix:${APISIX_IMAGE_TAG:-3.3.0-debian}
     restart: always
     volumes:
       - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro