Add removal of account console v1 to release notes (#21212)

* Add removal of account console v1 to release notes

* Update docs/documentation/release_notes/topics/22_0_0.adoc

Co-authored-by: Jon Koops <jonkoops@gmail.com>

* Update docs/documentation/release_notes/topics/22_0_0.adoc

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>

* Update docs/documentation/release_notes/topics/22_0_0.adoc

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>

* Update docs/documentation/release_notes/topics/22_0_0.adoc

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>

---------

Co-authored-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
This commit is contained in:
Stian Thorgersen 2023-06-28 07:52:10 +02:00 committed by GitHub
parent c28eba6382
commit 4fcb154d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,17 @@ The are additional fields available in the keycloak.status to facilitate keycloa
In scenarios where advanced management is needed you may now directly update most fields on operator managed resources that have not been set by the operator directly. This can be used as an alternative to the unsupported stanza of the Keycloak spec. Like the unsupported stanza these direct modifications are not considered supported. If your modifications prevent the operator from being able to manage the resource, there Keycloak CR will show this error condition and the operator will log it.
= Account Console v1 removal
The old Account Console (v1) is now completely removed. This version of the Account Console was marked as deprecated
in Keycloak 12.
The initial plan was to remove it much sooner, but it was retained for two reasons:
* We wanted to provide
sufficient time for users to migrate to Account Console v2.
* Our tests heavily used Account Console v1. Updating the tests to rely on the Account APIs instead of the console required significant time.
= Account Console v3 promoted to preview
In version 21.1.0 of Keycloak the new Account Console (version 3) was introduced as an experimental feature. Starting this version it has been promoted to a preview feature.