From d9e2a80d6c91a9a10b44bca975208fd49ec98181 Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Thu, 11 Nov 2021 23:39:13 +0100 Subject: [PATCH] update changelog Signed-off-by: Zbynek Roubalik --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1280437043..19268ce935d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,7 @@ - Refactor aws related scalers to reuse the aws clients instead of creating a new one for every GetMetrics call([#2255](https://github.com/kedacore/keda/pull/2255)) - Cleanup metric names inside scalers ([#2260](https://github.com/kedacore/keda/pull/2260)) - Validating values length in prometheus query response ([#2264](https://github.com/kedacore/keda/pull/2264)) -- Allow setting `MaxConcurrentReconciles` for controllers ([#2272](https://github.com/kedacore/keda/pull/2272)) +- Allow setting `MaxConcurrentReconciles` for reconcilers ([#2272](https://github.com/kedacore/keda/pull/2272)) ### Breaking Changes