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

ronething pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bceaed6 chore: v2.0.1 release (#2700)
3bceaed6 is described below

commit 3bceaed64e7d7f01cd840bc6ab0273d5ebdb86ae
Author: Ashing Zheng <[email protected]>
AuthorDate: Mon Jan 12 16:19:57 2026 +0800

    chore: v2.0.1 release (#2700)
    
    Signed-off-by: Ashing Zheng <[email protected]>
---
 CHANGELOG.md         | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile             |  2 +-
 releases/v2.0.1.toml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 152 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8750568b..bbc1658f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
 
 # Table of Contents
 
+- [2.0.1](#201)
 - [2.0.0](#200)
 - [2.0.0-rc5](#200-rc5)
 - [2.0.0-rc4](#200-rc4)
@@ -45,6 +46,82 @@
 - [0.2.0](#020)
 - [0.1.0](#010)
 
+# 2.0.1
+
+apisix-ingress-controller 2.0.1
+
+Welcome to the 2.0.1 release of apisix-ingress-controller!
+
+## Highlights
+
+This is a patch release that includes a new feature, bug fixes and dependency 
updates.
+
+---
+
+## Features
+
+* feat: support custom gatewayproxy namespace for ingressclass 
[#2701](https://github.com/apache/apisix-ingress-controller/pull/2701)
+
+---
+
+## Bug Fixes
+
+* fix: modify upstream name generation method 
[#2694](https://github.com/apache/apisix-ingress-controller/pull/2694)
+* fix: adjust apisix standalone mode adc sync result 
[#2697](https://github.com/apache/apisix-ingress-controller/pull/2697)
+
+---
+
+## Chores
+
+* chore: update deps 
[#2698](https://github.com/apache/apisix-ingress-controller/pull/2698)
+* chore: log when kubernetes cluster version does not meet minimum requirement 
[#2693](https://github.com/apache/apisix-ingress-controller/pull/2693)
+
+---
+
+## Documentation
+
+* docs: update k8s cluster version in README 
[#2688](https://github.com/apache/apisix-ingress-controller/pull/2688)
+* docs: update plugin metadata APISIX CRD example 
[#2687](https://github.com/apache/apisix-ingress-controller/pull/2687)
+* docs: mismatched namespace example of gatewayproxy 
[#2682](https://github.com/apache/apisix-ingress-controller/pull/2682)
+
+Please try out the release binaries and report any issues at
+https://github.com/apache/apisix-ingress-controller/issues.
+
+### Contributors
+
+* Ashing Zheng
+* Traky Deng
+* Zeping Bai
+
+### Changes
+<details><summary>8 commits</summary>
+<p>
+
+  * 
[`b52c26c8`](https://github.com/apache/apisix-ingress-controller/commit/b52c26c8519389600c968c497533c6a6cf9d485d)
 feat: support custom gatewayproxy namespace for ingressclass (#2701)
+  * 
[`d23f7bf9`](https://github.com/apache/apisix-ingress-controller/commit/d23f7bf93b5a1ff50afa83478894d202a57f7f60)
 chore: update deps (#2698)
+  * 
[`80585882`](https://github.com/apache/apisix-ingress-controller/commit/80585882b8460619bd123f85efa61d0465b1b218)
 fix: modify upstream name generation method (#2694)
+  * 
[`a979e253`](https://github.com/apache/apisix-ingress-controller/commit/a979e253ce16c53539dc4d6d6386db8ea87a78b2)
 fix: adjust apisix standalone mode adc sync result (#2697)
+  * 
[`b274316e`](https://github.com/apache/apisix-ingress-controller/commit/b274316e75e2e9bfb21ebde30a9ef61746fb9639)
 chore: log when kubernetes cluster version does not meet minimum requirement 
(#2693)
+  * 
[`01fa72f9`](https://github.com/apache/apisix-ingress-controller/commit/01fa72f9f45ec702579803ea499dd63e07300e30)
 docs: update k8s cluster version in README (#2688)
+  * 
[`68c072ea`](https://github.com/apache/apisix-ingress-controller/commit/68c072ea3825b6177abc5ecf506e2844a6acf4cc)
 docs: update plugin metadata APISIX CRD example (#2687)
+  * 
[`dcf3b593`](https://github.com/apache/apisix-ingress-controller/commit/dcf3b593333e2b326a5ab76272a0dee2ac2e6b48)
 docs: mismatched namespace example of gatewayproxy (#2682)
+</p>
+</details>
+
+### Dependency Changes
+
+* **github.com/eclipse/paho.mqtt.golang**  v1.5.0 -> v1.5.1
+* **golang.org/x/crypto**                  v0.37.0 -> v0.45.0
+* **golang.org/x/mod**                     v0.23.0 -> v0.29.0
+* **golang.org/x/net**                     v0.39.0 -> v0.47.0
+* **golang.org/x/sync**                    v0.13.0 -> v0.18.0
+* **golang.org/x/sys**                     v0.32.0 -> v0.38.0
+* **golang.org/x/term**                    v0.31.0 -> v0.37.0
+* **golang.org/x/text**                    v0.24.0 -> v0.31.0
+* **golang.org/x/tools**                   v0.30.0 -> v0.38.0
+
+Previous release can be found at 
[2.0.0](https://github.com/apache/apisix-ingress-controller/releases/tag/2.0.0)
+
 # 2.0.0
 
 apisix-ingress-controller 2.0.0
diff --git a/Makefile b/Makefile
index 0b2dbcdc..4249a3a4 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 # Image URL to use all building/pushing image targets
 
-VERSION ?= 2.0.0
+VERSION ?= 2.0.1
 
 RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
 
diff --git a/releases/v2.0.1.toml b/releases/v2.0.1.toml
new file mode 100644
index 00000000..e8df430e
--- /dev/null
+++ b/releases/v2.0.1.toml
@@ -0,0 +1,74 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# commit to be tagged for new release
+commit = "HEAD"
+
+# project_name is used to refer to the project in the notes
+project_name = "apisix-ingress-controller"
+
+# github_repo is the github project, only github is currently supported
+github_repo = "apache/apisix-ingress-controller"
+
+# match_deps is a pattern to determine which dependencies should be included
+# as part of this release. The changelog will also include changes for these
+# dependencies based on the change in the dependency's version.
+match_deps = "^github.com/(apache/[a-zA-Z0-9-]+)$"
+
+# previous release of this project for determining changes
+previous = "2.0.0"
+
+# pre_release is whether to include a disclaimer about being a pre-release
+pre_release = false
+
+# preface is the description of the release which precedes the author list
+# and changelog. This description could include highlights as well as any
+# description of changes. Use markdown formatting.
+preface = """\
+
+## Highlights
+
+This is a patch release that includes a new feature, bug fixes and dependency 
updates.
+
+---
+
+## Features
+
+* feat: support custom gatewayproxy namespace for ingressclass 
[#2701](https://github.com/apache/apisix-ingress-controller/pull/2701)
+
+---
+
+## Bug Fixes
+
+* fix: modify upstream name generation method 
[#2694](https://github.com/apache/apisix-ingress-controller/pull/2694)
+* fix: adjust apisix standalone mode adc sync result 
[#2697](https://github.com/apache/apisix-ingress-controller/pull/2697)
+
+---
+
+## Chores
+
+* chore: update deps 
[#2698](https://github.com/apache/apisix-ingress-controller/pull/2698)
+* chore: log when kubernetes cluster version does not meet minimum requirement 
[#2693](https://github.com/apache/apisix-ingress-controller/pull/2693)
+
+---
+
+## Documentation
+
+* docs: update k8s cluster version in README 
[#2688](https://github.com/apache/apisix-ingress-controller/pull/2688)
+* docs: update plugin metadata APISIX CRD example 
[#2687](https://github.com/apache/apisix-ingress-controller/pull/2687)
+* docs: mismatched namespace example of gatewayproxy 
[#2682](https://github.com/apache/apisix-ingress-controller/pull/2682)
+
+"""

Reply via email to