From a21ac67d072f81f70878925943c6975bc3c90a5d Mon Sep 17 00:00:00 2001 From: Souyama Date: Tue, 26 Dec 2023 15:17:17 +0000 Subject: [PATCH] Add to Changelog Signed-off-by: Souyama --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa36142b0f..7bf2fe603d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,7 @@ New deprecation(s): - **General**: Create a common utility function to get parameter value from config ([#5037](https://github.com/kedacore/keda/issues/5037)) - **General**: Fix CVE-2023-45142 in Opentelemetry ([#5089](https://github.com/kedacore/keda/issues/5089)) - **General**: Fix logger in Opentelemetry collector ([#5094](https://github.com/kedacore/keda/issues/5094)) +- **General**: Improve docker image build time through caches ([#5316](https://github.com/kedacore/keda/issues/5316)) - **General**: Reduce amount of gauge creations for OpenTelemetry metrics ([#5101](https://github.com/kedacore/keda/issues/5101)) - **General**: Removed not required RBAC permissions ([#5261](https://github.com/kedacore/keda/issues/5261)) - **General**: Support profiling for KEDA components ([#4789](https://github.com/kedacore/keda/issues/4789))