adding release and upgrade notes

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steve Hawkins
2026-03-31 12:11:27 -04:00
parent e57889d011
commit 8dea704a05
2 changed files with 10 additions and 0 deletions
@@ -124,6 +124,12 @@ This makes it easier to process and archive access logs independently for securi
For more information, see https://www.keycloak.org/server/logging#http-access-logging[Configuring HTTP access logging].
== KCRAW_ environment variable prefix
For passwords, and any other values where you want the value to be treated literally, you may now use the KCRAW_ environment variable prefix.
For more information, see the https://www.keycloak.org/server/configuration[Configuration guide] for more.
= Observability
== Telemetry configuration via Keycloak CR
@@ -77,6 +77,10 @@ For more information about brokering, see link:{developerguide_link}#_identity_b
Notable changes may include internal behavior changes that prevent common misconfigurations, bugs that are fixed, or changes to simplify running {project_name}.
It also lists significant changes to internal APIs.
=== KCRAW_ prefix for raw values
The KCRAW_ prefix for environment variables is now used to prevent SmallRye Config expression handling. If you were by chance using the KCRAW_ for another purpose, please use a different prefix for those environment variable keys.
=== Dev Mode defaults to localhost
When running the server in dev mode on a platform other than Windows Subsystem For Linux, the `http-host` setting will default to localhost.