diff --git a/cache/releases/25.0.6/changelog.json b/cache/releases/25.0.6/changelog.json new file mode 100644 index 00000000..839a6197 --- /dev/null +++ b/cache/releases/25.0.6/changelog.json @@ -0,0 +1,71 @@ +[ { + "number" : 30604, + "repository" : "keycloak", + "title" : "Network response was not OK.", + "kind" : "bug", + "area" : "saml", + "url" : "https://github.com/keycloak/keycloak/issues/30604" +}, { + "number" : 31165, + "repository" : "keycloak", + "title" : "Re-enabling a temporarily locked user (brute-force) deletes all user properties and attributes", + "kind" : "bug", + "area" : "admin/ui", + "url" : "https://github.com/keycloak/keycloak/issues/31165" +}, { + "number" : 32100, + "repository" : "keycloak", + "title" : "Remember Me with External Infinispan is not works properly", + "kind" : "bug", + "area" : "infinispan", + "url" : "https://github.com/keycloak/keycloak/issues/32100" +}, { + "number" : 32578, + "repository" : "keycloak", + "title" : "WebAuthn Flows Broken in login.v2", + "kind" : "bug", + "area" : "login/ui", + "url" : "https://github.com/keycloak/keycloak/issues/32578" +}, { + "number" : 32643, + "repository" : "keycloak", + "title" : "Dots are not allowed in the path in Hostname v2", + "kind" : "bug", + "area" : "dist/quarkus", + "url" : "https://github.com/keycloak/keycloak/issues/32643" +}, { + "number" : 32731, + "repository" : "keycloak", + "title" : "KeyCloak Admin Client uses non-standard `@NoCache` annotation which is an issue for Quarkus", + "kind" : "bug", + "area" : "admin/client-java", + "url" : "https://github.com/keycloak/keycloak/issues/32731" +}, { + "number" : 32799, + "repository" : "keycloak", + "title" : "Realm import fails when client configures default_acr values", + "kind" : "bug", + "area" : "import-export", + "url" : "https://github.com/keycloak/keycloak/issues/32799" +}, { + "number" : 32870, + "repository" : "keycloak", + "title" : "Increased DB activity due to changes in LDAPStorageManager.searchForUserByUserAttributeStream", + "kind" : "bug", + "area" : "ldap", + "url" : "https://github.com/keycloak/keycloak/issues/32870" +}, { + "number" : 33115, + "repository" : "keycloak", + "title" : "CVE-2024-8883 Vulnerable Redirect URI Validation Results in Open Redirect", + "kind" : "bug", + "area" : null, + "url" : "https://github.com/keycloak/keycloak/issues/33115" +}, { + "number" : 33116, + "repository" : "keycloak", + "title" : "CVE-2024-8698 Improper Verification of SAML Responses Leading to Privilege Escalation in Keycloak", + "kind" : "bug", + "area" : null, + "url" : "https://github.com/keycloak/keycloak/issues/33116" +} ] \ No newline at end of file diff --git a/cache/releases/25.0.6/gh-release-notes.html b/cache/releases/25.0.6/gh-release-notes.html new file mode 100644 index 00000000..37fb22f8 --- /dev/null +++ b/cache/releases/25.0.6/gh-release-notes.html @@ -0,0 +1,25 @@ +
+ +

Upgrading

+

Before upgrading refer to the migration guide for a complete list of changes.

+ +

All resolved issues

+ + + + +

Bugs

+ + +
\ No newline at end of file diff --git a/cache/releases/25.0.6/release-notes.empty b/cache/releases/25.0.6/release-notes.empty new file mode 100644 index 00000000..e69de29b diff --git a/pom.xml b/pom.xml index 3d3d7a98..d819f951 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 2.11.0 1.26.0 - 25.0.5 + 25.0.6 1.12.1 v16.13.1 diff --git a/versions/25.0.6.json b/versions/25.0.6.json new file mode 100644 index 00000000..57dfb442 --- /dev/null +++ b/versions/25.0.6.json @@ -0,0 +1,7 @@ +{ + "date": "2024-09-19", + "version": "25.0.6", + "blogTemplate": 3, + "documentationTemplate": 11, + "downloadTemplate": 24 +}