From 29bb5a98f34da25361ea28ec5e62f3e22bb3ce59 Mon Sep 17 00:00:00 2001 From: Abner-1 Date: Thu, 19 Sep 2024 15:33:52 +0800 Subject: [PATCH] add changelog about 1.5.5, 1.6.4 and 1.7.2 Signed-off-by: Abner-1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4eb21a4..84d80b224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ # Change Log +## v1.7.2 +> Change log since v1.7.1 + +### Advanced Workload +- Support specified-delete in AdvancedStatefulSet and handle specified deleted pod under maxUnavailable constrain. ([#1734](https://github.com/openkruise/kruise/pull/1734), [@ABNER-1](https://github.com/ABNER-1)) + +## v1.6.4 +> Change log since v1.6.3 + +### Advanced Workload +- Support specified-delete in AdvancedStatefulSet and handle specified deleted pod under maxUnavailable constrain. ([#1734](https://github.com/openkruise/kruise/pull/1734), [@ABNER-1](https://github.com/ABNER-1)) + +## v1.5.5 +> Chang log since v1.5.4 + +### Advanced Workload +- Support specified-delete in AdvancedStatefulSet and handle specified deleted pod under maxUnavailable constrain. ([#1734](https://github.com/openkruise/kruise/pull/1734), [@ABNER-1](https://github.com/ABNER-1)) +- Advanced StatefulSet maxUnavailable now counts unavailable pods with smaller ordinal in the update order during rolling upgrade. ([#1480](https://github.com/openkruise/kruise/pull/1480), [@Yesphet](https://github.com/Yesphet)) ## v1.7.1 > Change log since v1.7.0