From c3fe55707846acd1dfdf9ee215fa5d8c46c14f66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:38:51 +0000 Subject: [PATCH] Keycloak 26.0.5 release --- cache/releases/26.0.5/changelog.json | 57 +++++++++++++++++++++ cache/releases/26.0.5/gh-release-notes.html | 33 ++++++++++++ cache/releases/26.0.5/release-notes.html | 11 ++++ pom.xml | 2 +- versions/26.0.5.json | 7 +++ 5 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 cache/releases/26.0.5/changelog.json create mode 100644 cache/releases/26.0.5/gh-release-notes.html create mode 100644 cache/releases/26.0.5/release-notes.html create mode 100644 versions/26.0.5.json diff --git a/cache/releases/26.0.5/changelog.json b/cache/releases/26.0.5/changelog.json new file mode 100644 index 00000000..9d18f8d3 --- /dev/null +++ b/cache/releases/26.0.5/changelog.json @@ -0,0 +1,57 @@ +[ { + "number" : 31415, + "repository" : "keycloak", + "title" : "Selection list does not close after outside click", + "kind" : "bug", + "area" : "admin/ui", + "url" : "https://github.com/keycloak/keycloak/issues/31415" +}, { + "number" : 33607, + "repository" : "keycloak", + "title" : "Fix v2 login layout", + "kind" : "bug", + "area" : "login/ui", + "url" : "https://github.com/keycloak/keycloak/issues/33607" +}, { + "number" : 33618, + "repository" : "keycloak", + "title" : "No message for `policyGroupsHelp`", + "kind" : "bug", + "area" : "admin/ui", + "url" : "https://github.com/keycloak/keycloak/issues/33618" +}, { + "number" : 33640, + "repository" : "keycloak", + "title" : "Customizable footer (Keycloak 26) not displaying in keycloak.v2 login theme", + "kind" : "bug", + "area" : "login/ui", + "url" : "https://github.com/keycloak/keycloak/issues/33640" +}, { + "number" : 34301, + "repository" : "keycloak", + "title" : "Remove inaccurate statement about master realm imports", + "kind" : "bug", + "area" : "docs", + "url" : "https://github.com/keycloak/keycloak/issues/34301" +}, { + "number" : 34308, + "repository" : "keycloak", + "title" : "Remove not needed Quarkus dependencies related to Dev UI services", + "kind" : "task", + "area" : null, + "url" : "https://github.com/keycloak/keycloak/issues/34308" +}, { + "number" : 34450, + "repository" : "keycloak", + "title" : "[26.0.2] Migration from 25.0.1 Identity Provider Errors", + "kind" : "bug", + "area" : "identity-brokering", + "url" : "https://github.com/keycloak/keycloak/issues/34450" +}, { + "number" : 34467, + "repository" : "keycloak", + "title" : "Do not rely on the `pwdLastSet` attribute when updating AD entries", + "kind" : "bug", + "area" : "ldap", + "url" : "https://github.com/keycloak/keycloak/issues/34467" +} ] \ No newline at end of file diff --git a/cache/releases/26.0.5/gh-release-notes.html b/cache/releases/26.0.5/gh-release-notes.html new file mode 100644 index 00000000..bc3af408 --- /dev/null +++ b/cache/releases/26.0.5/gh-release-notes.html @@ -0,0 +1,33 @@ +
If you are using Microsoft AD and creating users through the administrative interfaces, the user will created as enabled by default.
+In previous versions, it was only possible to update the user status after setting a (non-temporary) password to the user. +This behavior was not consistent with other built-in user storages as well as not consistent with others LDAP vendors supported +by the LDAP provider.
+Before upgrading refer to the migration guide for a complete list of changes.
+ +admin/ui
login/ui
admin/ui
login/ui
docs
identity-brokering
ldap
If you are using Microsoft AD and creating users through the administrative interfaces, the user will created as enabled by default.
+In previous versions, it was only possible to update the user status after setting a (non-temporary) password to the user. +This behavior was not consistent with other built-in user storages as well as not consistent with others LDAP vendors supported +by the LDAP provider.
+