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.