From 2be2b2ffe52a7d826d1f37b7d213f2cbdc83e396 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 3 Oct 2024 15:05:48 +0200 Subject: [PATCH] Upgrade guide updates for renaming account, admin, and login features (#33521) * Upgrade guide updates for renaming account, admin, and login features Signed-off-by: stianst * Update docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc Signed-off-by: Stian Thorgersen --------- Signed-off-by: stianst Signed-off-by: Stian Thorgersen --- .../upgrading/topics/changes/changes-26_0_0.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc index 9c629ca1c73..920925ce32d 100644 --- a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc @@ -448,3 +448,11 @@ Keycloak JS now requires a link:https://developer.mozilla.org/en-US/docs/Web/Sec = Stricter startup behavior for build-time options When the provided build-time options differ at startup from the values persisted in the server image during the last optimized {project_name} build, {project_name} will now fail to start. Previously, a warning message was displayed in such cases. + += Features renamed + +With feature versions the features `account3`, `admin2`, and `login2` have been renamed. When disabling a feature there +is no need to use the version, for example the admin console is now disabled with `--features-disabled=admin`. + +To use a specific version of `login` use `--features=login:v1`. +