chore(deps): update authelia/authelia docker tag to v4.39.0 #327

Merged
renovate merged 1 commit from renovate/authelia-authelia-4.x into master 2025-03-16 13:06:26 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
authelia/authelia (source) minor 4.38.19 -> 4.39.0

Release Notes

authelia/authelia (authelia/authelia)

v4.39.0

Compare Source

Summary

Please see the Authelia Blog: 4.39 Release Notes for human readable summaries of the changes. It's important to note some critical changes have occurred to OpenID Connect 1.0 specifically the ID Tokens, and both the official Authelia container, and Systemd units have been heavily changed.

Detailed Changes

Bug Fixes
Features
Docker Container
  • docker pull authelia/authelia:4.39.0
  • docker pull ghcr.io/authelia/authelia:4.39.0

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 | Update | Change | |---|---|---| | [authelia/authelia](https://github.com/authelia/authelia/pkgs/container/authelia) ([source](https://github.com/authelia/authelia)) | minor | `4.38.19` -> `4.39.0` | --- ### Release Notes <details> <summary>authelia/authelia (authelia/authelia)</summary> ### [`v4.39.0`](https://github.com/authelia/authelia/releases/tag/v4.39.0) [Compare Source](https://github.com/authelia/authelia/compare/v4.38.19...v4.39.0) #### Summary Please see the [Authelia Blog: 4.39 Release Notes](https://www.authelia.com/blog/4.39-release-notes/) for human readable summaries of the changes. It's important to note some critical changes have occurred to OpenID Connect 1.0 specifically the ID Tokens, and both the official Authelia container, and Systemd units have been heavily changed. #### Detailed Changes ##### Bug Fixes - **i18n:** lack of privacy policy message consistency ([#&#8203;8845](https://github.com/authelia/authelia/issues/8845)) ([a091374](https://github.com/authelia/authelia/commit/a0913741aff359252e5c61600b30d4ffa7d6ea3f)) - **web:** radio group spacing on mobile and uncentered icons ([#&#8203;8843](https://github.com/authelia/authelia/issues/8843)) ([ff88332](https://github.com/authelia/authelia/commit/ff883328c129f89c104456ec588e630dbc36b1fc)) - **web:** workflow id missing from passkey first factor ([#&#8203;8951](https://github.com/authelia/authelia/issues/8951)) ([f948399](https://github.com/authelia/authelia/commit/f9483997190a55974eccbc2b8f6e87c41302b392)), closes [#&#8203;8950](https://github.com/authelia/authelia/issues/8950) ##### Features - **authentication:** additional and custom attributes ([#&#8203;8078](https://github.com/authelia/authelia/issues/8078)) ([34932a8](https://github.com/authelia/authelia/commit/34932a845ec6a090147c37f8d5ddac9f334888d2)) - **authentication:** ldap connection pooling ([#&#8203;7217](https://github.com/authelia/authelia/issues/7217)) ([0af038e](https://github.com/authelia/authelia/commit/0af038e0ced689db90da480876a0bb26d78c6fb9)) - **authentication:** permit empty base dn ([#&#8203;8112](https://github.com/authelia/authelia/issues/8112)) ([4b50771](https://github.com/authelia/authelia/commit/4b50771701d95fcca956649b05c4d73fd37fb793)) - build from authelia/base base image ([#&#8203;8884](https://github.com/authelia/authelia/issues/8884)) ([7d1adff](https://github.com/authelia/authelia/commit/7d1adffab57d038dad929431549e874abfdcb7b0)) - **configuration:** listen on file descriptor ([#&#8203;5973](https://github.com/authelia/authelia/issues/5973)) ([df67550](https://github.com/authelia/authelia/commit/df675506299150e897fa8f8b061d450901ee80cd)) - **configuration:** reusable definitions ([#&#8203;8077](https://github.com/authelia/authelia/issues/8077)) ([a9d1986](https://github.com/authelia/authelia/commit/a9d1986fa9dec8701ee73b05aa99781f4bbe5f18)) - **configuration:** support abstract unix socket ([#&#8203;7662](https://github.com/authelia/authelia/issues/7662)) ([3fc0378](https://github.com/authelia/authelia/commit/3fc0378ac36ec34cf275f51a6c98b5f19553d0cf)) - **docker:** implement shellcheck recommendations ([#&#8203;7474](https://github.com/authelia/authelia/issues/7474)) ([c7a8e58](https://github.com/authelia/authelia/commit/c7a8e5814278ad56e74e745a9904817429b0d373)) - **embed:** make authelia embedable ([#&#8203;8841](https://github.com/authelia/authelia/issues/8841)) ([9241731](https://github.com/authelia/authelia/commit/9241731a4dd5592b4a02b5352c903b4d06b6f4ab)), closes [#&#8203;5803](https://github.com/authelia/authelia/issues/5803) - **handlers:** basic authz caching ([#&#8203;8320](https://github.com/authelia/authelia/issues/8320)) ([05fa254](https://github.com/authelia/authelia/commit/05fa254f27e6a1eee89abe8c5512d27de77cd7e7)), closes [#&#8203;5006](https://github.com/authelia/authelia/issues/5006) - **logging:** reopen on sighup ([#&#8203;7140](https://github.com/authelia/authelia/issues/7140)) ([16e44cb](https://github.com/authelia/authelia/commit/16e44cb13e01f97d878110b99ca032470190609e)), closes [#&#8203;4964](https://github.com/authelia/authelia/issues/4964) - **metrics:** record passkey logins separately ([#&#8203;8866](https://github.com/authelia/authelia/issues/8866)) ([6759988](https://github.com/authelia/authelia/commit/6759988ce044b5be7d74239405603bda993441f4)) - **middlewares:** tokenized bucket rate limit ([#&#8203;8321](https://github.com/authelia/authelia/issues/8321)) ([ef5051b](https://github.com/authelia/authelia/commit/ef5051b0c3b55349e5be4026131ef22844a729a9)), closes [#&#8203;7353](https://github.com/authelia/authelia/issues/7353) [#&#8203;1947](https://github.com/authelia/authelia/issues/1947) - **oidc:** authorization policy network criteria ([#&#8203;8079](https://github.com/authelia/authelia/issues/8079)) ([f67097c](https://github.com/authelia/authelia/commit/f67097c6cb7fe14ccac071b37d6323e17b377506)) - **oidc:** claims parameter support ([#&#8203;8081](https://github.com/authelia/authelia/issues/8081)) ([111344e](https://github.com/authelia/authelia/commit/111344eaea4fd0c32ce58a181b94414ae639fe2b)), closes [#&#8203;2868](https://github.com/authelia/authelia/issues/2868) - **oidc:** merged id token claims ([#&#8203;8851](https://github.com/authelia/authelia/issues/8851)) ([eadf0ba](https://github.com/authelia/authelia/commit/eadf0ba3010a7d0648a30f93c146a8f21694d999)), closes [#&#8203;8619](https://github.com/authelia/authelia/issues/8619) - **oidc:** prompt parameter support ([#&#8203;8080](https://github.com/authelia/authelia/issues/8080)) ([9c718b3](https://github.com/authelia/authelia/commit/9c718b39888bbaafdbc623acd0efd2138b6b8068)), closes [#&#8203;2596](https://github.com/authelia/authelia/issues/2596) - **oidc:** rfc7516 jwt encryption ([#&#8203;8083](https://github.com/authelia/authelia/issues/8083)) ([684c8e2](https://github.com/authelia/authelia/commit/684c8e21b88bf71a5a1fb6bb58a2b706225946f6)) - **oidc:** rfc8628 oauth 2.0 device code grant ([#&#8203;8082](https://github.com/authelia/authelia/issues/8082)) ([e7d387e](https://github.com/authelia/authelia/commit/e7d387ed9169dcdb4e8171db8ed20ec6ef376e0a)) - **regulation:** ip bans and unbanning ([#&#8203;7230](https://github.com/authelia/authelia/issues/7230)) ([5e40d97](https://github.com/authelia/authelia/commit/5e40d974e9a8ef6ff0fce09873d2c03720e7ca45)) - **storage:** allow peer authentication ([#&#8203;8161](https://github.com/authelia/authelia/issues/8161)) ([4b8d2ce](https://github.com/authelia/authelia/commit/4b8d2cea86e75af1d573d1f3b85f6dfd067fa92c)) - **storage:** allow postgres failover ([#&#8203;7775](https://github.com/authelia/authelia/issues/7775)) ([2934c16](https://github.com/authelia/authelia/commit/2934c16dd0895789a75313ad661920c42e1b5169)) - use dedicated system user for systemd unit ([#&#8203;4982](https://github.com/authelia/authelia/issues/4982)) ([e33d729](https://github.com/authelia/authelia/commit/e33d7290adc942c3243eb75b0360c06caa04a575)), closes [#&#8203;3736](https://github.com/authelia/authelia/issues/3736) - **web:** add new oled theme ([#&#8203;8838](https://github.com/authelia/authelia/issues/8838)) ([e02a2db](https://github.com/authelia/authelia/commit/e02a2db3d3e523d88b352ac253dc664799939ae3)) - **webauthn:** passkeys ([#&#8203;7942](https://github.com/authelia/authelia/issues/7942)) ([197b455](https://github.com/authelia/authelia/commit/197b45521f5e3799d0b9ef1ec0000d4f83abdee9)), closes [#&#8203;2827](https://github.com/authelia/authelia/issues/2827) [#&#8203;2761](https://github.com/authelia/authelia/issues/2761) - **web:** change password ([#&#8203;7676](https://github.com/authelia/authelia/issues/7676)) ([f4abcb3](https://github.com/authelia/authelia/commit/f4abcb34b757e40467344ffdd7cec9f77f46a227)), closes [#&#8203;3548](https://github.com/authelia/authelia/issues/3548) - **web:** language picker ([#&#8203;6716](https://github.com/authelia/authelia/issues/6716)) ([2f1afa1](https://github.com/authelia/authelia/commit/2f1afa1f0621211a33e1a18aa94aae1ea4936e38)) ##### Docker Container - `docker pull authelia/authelia:4.39.0` - `docker pull ghcr.io/authelia/authelia:4.39.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-03-16 13:06:24 +01:00
renovate scheduled this pull request to auto merge when all checks succeed 2025-03-16 13:06:25 +01:00
renovate merged commit 54e2bd8ab0 into master 2025-03-16 13:06:26 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mg/homeserver#327
No description provided.