chore(deps): update nix images: inventory/services/infra-auth.nix #60

Merged
renovate-forgejo merged 1 commit from renovate/nix-images-inventoryservicesinfra-auth.nix into main 2026-09-05 20:04:29 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
docker.io/authelia/authelia (source) patch 4.39.204.39.22
docker.io/crowdsecurity/crowdsec patch v1.8.0-slimv1.8.1-slim

Release Notes

authelia/authelia (docker.io/authelia/authelia)

v4.39.22

Compare Source

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

v4.39.21

Compare Source

Bug Fixes
Performance Improvements
New Contributors
Docker Container
  • docker pull authelia/authelia:4.39.21
  • docker pull ghcr.io/authelia/authelia:4.39.21
crowdsecurity/crowdsec (docker.io/crowdsecurity/crowdsec)

v1.8.1

Compare Source

This release fixes a false positive in the bot detection feature for Brave Browser with shields enabled.

Changes

Improvements

Bug Fixes

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/authelia/authelia](https://github.com/authelia/authelia/pkgs/container/authelia) ([source](https://github.com/authelia/authelia)) | patch | `4.39.20` → `4.39.22` | | [docker.io/crowdsecurity/crowdsec](https://github.com/crowdsecurity/crowdsec) | patch | `v1.8.0-slim` → `v1.8.1-slim` | --- ### Release Notes <details> <summary>authelia/authelia (docker.io/authelia/authelia)</summary> ### [`v4.39.22`](https://github.com/authelia/authelia/releases/tag/v4.39.22) [Compare Source](https://github.com/authelia/authelia/compare/v4.39.21...v4.39.22) ##### Bug Fixes - **storage:** access token jwt upgrade ([#&#8203;12958](https://github.com/authelia/authelia/issues/12958)) ([84e41e5](https://github.com/authelia/authelia/commit/84e41e55baaf3d6444644533d4814c0d48c06327)), closes [#&#8203;12957](https://github.com/authelia/authelia/issues/12957) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) ##### Docker Container - `docker pull authelia/authelia:4.39.22` - `docker pull ghcr.io/authelia/authelia:4.39.22` ### [`v4.39.21`](https://github.com/authelia/authelia/releases/tag/v4.39.21) [Compare Source](https://github.com/authelia/authelia/compare/v4.39.20...v4.39.21) ##### Bug Fixes - **api:** missing and misleading endpoints ([#&#8203;12728](https://github.com/authelia/authelia/issues/12728)) ([b6de5c0](https://github.com/authelia/authelia/commit/b6de5c05a29f4ff27f92841d85db5a8866ef9073)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **authentication:** pooled client skip ([#&#8203;12554](https://github.com/authelia/authelia/issues/12554)) ([7c34973](https://github.com/authelia/authelia/commit/7c3497394e76de013606eded16dcb8602a097684)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **authentication:** stale user database aliases ([#&#8203;12755](https://github.com/authelia/authelia/issues/12755)) ([0c310f9](https://github.com/authelia/authelia/commit/0c310f96fb12ec166004e9b9e802da822cf1f577)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **authentication:** uncessary read lock ([#&#8203;12620](https://github.com/authelia/authelia/issues/12620)) ([e0c4097](https://github.com/authelia/authelia/commit/e0c40973167318d421d36caa27b0521a5027ffd3)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **authorization:** deprecated wildcard consistency and did ([#&#8203;12340](https://github.com/authelia/authelia/issues/12340)) ([aed96e8](https://github.com/authelia/authelia/commit/aed96e83f9dd148d7ad7a818d412922f7d6b0b1c)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **configuration:** add authelia.pam to scopes in schema ([#&#8203;12705](https://github.com/authelia/authelia/issues/12705)) ([d769794](https://github.com/authelia/authelia/commit/d769794a50c4f7a43fdf32d2cc745812b917b263)) by [@&#8203;hendrik1120](https://github.com/hendrik1120) - **configuration:** jwk type direct not usable ([#&#8203;12756](https://github.com/authelia/authelia/issues/12756)) ([8942052](https://github.com/authelia/authelia/commit/894205202c3c8746f786246d2b16ff7fb8c77d31)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - correct defects across the web frontend and the suites ([#&#8203;12804](https://github.com/authelia/authelia/issues/12804)) ([daec9a3](https://github.com/authelia/authelia/commit/daec9a3737720a05ab731b1a29812308de02d9d3)) by [@&#8203;nightah](https://github.com/nightah) - data structure issues ([#&#8203;12704](https://github.com/authelia/authelia/issues/12704)) ([deadaf9](https://github.com/authelia/authelia/commit/deadaf92f64ae43501ddb8e1cf1060dfdb4fbe86)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **handlers:** always log proper error ([#&#8203;12595](https://github.com/authelia/authelia/issues/12595)) ([8d57d0c](https://github.com/authelia/authelia/commit/8d57d0c386295376654337a706149f50b9402dca)) by [@&#8203;Crowley723](https://github.com/Crowley723) - **handlers:** incorrect middleware use ([#&#8203;12339](https://github.com/authelia/authelia/issues/12339)) ([62b73a7](https://github.com/authelia/authelia/commit/62b73a73cb1337596f11b32ae84d3791f3ba143e)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **handlers:** use regeneration more frequently ([#&#8203;12858](https://github.com/authelia/authelia/issues/12858)) ([bf517e6](https://github.com/authelia/authelia/commit/bf517e6bdadbcf4e7206532fcc99dfda21e9b569)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **handler:** treat empty basic parameter as malformed ([#&#8203;12550](https://github.com/authelia/authelia/issues/12550)) ([2299998](https://github.com/authelia/authelia/commit/229999829ce1b256e78af5ec1c647b6a7d3671cb)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **logging:** incorrect multi writer order ([#&#8203;12761](https://github.com/authelia/authelia/issues/12761)) ([ff9db2c](https://github.com/authelia/authelia/commit/ff9db2c02fd775de5bda60be305836ef335ef9ce)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **metrics:** missing record invocation ([#&#8203;12267](https://github.com/authelia/authelia/issues/12267)) ([a9a5c65](https://github.com/authelia/authelia/commit/a9a5c65e2000a56dc7e262e7f39a85aa37a88ed3)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **middlewares:** include the error a session was not retrieved with ([#&#8203;12868](https://github.com/authelia/authelia/issues/12868)) ([e77f3ac](https://github.com/authelia/authelia/commit/e77f3ac5e917d41468e75fac3ed7f5b1f935e771)) by [@&#8203;nightah](https://github.com/nightah) - **ntp:** strict response validation ([#&#8203;12551](https://github.com/authelia/authelia/issues/12551)) ([4c26b9d](https://github.com/authelia/authelia/commit/4c26b9dd786d1f0dff9ff3009b28359acbbc4486)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **oidc:** client credentials at jwt missing sub ([#&#8203;12372](https://github.com/authelia/authelia/issues/12372)) ([1a1fdb2](https://github.com/authelia/authelia/commit/1a1fdb2a6fdcc41d20d6726b4a322deba0610514)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **random:** nominal entropy reduction ([#&#8203;12765](https://github.com/authelia/authelia/issues/12765)) ([503e292](https://github.com/authelia/authelia/commit/503e2920a9221a87670c0f833cfb9d055442bdf0)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **service:** stale errors and shutdown blocks ([#&#8203;12762](https://github.com/authelia/authelia/issues/12762)) ([01fa1df](https://github.com/authelia/authelia/commit/01fa1df81bf6b0daae313da0b599abfbd3097d54)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **storage:** use aad and hkdf ([#&#8203;12447](https://github.com/authelia/authelia/issues/12447)) ([404331c](https://github.com/authelia/authelia/commit/404331c384037ccab35c7558e6e01118b8117df1)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **storage:** webauthn issuer aad derivation ([#&#8203;12754](https://github.com/authelia/authelia/issues/12754)) ([760a4b6](https://github.com/authelia/authelia/commit/760a4b6d7b369168dc98244fa6b9d91773ee1ccf)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **templates:** ineffectual checksum functions ([#&#8203;12757](https://github.com/authelia/authelia/issues/12757)) ([30ffca5](https://github.com/authelia/authelia/commit/30ffca54809df9ff197df34a2e54df999441149a)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) - **utils:** domain canonical case handling ([#&#8203;12146](https://github.com/authelia/authelia/issues/12146)) ([368631e](https://github.com/authelia/authelia/commit/368631ecc5a9c6bcf2ff5f892ad443b890dd945e)) by [@&#8203;james-d-elliott](https://github.com/james-d-elliott) ##### Performance Improvements - **server:** serve pre-compressed embedded assets ([#&#8203;12816](https://github.com/authelia/authelia/issues/12816)) ([402eb4d](https://github.com/authelia/authelia/commit/402eb4dcf9c1dbceb4cbc9ac0c717277f0136f2c)) by [@&#8203;nightah](https://github.com/nightah) ##### New Contributors - [@&#8203;Samuel-BF](https://github.com/Samuel-BF) made their first contribution in [#&#8203;12411](https://github.com/authelia/authelia/pull/12411) - [@&#8203;mvanhorn](https://github.com/mvanhorn) made their first contribution in [#&#8203;12446](https://github.com/authelia/authelia/pull/12446) - [@&#8203;TowyTowy](https://github.com/TowyTowy) made their first contribution in [#&#8203;12484](https://github.com/authelia/authelia/pull/12484) - [@&#8203;jmp1985](https://github.com/jmp1985) made their first contribution in [#&#8203;12307](https://github.com/authelia/authelia/pull/12307) - [@&#8203;LilPhyziX](https://github.com/LilPhyziX) made their first contribution in [#&#8203;12515](https://github.com/authelia/authelia/pull/12515) - [@&#8203;Alvinwylim](https://github.com/Alvinwylim) made their first contribution in [#&#8203;12331](https://github.com/authelia/authelia/pull/12331) - [@&#8203;tuxinaut](https://github.com/tuxinaut) made their first contribution in [#&#8203;12588](https://github.com/authelia/authelia/pull/12588) - [@&#8203;mrrudy](https://github.com/mrrudy) made their first contribution in [#&#8203;12618](https://github.com/authelia/authelia/pull/12618) - [@&#8203;sa20001](https://github.com/sa20001) made their first contribution in [#&#8203;12528](https://github.com/authelia/authelia/pull/12528) - [@&#8203;Dacid99](https://github.com/Dacid99) made their first contribution in [#&#8203;12692](https://github.com/authelia/authelia/pull/12692) - [@&#8203;Eugeny](https://github.com/Eugeny) made their first contribution in [#&#8203;12763](https://github.com/authelia/authelia/pull/12763) - [@&#8203;Christoph-Wagner](https://github.com/Christoph-Wagner) made their first contribution in [#&#8203;12764](https://github.com/authelia/authelia/pull/12764) - [@&#8203;helgeklein](https://github.com/helgeklein) made their first contribution in [#&#8203;12780](https://github.com/authelia/authelia/pull/12780) ##### Docker Container - `docker pull authelia/authelia:4.39.21` - `docker pull ghcr.io/authelia/authelia:4.39.21` </details> <details> <summary>crowdsecurity/crowdsec (docker.io/crowdsecurity/crowdsec)</summary> ### [`v1.8.1`](https://github.com/crowdsecurity/crowdsec/releases/tag/v1.8.1) [Compare Source](https://github.com/crowdsecurity/crowdsec/compare/v1.8.0...v1.8.1) This release fixes a false positive in the bot detection feature for Brave Browser with shields enabled. #### Changes #### Improvements - add HasValidChallengeCookie() helper ([#&#8203;4648](https://github.com/crowdsecurity/crowdsec/issues/4648)) [@&#8203;blotus](https://github.com/blotus) #### Bug Fixes - lapi: return an empty slice instead of null when querying alerts ([#&#8203;4653](https://github.com/crowdsecurity/crowdsec/issues/4653)) [@&#8203;blotus](https://github.com/blotus) - challenge: tolerate strings instead of struct in FP payload ([#&#8203;4655](https://github.com/crowdsecurity/crowdsec/issues/4655)) [@&#8203;blotus](https://github.com/blotus) #### Geolite2 notice This product includes GeoLite2 data created by MaxMind, available from <a href="https://www.maxmind.com"><https://www.maxmind.com></a>. #### Installation Take a look at the [installation instructions](https://doc.crowdsec.net/docs/getting_started/install_crowdsec). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42NC4xIiwidXBkYXRlZEluVmVyIjoiNDQuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-forgejo scheduled this pull request to auto merge when all checks succeed 2026-09-04 20:04:21 +00:00
renovate-forgejo deleted branch renovate/nix-images-inventoryservicesinfra-auth.nix 2026-09-05 20:04:29 +00: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
finkregh/nix-configs!60
No description provided.