From 092fb286110a7a3da40f3c6ba24ed5c3ae100529 Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Tue, 2 Sep 2025 08:52:39 +0200 Subject: [PATCH] florentclarret/fix changelog (#40437) ### What does this PR do? Fix a changelog fragment ### Motivation This one is broken because of the `:` inside. I'll chat with devx to find a way to validate them on PRs ### Describe how you validated your changes ### Additional Notes (cherry picked from commit 0bd8846bba610080e9f09781b009043f504c5097) --- ...a-consumer-integration-unschedule-fix-c437d7517f875011.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/kafka-consumer-integration-unschedule-fix-c437d7517f875011.yaml b/releasenotes/notes/kafka-consumer-integration-unschedule-fix-c437d7517f875011.yaml index 501ec109292750..f3913e6bee0566 100644 --- a/releasenotes/notes/kafka-consumer-integration-unschedule-fix-c437d7517f875011.yaml +++ b/releasenotes/notes/kafka-consumer-integration-unschedule-fix-c437d7517f875011.yaml @@ -1,2 +1,3 @@ fixes: - - Data Streams Messages: Fix Unscheduling of kafka_consumer integrations that was leading to duplicate integrations running in parallel. + - | + Data Streams Messages: Fix Unscheduling of kafka_consumer integrations that was leading to duplicate integrations running in parallel.