From f83f343d76612e9fe83107cfdbcdaef9d6427e6d Mon Sep 17 00:00:00 2001 From: "mingzhou.swx" Date: Wed, 1 Nov 2023 15:28:09 +0800 Subject: [PATCH] 1.5.1 change log Signed-off-by: mingzhou.swx --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13b22e5bb..c3b4a8cd3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## v1.5.1 +> Chang log since v1.5.0 + +- Add minReplicas&maxReplicas limitations for subsets of UnitedDeployment ([#1428](https://github.com/openkruise/kruise/pull/1428), [@veophi](https://github.com/veophi)) + +- Add controller-revision-hash label for ImageListPullJob to control ImagePullJob version ([#1441](https://github.com/openkruise/kruise/pull/1428), [@veophi](https://github.com/veophi)) + +- Fix EphemeralJob event handler for deleting object ([#1401](https://github.com/openkruise/kruise/pull/1401), [@FillZpp](https://github.com/FillZpp)) + +- Add prometheus metrics for pub and deletion protection ([#1398](https://github.com/openkruise/kruise/pull/1398), [@zmberg](https://github.com/zmberg)) + +- Add enable pprof flag for kruise daemon ([#1416](https://github.com/openkruise/kruise/pull/1416), [@chengjoey](https://github.com/chengjoey)) + +- Fix SidecarSet upgrade exception for UpdateExpectations ([#1435](https://github.com/openkruise/kruise/pull/1435), [@zmberg](https://github.com/zmberg)]) + +- add audit log for pub and deletion protection ([#1438](https://github.com/openkruise/kruise/pull/1438), [@zmberg](https://github.com/zmberg)]) + + ## v1.5.0 > Change log since v1.4.0