From 93b93517bef9d5865f51715cc0993db253377a1c Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Mon, 24 Feb 2025 16:46:58 +0100 Subject: [PATCH] website/docs: fix missing breaking entry for 2025.2 release notes (#13223) * website/docs: fix missing breaking entry for 2025.2 release notes Signed-off-by: Jens Langhammer * Update website/docs/releases/2025/v2025.2.md Co-authored-by: Tana M Berry Signed-off-by: Jens L. --------- Signed-off-by: Jens Langhammer Signed-off-by: Jens L. Co-authored-by: Tana M Berry --- website/docs/releases/2025/v2025.2.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/releases/2025/v2025.2.md b/website/docs/releases/2025/v2025.2.md index 347460dd35..af81634e6f 100644 --- a/website/docs/releases/2025/v2025.2.md +++ b/website/docs/releases/2025/v2025.2.md @@ -13,6 +13,12 @@ slug: "/releases/2025.2" ## Breaking changes +- **Fixed behaviour in Source stage Enterprise** + + In previous versions, the Source stage would incorrectly continue with the initial flow after returning from the source, which didn't match the documented behaviour. + + With this release this behaviour has been corrected and the source stage will now correctly run the selected enrollment/authentication flow before returning to the flow from which the source stage was executed. + - **Deprecated and frozen `:latest` container image tag after 2025.2** Using the `:latest` tag with container images is not recommended as it can lead to unintentional updates and potentially broken setups.