fix(authelia): update image ghcr.io/authelia/authelia 4.39.15 → 4.39.16 (#46041)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/authelia/authelia](https://redirect.github.com/authelia/authelia/pkgs/container/authelia) ([source](https://redirect.github.com/authelia/authelia)) | patch | `d23ee3c` → `edbce01` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>authelia/authelia (ghcr.io/authelia/authelia)</summary> ### [`v4.39.16`](https://redirect.github.com/authelia/authelia/releases/tag/v4.39.16) [Compare Source](https://redirect.github.com/authelia/authelia/compare/v4.39.15...v4.39.16) ##### Bug Fixes - **authentication:** discovery check too strict ([#​11350](https://redirect.github.com/authelia/authelia/issues/11350)) ([5c1633b](https://redirect.github.com/authelia/authelia/commit/5c1633b767f28675cbcc3c7d723e9865fd506b80)), closes [#​10840](https://redirect.github.com/authelia/authelia/issues/10840) - **authentication:** excessive filter escape ([#​11285](https://redirect.github.com/authelia/authelia/issues/11285)) ([10f7603](https://redirect.github.com/authelia/authelia/commit/10f7603eb89ac0ca1bff1c8917a96e9c40900c01)), closes [#​11284](https://redirect.github.com/authelia/authelia/issues/11284) - **configuration:** max retries default ([#​11173](https://redirect.github.com/authelia/authelia/issues/11173)) ([f29bb95](https://redirect.github.com/authelia/authelia/commit/f29bb95e1040a9d19e8cd558e992456b24912737)) - disable npm scripts for docker dev build ([#​11044](https://redirect.github.com/authelia/authelia/issues/11044)) ([4da3c53](https://redirect.github.com/authelia/authelia/commit/4da3c53b40b575105ff904ce193bf3f906f6e78c)) - ignore node modules for vite watchers ([#​11412](https://redirect.github.com/authelia/authelia/issues/11412)) ([c8070f2](https://redirect.github.com/authelia/authelia/commit/c8070f283b6c593e8d6cca04f5810fd7dc515d08)) - improve root directory finding ([#​11029](https://redirect.github.com/authelia/authelia/issues/11029)) ([d4529e3](https://redirect.github.com/authelia/authelia/commit/d4529e3899f007a25af0f4a739cc422c7e99f9db)) - **middlewares:** strip path incorrect match criteria ([#​11402](https://redirect.github.com/authelia/authelia/issues/11402)) ([75a3b99](https://redirect.github.com/authelia/authelia/commit/75a3b99033f6530f0190fe1f42e9517fa40edda1)) - **oidc:** jwt profile claims policy hydration ([#​10663](https://redirect.github.com/authelia/authelia/issues/10663)) ([24ee120](https://redirect.github.com/authelia/authelia/commit/24ee1205fc9ce9afbbed3c5b2bd4bb0b9c2e27cf)) - **server:** sanitise language cookie ([#​11341](https://redirect.github.com/authelia/authelia/issues/11341)) ([ed66b2b](https://redirect.github.com/authelia/authelia/commit/ed66b2b2ce14a296e1aa654562caa53acfe4b860)) - **web:** ui stuck state enrolling 2fa ([#​11367](https://redirect.github.com/authelia/authelia/issues/11367)) ([52f01f2](https://redirect.github.com/authelia/authelia/commit/52f01f2fa75d9ddacd40873168d76c4e74ea21a2)), closes [#​10859](https://redirect.github.com/authelia/authelia/issues/10859) ##### Docker Container - `docker pull authelia/authelia:4.39.16` - `docker pull ghcr.io/authelia/authelia:4.39.16` </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 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYXV0aGVsaWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.39.15
|
||||
appVersion: 4.39.16
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.4
|
||||
@@ -58,5 +58,5 @@ sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/authelia
|
||||
type: application
|
||||
version: 29.35.3
|
||||
version: 29.35.4
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.39.15@sha256:d23ee3c721d465b4749cc58541cda4aebe5aa6f19d7b5ce0afebb44ebee69591
|
||||
tag: 4.39.16@sha256:edbce01c5125249e4f4faea01e0f76f0031d64b4a1d0c2514a0ca69cb126d05f
|
||||
|
||||
# Raw Authelia configuration
|
||||
# Replace it with your configuration
|
||||
|
||||
Reference in New Issue
Block a user