From c30b7ee3e9fb3fa3af7ebcc8bfc502f230f900ef Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:58:18 +0100 Subject: [PATCH] website/docs: fix missing breaking entry for 2025.2 release notes (cherry-pick #13223) (#13224) website/docs: fix missing breaking entry for 2025.2 release notes (#13223) * website/docs: fix missing breaking entry for 2025.2 release notes * Update website/docs/releases/2025/v2025.2.md --------- Signed-off-by: Jens Langhammer Signed-off-by: Jens L. Co-authored-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 bee609ba3f..e29deeeed3 100644 --- a/website/docs/releases/2025/v2025.2.md +++ b/website/docs/releases/2025/v2025.2.md @@ -20,6 +20,12 @@ To try out the release candidate, replace your Docker image tag with the latest ## 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.