From 2fad346e9a49e2684d0efbe1d43608557d3ea6fb Mon Sep 17 00:00:00 2001 From: PaulZhn Date: Mon, 23 Sep 2024 16:33:04 +0800 Subject: [PATCH] Update CHANGELOG.md (#2154) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f70913b86d..24db9834cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ [#1874](https://github.com/openyurtio/openyurt/pull/1874) [#1930](https://github.com/openyurtio/openyurt/pull/1930) -**Upgrade `YurtAppSet` to v1beta1 version ** +**Upgrade `YurtAppSet` to v1beta1 version** YurtAppSet v1beta1 is introduced to facilitate the management of multi-region workloads. Users can use YurtAppSet to distribute the same `WorkloadTemplate` (Deployment/Statefulset) to different nodepools by a label selector `NodePoolSelector` or nodepool name slice (`Pools`). Users can also customize the configuration of workloads in different node pools through `WorkloadTweaks`. In this release, we have combined the functionality from the three old crds (YurtAppSet v1alpha1, YurtAppDaemon and YurtAppOverrider) in yurtappset v1beta1. We recommend to use this in favor of the old ones.