Skip to content

Commit f57b089

Browse files
committed
update changelog
1 parent 2f35524 commit f57b089

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Enable additional features not included in the standard Kubernetes Gateway API,
6666

6767
**Support APISIX Standalone API-Driven Mode (Experimental)**
6868

69-
> This mode is experimental, please do not rely on it in your production environment. We use it to validate certain specific workloads and if it is appropriate we will turn it into an officially supported feature, otherwise it will be removed.
69+
This new implementation addresses the issue of ETCD instability in Kubernetes, removing the need for ETCD support. Routing rules are now stored entirely in memory and can be updated through the API. This change allows you to run Ingress Controllers more reliably in a stateless mode.
7070

71-
In this mode, there is no need to maintain an ETCD cluster. Routing rules are stored entirely in memory and can be updated through the API.
71+
For more details on the implementation, refer to the [upgrade guide](https://github.com/apache/apisix-ingress-controller/blob/0db882d66d5b9dfb7dc9dd9d2045d4709b1c6ed2/docs/upgrade-guide.md).
7272

73-
You can enable this mode in Apache Ingress configuration file by specifying:
73+
You can enable this mode in APISIX Ingress Controller configuration file by specifying:
7474

7575
```yaml
7676
provider:
@@ -79,18 +79,19 @@ provider:
7979
8080
**For major changes introduced in this release, refer to the [upgrade guide](https://github.com/apache/apisix-ingress-controller/blob/0db882d66d5b9dfb7dc9dd9d2045d4709b1c6ed2/docs/upgrade-guide.md#upgrading-from-1xx-to-200-key-changes-and-considerations).**
8181
82-
Please try out the release binaries and report any issues at
83-
https://github.com/apache/apisix-ingress-controller/issues.
82+
If you encounter any problems while using the implementation, please [submit an issue](https://github.com/apache/apisix-ingress-controller/issues) along with the reproduction steps. The APISIX Team will review and resolve it.
8483
8584
### Contributors
8685
87-
* Ashing Zheng
8886
* AlinsRan
87+
* Ashing Zheng
8988
9089
### Changes
91-
<details><summary>12 commits</summary>
90+
<details><summary>14 commits</summary>
9291
<p>
9392
93+
* [`2f35524`](https://github.com/apache/apisix-ingress-controller/commit/2f35524b72b3f9e181e50479ce0576c5d9bae45d) add Makefile
94+
* [`10eada5`](https://github.com/apache/apisix-ingress-controller/commit/10eada507db3515e1e19bca1152ef19fae47b7eb) chore: v2.0.0-rc1 release
9495
* [`c1533c9`](https://github.com/apache/apisix-ingress-controller/commit/c1533c9ddf4b1ed6db999d1535370824b8c150e1) fix: the sync_period of the provider should not be 0s (#2438)
9596
* [`0db882d`](https://github.com/apache/apisix-ingress-controller/commit/0db882d66d5b9dfb7dc9dd9d2045d4709b1c6ed2) chore: remove useless example files in dockerfile (#2434)
9697
* [`11ecb35`](https://github.com/apache/apisix-ingress-controller/commit/11ecb353d074b7392046d08e52bc824a3eeb6ee7) fix: set default provider type (#2436)

releases/v2.0.0.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Enable additional features not included in the standard Kubernetes Gateway API,
5858
5959
**Support APISIX Standalone API-Driven Mode (Experimental)**
6060
61-
> This mode is experimental, please do not rely on it in your production environment. We use it to validate certain specific workloads and if it is appropriate we will turn it into an officially supported feature, otherwise it will be removed.
61+
This new implementation addresses the issue of ETCD instability in Kubernetes, removing the need for ETCD support. Routing rules are now stored entirely in memory and can be updated through the API. This change allows you to run Ingress Controllers more reliably in a stateless mode.
6262
63-
In this mode, there is no need to maintain an ETCD cluster. Routing rules are stored entirely in memory and can be updated through the API.
63+
For more details on the implementation, refer to the [upgrade guide](https://github.com/apache/apisix-ingress-controller/blob/0db882d66d5b9dfb7dc9dd9d2045d4709b1c6ed2/docs/upgrade-guide.md).
6464
65-
You can enable this mode in Apache Ingress configuration file by specifying:
65+
You can enable this mode in APISIX Ingress Controller configuration file by specifying:
6666
6767
```yaml
6868
provider:

0 commit comments

Comments
 (0)