onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/authelia/authelia ( 4.38.8 β†’ 4.38.9 ) #7772

Closed bot-ross[bot] closed 3 months ago

bot-ross[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/authelia/authelia (source) patch 4.38.8 -> 4.38.9

Release Notes

authelia/authelia (ghcr.io/authelia/authelia) ### [`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](https://togithub.com/authelia/authelia/commit/7af6831e65728b4d51ba5fe58e79bbd86a029cad)), closes [#​7310](https://togithub.com/authelia/authelia/issues/7310) - **commands:** validate exit status ([#​7364](https://togithub.com/authelia/authelia/issues/7364)) ([5258b10](https://togithub.com/authelia/authelia/commit/5258b10bb66aceb56a016dd2f3c8743e27993be5)), closes [#​7262](https://togithub.com/authelia/authelia/issues/7262) - **configuration:** key with trailing data ignored ([#​7358](https://togithub.com/authelia/authelia/issues/7358)) ([2eaef3c](https://togithub.com/authelia/authelia/commit/2eaef3ca804fb792b5c7b065d25f4329751b5c54)) - **handlers:** disabling 2fa methods may result in a bad ux ([#​7360](https://togithub.com/authelia/authelia/issues/7360)) ([010b7fa](https://togithub.com/authelia/authelia/commit/010b7fa5e3df3b358bc7c94a8e585ae90e8caeea)) - **middlewares:** cors responses without preflight ([#​7427](https://togithub.com/authelia/authelia/issues/7427)) ([82e89c6](https://togithub.com/authelia/authelia/commit/82e89c6f638fa51a7c07df43c1e7dcaf0c7814fa)) - **middlewares:** header allow set instead of acam ([#​7424](https://togithub.com/authelia/authelia/issues/7424)) ([5a3bfa5](https://togithub.com/authelia/authelia/commit/5a3bfa50f6f7aea7349580a682001476170b7eb4)) - **oidc:** include missing amr with value pop ([#​7381](https://togithub.com/authelia/authelia/issues/7381)) ([8df2a79](https://togithub.com/authelia/authelia/commit/8df2a7995ac2965cac0ff8993b5215628b560e0b)) - **suites:** adjust envoy connection limits ([#​7214](https://togithub.com/authelia/authelia/issues/7214)) ([5942698](https://togithub.com/authelia/authelia/commit/59426983e72d0c002c618a562696c03f89bce32f)) - **web:** one time code error hangs ([#​7208](https://togithub.com/authelia/authelia/issues/7208)) ([403f081](https://togithub.com/authelia/authelia/commit/403f081cf57088c3582599760195082baa07436e)), 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](https://togithub.com/authelia/authelia/commit/140627373810c881b6e50665245d29b50fd505dd)) ##### Docker Container - `docker pull authelia/authelia:4.38.9` - `docker pull ghcr.io/authelia/authelia:4.38.9`

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 3 months ago
--- kubernetes/main/apps/default/authelia/app Kustomization: flux-system/authelia HelmRelease: default/authelia

+++ kubernetes/main/apps/default/authelia/app Kustomization: flux-system/authelia HelmRelease: default/authelia

@@ -46,13 +46,13 @@

               X_AUTHELIA_CONFIG_FILTERS: expand-env
             envFrom:
             - secretRef:
                 name: authelia-secret
             image:
               repository: ghcr.io/authelia/authelia
-              tag: 4.38.8@sha256:19375b10024caeef4e0b119a6247beae84cbaa02c846cfd750e92dea910d4b6a
+              tag: 4.38.9@sha256:491745686a70863b33a9978795e13fdeb8bc82e4fcfa456bf30f788827114cb0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 3 months ago
--- HelmRelease: default/authelia Deployment: default/authelia

+++ HelmRelease: default/authelia Deployment: default/authelia

@@ -74,13 +74,13 @@

           value: /config/configuration.yaml
         - name: X_AUTHELIA_CONFIG_FILTERS
           value: expand-env
         envFrom:
         - secretRef:
             name: authelia-secret
-        image: ghcr.io/authelia/authelia:4.38.8@sha256:19375b10024caeef4e0b119a6247beae84cbaa02c846cfd750e92dea910d4b6a
+        image: ghcr.io/authelia/authelia:4.38.9@sha256:491745686a70863b33a9978795e13fdeb8bc82e4fcfa456bf30f788827114cb0
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /api/health
             port: 80
           initialDelaySeconds: 0