chore(deps): update container image ghcr.io/authelia/authelia to v4.38.9@4917456 by renovate (#23425)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/authelia/authelia](https://togithub.com/authelia/authelia/pkgs/container/authelia) ([source](https://togithub.com/authelia/authelia)) | patch | `4.38.8` -> `4.38.9` | --- > [!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.9`](https://togithub.com/authelia/authelia/releases/tag/v4.38.9) [Compare Source](https://togithub.com/authelia/authelia/compare/v4.38.8...v4.38.9) ##### Bug Fixes - **authentication:** memberof included in groups searches ([#​7359](https://togithub.com/authelia/authelia/issues/7359)) ([7af6831](7af6831e65
)), closes [#​7310](https://togithub.com/authelia/authelia/issues/7310) - **commands:** validate exit status ([#​7364](https://togithub.com/authelia/authelia/issues/7364)) ([5258b10](5258b10bb6
)), closes [#​7262](https://togithub.com/authelia/authelia/issues/7262) - **configuration:** key with trailing data ignored ([#​7358](https://togithub.com/authelia/authelia/issues/7358)) ([2eaef3c](2eaef3ca80
)) - **handlers:** disabling 2fa methods may result in a bad ux ([#​7360](https://togithub.com/authelia/authelia/issues/7360)) ([010b7fa](010b7fa5e3
)) - **middlewares:** cors responses without preflight ([#​7427](https://togithub.com/authelia/authelia/issues/7427)) ([82e89c6](82e89c6f63
)) - **middlewares:** header allow set instead of acam ([#​7424](https://togithub.com/authelia/authelia/issues/7424)) ([5a3bfa5](5a3bfa50f6
)) - **oidc:** include missing amr with value pop ([#​7381](https://togithub.com/authelia/authelia/issues/7381)) ([8df2a79](8df2a7995a
)) - **suites:** adjust envoy connection limits ([#​7214](https://togithub.com/authelia/authelia/issues/7214)) ([5942698](59426983e7
)) - **web:** one time code error hangs ([#​7208](https://togithub.com/authelia/authelia/issues/7208)) ([403f081](403f081cf5
)), closes [#​7206](https://togithub.com/authelia/authelia/issues/7206) ##### Reverts - update traefik docker tag to v3 ([#​7425](https://togithub.com/authelia/authelia/issues/7425)) ([1406273](1406273738
)) ##### Docker Container - `docker pull authelia/authelia:4.38.9` - `docker pull ghcr.io/authelia/authelia:4.38.9` </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
53cebc4b77
commit
a349cc4a2b
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: premium
|
truecharts.org/train: premium
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.38.8
|
appVersion: 4.38.9
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.0.6
|
version: 24.0.6
|
||||||
|
@ -50,4 +50,4 @@ sources:
|
||||||
- https://github.com/authelia/chartrepo
|
- https://github.com/authelia/chartrepo
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/authelia
|
- https://github.com/truecharts/charts/tree/master/charts/premium/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 25.0.2
|
version: 25.0.3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/authelia/authelia
|
repository: ghcr.io/authelia/authelia
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 4.38.8@sha256:19375b10024caeef4e0b119a6247beae84cbaa02c846cfd750e92dea910d4b6a
|
tag: 4.38.9@sha256:491745686a70863b33a9978795e13fdeb8bc82e4fcfa456bf30f788827114cb0
|
||||||
|
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in New Issue