From 4fcb154d369a8077960482579ccbfa1ad3dabe09 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 28 Jun 2023 07:52:10 +0200 Subject: [PATCH] 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 * 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 Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com> --- docs/documentation/release_notes/topics/22_0_0.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/documentation/release_notes/topics/22_0_0.adoc b/docs/documentation/release_notes/topics/22_0_0.adoc index 0cd39babf43..a694e5424d5 100644 --- a/docs/documentation/release_notes/topics/22_0_0.adoc +++ b/docs/documentation/release_notes/topics/22_0_0.adoc @@ -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.