chore(deps): update container image ghcr.io/authelia/authelia to v4.38.11@b4d09f0 by renovate (#26714)
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 | `4.38.10` -> `4.38.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>authelia/authelia (ghcr.io/authelia/authelia)</summary> ### [`v4.38.11`](https://redirect.github.com/authelia/authelia/releases/tag/v4.38.11) [Compare Source](https://redirect.github.com/authelia/authelia/compare/v4.38.10...v4.38.11) ##### Bug Fixes - **authentication:** ldap attributes treated case-sensitive ([#​7793](https://redirect.github.com/authelia/authelia/issues/7793)) ([c6aacd3](c6aacd3340
)), closes [#​7791](https://redirect.github.com/authelia/authelia/issues/7791) - **commands:** uid logged instead of gid ([#​7774](https://redirect.github.com/authelia/authelia/issues/7774)) ([82ce0cf](82ce0cf31c
)) - **configuration:** slice init length ([#​7720](https://redirect.github.com/authelia/authelia/issues/7720)) ([a563114](a56311473f
)) - email template ux ([#​7654](https://redirect.github.com/authelia/authelia/issues/7654)) ([224f711](224f7112c5
)) - **oidc:** jwt assertions aud overly strict ([#​7798](https://redirect.github.com/authelia/authelia/issues/7798)) ([eefd06e](eefd06e81b
)) - **web:** exact dates too verbose for good ux ([#​7650](https://redirect.github.com/authelia/authelia/issues/7650)) ([071be3c](071be3c632
)) ##### Docker Container - `docker pull authelia/authelia:4.38.11` - `docker pull ghcr.io/authelia/authelia:4.38.11` </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45MS40IiwidXBkYXRlZEluVmVyIjoiMzguOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
aba976ef8c
commit
583c7a1bf2
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: premium
|
||||
apiVersion: v2
|
||||
appVersion: 4.38.10
|
||||
appVersion: 4.38.11
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.16
|
||||
|
@ -50,4 +50,4 @@ sources:
|
|||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/authelia
|
||||
type: application
|
||||
version: 25.3.6
|
||||
version: 25.3.7
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.38.10@sha256:1af32be812f041c1f3a91190faf9a022e586b185251d26a29bcdf7982bcb3bc7
|
||||
tag: 4.38.11@sha256:b4d09f0850f46830795d7f1f49c1afad6849cad8a589a10931d3ef45a0fb1e6b
|
||||
|
||||
workload:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue