chore(helm): update image ghcr.io/authelia/authelia 4.39.5 → 4.39.6 (#38199)
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 | `023e02e` -> `0877636` | --- > [!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.6`](https://redirect.github.com/authelia/authelia/releases/tag/v4.39.6) [Compare Source](https://redirect.github.com/authelia/authelia/compare/v4.39.5...v4.39.6) ##### Notable Changes OpenID Connect 1.0 client registrations incorrectly allowed `none` as a `authorization_signed_response_alg` value, this is no longer the case and if you specified this value you'll have to either remove it or update it to the new correct default of `RS256`. ##### Bug Fixes - **commands:** missing header list header ([#​9956](https://redirect.github.com/authelia/authelia/issues/9956)) ([6a31393](https://redirect.github.com/authelia/authelia/commit/6a313938f7b68c16dd7c8b9e6505f41070fa8668)) - **configuration:** healthchecks for unix are unhealthy ([#​9988](https://redirect.github.com/authelia/authelia/issues/9988)) ([76e0702](https://redirect.github.com/authelia/authelia/commit/76e070253617f4d02b999b0a27b25b7e0809cb20)) - **oidc:** alg none allowed for jarm ([#​10045](https://redirect.github.com/authelia/authelia/issues/10045)) ([86e8c4b](https://redirect.github.com/authelia/authelia/commit/86e8c4b0e751e36734dfa8f50ff8565534710f9a)) - **regulation:** ip not marked ([#​9949](https://redirect.github.com/authelia/authelia/issues/9949)) ([b731a0c](https://redirect.github.com/authelia/authelia/commit/b731a0ca179383721f78e25bff0a3aaf62e89525)) ##### Docker Container - `docker pull authelia/authelia:4.39.6` - `docker pull ghcr.io/authelia/authelia:4.39.6` </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.39.5
|
||||
appVersion: 4.39.6
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -53,5 +53,5 @@ sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/authelia
|
||||
type: application
|
||||
version: 29.4.2
|
||||
version: 29.4.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.39.5@sha256:023e02e5203dfa0ebaee7a48b5bae34f393d1f9cada4a9df7fbf87eb1759c671
|
||||
tag: 4.39.6@sha256:08776367d54d4482c54ac8ca75b18f7db3287b751106e19736780c5f6811374d
|
||||
|
||||
# Raw Authelia configuration
|
||||
# Replace it with your configuration
|
||||
|
||||
Reference in New Issue
Block a user