From 912de49a6d5eade0db5c73331c960e0fd0ef5670 Mon Sep 17 00:00:00 2001 From: berg Date: Thu, 21 Mar 2024 15:03:29 +0800 Subject: [PATCH] changelog 1.6.1 and 1.5.3 (#1532) Signed-off-by: liheng.zms --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f95a7ed14..a7c9d97cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## v1.6.1 +> Change log since v1.6.0 + +### Upgrade Notice +- FeatureGate PodWebhook=false will not disable ResourcesDeletionProtection. ([#1526](https://github.com/openkruise/kruise/pull/1526), [@zmberg](https://github.com/zmberg)) +- Update go.mod require k8s version from 1.29 to 1.26, and remove go mod replace. ([#1527](https://github.com/openkruise/kruise/pull/1527), [KaiShi](https://github.com/BH4AWS)) + +### Advanced Workload +- Fix when StatefulSet reserveOrdinals exist and whenScaled=Delete, scale down pvc failed. ([#1531](https://github.com/openkruise/kruise/pull/1531), [@zmberg](https://github.com/zmberg)) + +## v1.5.3 +> Chang log since v1.5.2 + +### Advanced Workload +- Fix when StatefulSet reserveOrdinals exist and whenScaled=Delete, scale down pvc failed. ([#1531](https://github.com/openkruise/kruise/pull/1531), [@zmberg](https://github.com/zmberg)) + ## v1.6.0 > Change log since v1.5.2