From 34efc8d200c8b3d4021b355a73c49ad77eafc1c1 Mon Sep 17 00:00:00 2001 From: "liheng.zms" Date: Wed, 18 Dec 2024 13:28:19 +0800 Subject: [PATCH] 1.7.3, changelog Signed-off-by: liheng.zms --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4eb21a4c..8aa4363064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## v1.7.3 +> Change log since v1.7.2 + +### Bug fixes +- Fix kubeflow PyTorchJob create pod failure due to pod webhook. ([#1734](https://github.com/openkruise/kruise/pull/1864), [@zmberg](https://github.com/zmberg)) + +## 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