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 <stianst@gmail.com> * Update docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc Signed-off-by: Stian Thorgersen <stian@redhat.com> --------- Signed-off-by: stianst <stianst@gmail.com> Signed-off-by: Stian Thorgersen <stian@redhat.com>
This commit is contained in:
parent
a339e79d3e
commit
2be2b2ffe5
1 changed files with 8 additions and 0 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue