chore(helm): update image ghcr.io/authelia/authelia 4.39.0 → 4.39.1 (#33359)
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 | `45cb4ea` -> `e325963` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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.1`](https://redirect.github.com/authelia/authelia/releases/tag/v4.39.1) [Compare Source](https://redirect.github.com/authelia/authelia/compare/v4.39.0...v4.39.1) ##### Bug Fixes - **configuration:** cache lifespan scheme case ([#​8983](https://redirect.github.com/authelia/authelia/issues/8983)) ([16a447b](https://redirect.github.com/authelia/authelia/commit/16a447bdcd09a04a06f0c845fd465fa5d60add6c)), closes [#​8981](https://redirect.github.com/authelia/authelia/issues/8981) - notifier startup check ignored ([#​8977](https://redirect.github.com/authelia/authelia/issues/8977)) ([212b1b5](https://redirect.github.com/authelia/authelia/commit/212b1b59a9921fab56e2affe151d61aad8a231ee)), closes [#​8975](https://redirect.github.com/authelia/authelia/issues/8975) - **oidc:** claims nil value not checked ([#​8982](https://redirect.github.com/authelia/authelia/issues/8982)) ([6cc1909](https://redirect.github.com/authelia/authelia/commit/6cc1909e58f3789de8554e2d0e78347ea09eb8df)), closes [#​8979](https://redirect.github.com/authelia/authelia/issues/8979) - **oidc:** multiple subject matching regression ([#​8998](https://redirect.github.com/authelia/authelia/issues/8998)) ([377ddd1](https://redirect.github.com/authelia/authelia/commit/377ddd1a9296f9d22a9041e16878a9d2d938c943)) - session retrieval failure with in-built memory provider ([#​9004](https://redirect.github.com/authelia/authelia/issues/9004)) ([7a750da](https://redirect.github.com/authelia/authelia/commit/7a750daa47c8f01ac3e79ee4babbc296f03abadd)) - **storage:** cached_data table value size ([#​8984](https://redirect.github.com/authelia/authelia/issues/8984)) ([3f5e747](https://redirect.github.com/authelia/authelia/commit/3f5e747b41ef391a1f58b0958ee6645652fc7531)) - **suites:** sambaldap certs with negative serial numbers ([#​9007](https://redirect.github.com/authelia/authelia/issues/9007)) ([0558ad2](https://redirect.github.com/authelia/authelia/commit/0558ad28fa41c45e79979394a66b4b0551309847)) - **web:** appbar layout ([#​8987](https://redirect.github.com/authelia/authelia/issues/8987)) ([c661154](https://redirect.github.com/authelia/authelia/commit/c661154d46144b9febf923964efe6bca45f2799a)) - **web:** broken horizontal margin ([#​8988](https://redirect.github.com/authelia/authelia/issues/8988)) ([3f2aa0d](https://redirect.github.com/authelia/authelia/commit/3f2aa0d57259c20da03546d473a65bfa1ccf4ff7)) - **web:** duo sign in failure ([#​8986](https://redirect.github.com/authelia/authelia/issues/8986)) ([d514f8a](https://redirect.github.com/authelia/authelia/commit/d514f8ac9a0089fd0eb7f87156461b341c5df9ee)) ##### Docker Container - `docker pull authelia/authelia:4.39.1` - `docker pull ghcr.io/authelia/authelia:4.39.1` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.39.0
|
||||
appVersion: 4.39.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -50,4 +50,4 @@ sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/authelia
|
||||
type: application
|
||||
version: 27.1.1
|
||||
version: 27.1.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.39.0@sha256:45cb4ea9a5fc2f04bdcd760d17da50d95015c6c6e4079d5ff97c00c3d23a8752
|
||||
tag: 4.39.1@sha256:e325963609cc928861ffe8130c09111862df88dd8fcafbcd2c47e5ff0a4ae268
|
||||
|
||||
# Raw Authelia configuration
|
||||
# Replace it with your configuration
|
||||
|
||||
Reference in New Issue
Block a user