From a95a445aa5a4b60be82aa8e426e254eb717f1d91 Mon Sep 17 00:00:00 2001 From: zachaller <201390+zachaller@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:45:47 +0000 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3d65ca71..99279b9c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + + +## [v1.8.0-rc2](https://github.com/argoproj/argo-rollouts/compare/v1.8.0-rc1...v1.8.0-rc2) (2024-12-17) + +### Ci + +* add testing for k8s 1.30 and 1.31 ([#3858](https://github.com/argoproj/argo-rollouts/issues/3858)) + +### Docs + +* **analysis:** add docs for consecutiveSuccessLimit ([#3996](https://github.com/argoproj/argo-rollouts/issues/3996)) + +### Fix + +* don't over reconcile on error ([#4005](https://github.com/argoproj/argo-rollouts/issues/4005)) +* remove ReplicaSet write-back ([#4044](https://github.com/argoproj/argo-rollouts/issues/4044)) +* **controller:** Fixed broken pprof links [#4037](https://github.com/argoproj/argo-rollouts/issues/4037) ([#4038](https://github.com/argoproj/argo-rollouts/issues/4038)) +* **experiments:** move recorder event to after experiment reconciliation, fixes [#4021](https://github.com/argoproj/argo-rollouts/issues/4021) ([#4022](https://github.com/argoproj/argo-rollouts/issues/4022)) + + ## [v1.8.0-rc1](https://github.com/argoproj/argo-rollouts/compare/v1.7.2...v1.8.0-rc1) (2024-12-06) From 5251be0d480952eb8e3aaf8088fc561acc70648e Mon Sep 17 00:00:00 2001 From: Zach Aller Date: Thu, 16 Jan 2025 13:48:58 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md formatting --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99279b9c1c..d61075e78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,6 @@ * **controller:** Fixed broken pprof links [#4037](https://github.com/argoproj/argo-rollouts/issues/4037) ([#4038](https://github.com/argoproj/argo-rollouts/issues/4038)) * **experiments:** move recorder event to after experiment reconciliation, fixes [#4021](https://github.com/argoproj/argo-rollouts/issues/4021) ([#4022](https://github.com/argoproj/argo-rollouts/issues/4022)) - ## [v1.8.0-rc1](https://github.com/argoproj/argo-rollouts/compare/v1.7.2...v1.8.0-rc1) (2024-12-06)