chore(deps): update container image ghcr.io/authelia/authelia to v4.38.7@1bfa720 by renovate (#20039)
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.6` -> `4.38.7` | --- > [!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.7`](https://togithub.com/authelia/authelia/releases/tag/v4.38.7) [Compare Source](https://togithub.com/authelia/authelia/compare/v4.38.6...v4.38.7) ##### Bug Fixes - **commands:** acl policy check errors on warnings ([#​7000](https://togithub.com/authelia/authelia/issues/7000)) ([4b24678](https://togithub.com/authelia/authelia/commit/4b24678e030d994833f481b292428b69f2167476)) - **configuration:** incorrect sector_identifier_uri validation ([#​7037](https://togithub.com/authelia/authelia/issues/7037)) ([a224420](https://togithub.com/authelia/authelia/commit/a2244206f411b1701f13c435222ab60cb992959a)) - **configuration:** missing request_uris option ([#​7033](https://togithub.com/authelia/authelia/issues/7033)) ([ab4d14c](https://togithub.com/authelia/authelia/commit/ab4d14c890bc2f79a1f7e684746bc5659c819356)) - **oidc:** delayed user details refresh ([#​7035](https://togithub.com/authelia/authelia/issues/7035)) ([4d51ae7](https://togithub.com/authelia/authelia/commit/4d51ae753ed277b9e60b6d384ec7864f0095c283)) - **oidc:** form post csp not set correctly ([#​7017](https://togithub.com/authelia/authelia/issues/7017)) ([2ebc04f](https://togithub.com/authelia/authelia/commit/2ebc04f9a0b5669905b36ff4e7641ddec80f2e5d)) - **oidc:** missing introspection claims ([#​7049](https://togithub.com/authelia/authelia/issues/7049)) ([2ffd5c5](https://togithub.com/authelia/authelia/commit/2ffd5c5edb3fb3db09cbd934b21ef3f96a1e9f75)) - **oidc:** prompt none not handled ([#​7018](https://togithub.com/authelia/authelia/issues/7018)) ([680546b](https://togithub.com/authelia/authelia/commit/680546be077f508f9919a655453b2e0f2efc231a)) ##### Docker Container - `docker pull authelia/authelia:4.38.7` - `docker pull ghcr.io/authelia/authelia:4.38.7` </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: premium
|
||||
apiVersion: v2
|
||||
appVersion: 4.38.6
|
||||
appVersion: 4.38.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.10
|
||||
@@ -39,7 +39,7 @@ keywords:
|
||||
- YubiKey
|
||||
- Push Notifications
|
||||
- LDAP
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -51,4 +51,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/authelia
|
||||
- https://ghcr.io/authelia/authelia
|
||||
type: application
|
||||
version: 23.9.4
|
||||
version: 23.9.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.38.6@sha256:06e3153d46b4b6fdb90caf94f2303ab57773016ad025eacd64e00a5576105bbe
|
||||
tag: 4.38.7@sha256:1bfa7206c144f8cd184743a7ed629f4a02d2dceb50e7260588373fe6de4cd959
|
||||
manifestManager:
|
||||
enabled: true
|
||||
workload:
|
||||
|
||||
Reference in New Issue
Block a user