Update version.keycloak to v26.0.1 #21

Merged
Renovate Bot (Automatisiert) merged 1 commits from renovate/version.keycloak into main 2024-10-18 02:05:08 +02:00

This PR contains the following updates:

Package Type Update Change
org.keycloak:keycloak-services (source) provided patch 26.0.0 -> 26.0.1
org.keycloak:keycloak-server-spi-private (source) provided patch 26.0.0 -> 26.0.1
org.keycloak:keycloak-model-storage (source) provided patch 26.0.0 -> 26.0.1
org.keycloak:keycloak-server-spi (source) provided patch 26.0.0 -> 26.0.1
org.keycloak:keycloak-core (source) provided patch 26.0.0 -> 26.0.1

Release Notes

keycloak/keycloak (org.keycloak:keycloak-services)

v26.0.1

Compare Source

Upgrading

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

All resolved issues

Enhancements

  • #​32152 Clarify the behaviour of multiple Operator versions installed in the same cluster operator
  • #​33275 Better logging when error happens during transaction commit storage

Bugs

  • #​8935 keycloak.js example from the documentation leads to error path adapter/javascript
  • #​19358 Issue with concurrent user & group delete, unable to cleanup resource server user-policy & group-policy authorization-services
  • #​31848 Repeated email verifications while logging in through IDP caused by email case sensitivity authentication
  • #​32266 LDAP Import: KERBEROS_PRINCIPAL not updated when UserPrincipal changes and user already exists ldap
  • #​32617 Nightly Cypress tests for the Admin Console are failing on Firefox admin/ui
  • #​32844 Login V2: Missing "dir" attributes login/ui
  • #​32847 Admin UI defaults to master realm even without permissions to it admin/ui
  • #​32962 Possible issue with unavailable CryptoIntegration when using keycloak-authz-client with private_key_jwt and ECDSA algorithm oidc
  • #​33513 Can get authorization code on a non verified user with some specific kc_action (AIA) oidc
  • #​33539 Keycloak In Docker: ERROR: Strict hostname resolution configured but no hostname setting provided docs
  • #​33549 Flaky test: org.keycloak.testsuite.broker.KcOidcBrokerTest#testPostBrokerLoginFlowWithOTP_bruteForceEnabled ci
  • #​33557 Unable to submit forms in Safari account/ui
  • #​33576 Broken links / anchors after KC26 release docs
  • #​33578 In imported realms, the ability to use environment variables has disappeared import-export
  • #​33585 Fix runaway asterisk formatting in TLS documentation docs
  • #​33638 Non-optimized start command gives erroneous warnings for runtime spi options dist/quarkus
  • #​33642 RTL not working on keycloak.v2 login template login/ui
  • #​33645 keycloak-js register broken: createRegisterUrl not awaited adapter/javascript
  • #​33699 Failure to redirect to organization IdP when the organization scope is included organizations
  • #​33735 Organizations section is shown in account console if organizations is not enabled for a realm. account/ui
  • #​33776 [Regression] 26.0.0 return empty "access: []" JWT for Docker-v2 Auth provider, resulting in "access denied" authentication
  • #​33777 Error when adding or removing a user from an organisation when there are 2 or more Keycloak servers in a cluster organizations
  • #​33780 Upgrade to 26 fails with 'ERROR: index "idx_us_sess_id_on_cl_sess" does not exist' core
  • #​33814 NPE when device representation cannot be parsed authentication
  • #​33817 NEP when Default Role is not present on CachedRealm infinispan
  • #​33874 [Keycloak CI] - AuroraDB IT - Error creating EC2 runner instance
  • #​33875 [Keycloak CI] - FIPS IT - Failed to fetch maven
  • #​33883 Auth not possible for auth session where user was enabled in the meantime authentication
  • #​33907 NPE thrown in whoami endpoint admin/ui
  • #​33967 password is a required field admin/ui

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.keycloak:keycloak-services](http://keycloak.org) ([source](https://github.com/keycloak/keycloak)) | provided | patch | `26.0.0` -> `26.0.1` | | [org.keycloak:keycloak-server-spi-private](http://keycloak.org) ([source](https://github.com/keycloak/keycloak)) | provided | patch | `26.0.0` -> `26.0.1` | | [org.keycloak:keycloak-model-storage](http://keycloak.org) ([source](https://github.com/keycloak/keycloak)) | provided | patch | `26.0.0` -> `26.0.1` | | [org.keycloak:keycloak-server-spi](http://keycloak.org) ([source](https://github.com/keycloak/keycloak)) | provided | patch | `26.0.0` -> `26.0.1` | | [org.keycloak:keycloak-core](http://keycloak.org) ([source](https://github.com/keycloak/keycloak)) | provided | patch | `26.0.0` -> `26.0.1` | --- ### Release Notes <details> <summary>keycloak/keycloak (org.keycloak:keycloak-services)</summary> ### [`v26.0.1`](https://github.com/keycloak/keycloak/releases/tag/26.0.1) [Compare Source](https://github.com/keycloak/keycloak/compare/26.0.0...26.0.1) <div> <h2>Upgrading</h2> <p>Before upgrading refer to <a href="file:/home/runner/work/keycloak-rel/keycloak-rel/target/web/docs/latest/upgrading/index.html#migration-changes">the migration guide</a> for a complete list of changes.</p> <h2>All resolved issues</h2> <h3>Enhancements</h3> <ul> <li><a href="https://github.com/keycloak/keycloak/issues/32152">#&#8203;32152</a> Clarify the behaviour of multiple Operator versions installed in the same cluster <code>operator</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33275">#&#8203;33275</a> Better logging when error happens during transaction commit <code>storage</code></li> </ul> <h3>Bugs</h3> <ul> <li><a href="https://github.com/keycloak/keycloak/issues/8935">#&#8203;8935</a> keycloak.js example from the documentation leads to error path <code>adapter/javascript</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/19358">#&#8203;19358</a> Issue with concurrent user & group delete, unable to cleanup resource server user-policy & group-policy <code>authorization-services</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/31848">#&#8203;31848</a> Repeated email verifications while logging in through IDP caused by email case sensitivity <code>authentication</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/32266">#&#8203;32266</a> LDAP Import: KERBEROS_PRINCIPAL not updated when UserPrincipal changes and user already exists <code>ldap</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/32617">#&#8203;32617</a> Nightly Cypress tests for the Admin Console are failing on Firefox <code>admin/ui</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/32844">#&#8203;32844</a> Login V2: Missing "dir" attributes <code>login/ui</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/32847">#&#8203;32847</a> Admin UI defaults to master realm even without permissions to it <code>admin/ui</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/32962">#&#8203;32962</a> Possible issue with unavailable CryptoIntegration when using keycloak-authz-client with private_key_jwt and ECDSA algorithm <code>oidc</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33513">#&#8203;33513</a> Can get authorization code on a non verified user with some specific kc_action (AIA) <code>oidc</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33539">#&#8203;33539</a> Keycloak In Docker: ERROR: Strict hostname resolution configured but no hostname setting provided <code>docs</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33549">#&#8203;33549</a> Flaky test: org.keycloak.testsuite.broker.KcOidcBrokerTest#testPostBrokerLoginFlowWithOTP_bruteForceEnabled <code>ci</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33557">#&#8203;33557</a> Unable to submit forms in Safari <code>account/ui</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33576">#&#8203;33576</a> Broken links / anchors after KC26 release <code>docs</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33578">#&#8203;33578</a> In imported realms, the ability to use environment variables has disappeared <code>import-export</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33585">#&#8203;33585</a> Fix runaway asterisk formatting in TLS documentation <code>docs</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33638">#&#8203;33638</a> Non-optimized start command gives erroneous warnings for runtime spi options <code>dist/quarkus</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33642">#&#8203;33642</a> RTL not working on keycloak.v2 login template <code>login/ui</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33645">#&#8203;33645</a> keycloak-js register broken: createRegisterUrl not awaited <code>adapter/javascript</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33699">#&#8203;33699</a> Failure to redirect to organization IdP when the organization scope is included <code>organizations</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33735">#&#8203;33735</a> Organizations section is shown in account console if organizations is not enabled for a realm. <code>account/ui</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33776">#&#8203;33776</a> [Regression] 26.0.0 return empty "access: []" JWT for Docker-v2 Auth provider, resulting in "access denied" <code>authentication</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33777">#&#8203;33777</a> Error when adding or removing a user from an organisation when there are 2 or more Keycloak servers in a cluster <code>organizations</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33780">#&#8203;33780</a> Upgrade to 26 fails with 'ERROR: index "idx_us_sess_id_on_cl_sess" does not exist' <code>core</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33814">#&#8203;33814</a> NPE when device representation cannot be parsed <code>authentication</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33817">#&#8203;33817</a> NEP when Default Role is not present on CachedRealm <code>infinispan</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33874">#&#8203;33874</a> [Keycloak CI] - AuroraDB IT - Error creating EC2 runner instance </li> <li><a href="https://github.com/keycloak/keycloak/issues/33875">#&#8203;33875</a> [Keycloak CI] - FIPS IT - Failed to fetch maven </li> <li><a href="https://github.com/keycloak/keycloak/issues/33883">#&#8203;33883</a> Auth not possible for auth session where user was enabled in the meantime <code>authentication</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33907">#&#8203;33907</a> NPE thrown in whoami endpoint <code>admin/ui</code></li> <li><a href="https://github.com/keycloak/keycloak/issues/33967">#&#8203;33967</a> password is a required field <code>admin/ui</code></li> </ul> </div> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Renovate Bot (Automatisiert) added 1 commit 2024-10-18 02:03:01 +02:00
Update version.keycloak to v26.0.1
All checks were successful
Keycloak mailcow Build / Build und Bereitstellung (pull_request) Successful in 14s
Keycloak mailcow Build / Build und Bereitstellung (push) Successful in 13s
1c6bf7db11
Renovate Bot (Automatisiert) scheduled this pull request to auto merge when all checks succeed 2024-10-18 02:03:01 +02:00
Renovate Bot (Automatisiert) merged commit 1c6bf7db11 into main 2024-10-18 02:05:08 +02:00
Sign in to join this conversation.
No description provided.