1
0
Fork 0

authelia: Update to 4.39.6 #80

Merged
dustin merged 1 commits from updatebot/authelia into master 2025-08-16 19:17:49 +00:00
Collaborator
Resource diff
diff -u -N /tmp/LIVE-1795881756/apps.v1.Deployment.authelia.authelia /tmp/MERGED-2623193269/apps.v1.Deployment.authelia.authelia
--- /tmp/LIVE-1795881756/apps.v1.Deployment.authelia.authelia	2025-08-09 11:32:28.917499904 +0000
+++ /tmp/MERGED-2623193269/apps.v1.Deployment.authelia.authelia	2025-08-09 11:32:28.918499933 +0000
@@ -6,7 +6,7 @@
     kubectl.kubernetes.io/last-applied-configuration: |
       {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"authelia","app.kubernetes.io/instance":"authelia","app.kubernetes.io/name":"authelia","app.kubernetes.io/part-of":"authelia"},"name":"authelia","namespace":"authelia"},"spec":{"replicas":2,"selector":{"matchLabels":{"app.kubernetes.io/component":"authelia","app.kubernetes.io/instance":"authelia","app.kubernetes.io/name":"authelia"}},"template":{"metadata":{"labels":{"app.kubernetes.io/component":"authelia","app.kubernetes.io/instance":"authelia","app.kubernetes.io/name":"authelia"}},"spec":{"containers":[{"env":[{"name":"AUTHELIA_STORAGE_POSTGRES_TLS_CERTIFICATE_CHAIN_FILE","value":"/run/authelia/certs/postgresql/tls.crt"},{"name":"AUTHELIA_STORAGE_POSTGRES_TLS_PRIVATE_KEY_FILE","value":"/run/authelia/certs/postgresql/tls.key"},{"name":"AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE","value":"/run/authelia/secrets/jwt.secret"},{"name":"AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE","value":"/run/authelia/secrets/ldap.password"},{"name":"AUTHELIA_SESSION_SECRET_FILE","value":"/run/authelia/secrets/session.secret"},{"name":"AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE","value":"/run/authelia/secrets/storage.encryption_key"},{"name":"AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET_FILE","value":"/run/authelia/secrets/oidc.hmac_secret"},{"name":"AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE","value":"/run/authelia/secrets/oidc.issuer_private_key"}],"image":"ghcr.io/authelia/authelia:4.39.5","imagePullPolicy":"IfNotPresent","name":"authelia","ports":[{"containerPort":9091,"name":"http","protocol":"TCP"},{"containerPort":9959,"name":"metrics","protocol":"TCP"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/api/health","port":9091},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"startupProbe":{"failureThreshold":30,"httpGet":{"path":"/api/health","port":9091},"initialDelaySeconds":5,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/run/authelia/certs/dch-root-ca.crt","name":"dch-root-ca","subPath":"dch-root-ca.crt"},{"mountPath":"/run/authelia/certs/postgresql","name":"postgresql-cert"},{"mountPath":"/config/configuration.yml","name":"config","readOnly":true,"subPath":"configuration.yml"},{"mountPath":"/run/authelia/secrets","name":"secrets","readOnly":true}]}],"enableServiceLinks":false,"securityContext":{"fsGroup":1000,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000},"volumes":[{"name":"postgresql-cert","secret":{"secretName":"postgres-client-cert"}},{"configMap":{"name":"dch-root-ca"},"name":"dch-root-ca"},{"configMap":{"name":"authelia-h8hctfb8b2"},"name":"config"},{"name":"secrets","secret":{"secretName":"authelia"}}]}}}}
   creationTimestamp: "2023-10-18T23:20:35Z"
-  generation: 129
+  generation: 130
   labels:
     app.kubernetes.io/component: authelia
     app.kubernetes.io/instance: authelia
@@ -58,7 +58,7 @@
           value: /run/authelia/secrets/oidc.hmac_secret
         - name: AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE
           value: /run/authelia/secrets/oidc.issuer_private_key
-        image: ghcr.io/authelia/authelia:4.39.5
+        image: ghcr.io/authelia/authelia:4.39.6
         imagePullPolicy: IfNotPresent
         name: authelia
         ports:
<details> <summary>Resource diff</summary> ```diff diff -u -N /tmp/LIVE-1795881756/apps.v1.Deployment.authelia.authelia /tmp/MERGED-2623193269/apps.v1.Deployment.authelia.authelia --- /tmp/LIVE-1795881756/apps.v1.Deployment.authelia.authelia 2025-08-09 11:32:28.917499904 +0000 +++ /tmp/MERGED-2623193269/apps.v1.Deployment.authelia.authelia 2025-08-09 11:32:28.918499933 +0000 @@ -6,7 +6,7 @@ kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"authelia","app.kubernetes.io/instance":"authelia","app.kubernetes.io/name":"authelia","app.kubernetes.io/part-of":"authelia"},"name":"authelia","namespace":"authelia"},"spec":{"replicas":2,"selector":{"matchLabels":{"app.kubernetes.io/component":"authelia","app.kubernetes.io/instance":"authelia","app.kubernetes.io/name":"authelia"}},"template":{"metadata":{"labels":{"app.kubernetes.io/component":"authelia","app.kubernetes.io/instance":"authelia","app.kubernetes.io/name":"authelia"}},"spec":{"containers":[{"env":[{"name":"AUTHELIA_STORAGE_POSTGRES_TLS_CERTIFICATE_CHAIN_FILE","value":"/run/authelia/certs/postgresql/tls.crt"},{"name":"AUTHELIA_STORAGE_POSTGRES_TLS_PRIVATE_KEY_FILE","value":"/run/authelia/certs/postgresql/tls.key"},{"name":"AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE","value":"/run/authelia/secrets/jwt.secret"},{"name":"AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE","value":"/run/authelia/secrets/ldap.password"},{"name":"AUTHELIA_SESSION_SECRET_FILE","value":"/run/authelia/secrets/session.secret"},{"name":"AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE","value":"/run/authelia/secrets/storage.encryption_key"},{"name":"AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET_FILE","value":"/run/authelia/secrets/oidc.hmac_secret"},{"name":"AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE","value":"/run/authelia/secrets/oidc.issuer_private_key"}],"image":"ghcr.io/authelia/authelia:4.39.5","imagePullPolicy":"IfNotPresent","name":"authelia","ports":[{"containerPort":9091,"name":"http","protocol":"TCP"},{"containerPort":9959,"name":"metrics","protocol":"TCP"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/api/health","port":9091},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"startupProbe":{"failureThreshold":30,"httpGet":{"path":"/api/health","port":9091},"initialDelaySeconds":5,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/run/authelia/certs/dch-root-ca.crt","name":"dch-root-ca","subPath":"dch-root-ca.crt"},{"mountPath":"/run/authelia/certs/postgresql","name":"postgresql-cert"},{"mountPath":"/config/configuration.yml","name":"config","readOnly":true,"subPath":"configuration.yml"},{"mountPath":"/run/authelia/secrets","name":"secrets","readOnly":true}]}],"enableServiceLinks":false,"securityContext":{"fsGroup":1000,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000},"volumes":[{"name":"postgresql-cert","secret":{"secretName":"postgres-client-cert"}},{"configMap":{"name":"dch-root-ca"},"name":"dch-root-ca"},{"configMap":{"name":"authelia-h8hctfb8b2"},"name":"config"},{"name":"secrets","secret":{"secretName":"authelia"}}]}}}} creationTimestamp: "2023-10-18T23:20:35Z" - generation: 129 + generation: 130 labels: app.kubernetes.io/component: authelia app.kubernetes.io/instance: authelia @@ -58,7 +58,7 @@ value: /run/authelia/secrets/oidc.hmac_secret - name: AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE value: /run/authelia/secrets/oidc.issuer_private_key - image: ghcr.io/authelia/authelia:4.39.5 + image: ghcr.io/authelia/authelia:4.39.6 imagePullPolicy: IfNotPresent name: authelia ports: ``` </details>
updatebot added 1 commit 2025-08-09 11:32:30 +00:00
updatebot force-pushed updatebot/authelia from 58e3bfe13c to 6f3919fe06 2025-08-16 11:32:14 +00:00 Compare
dustin merged commit 8e968703b3 into master 2025-08-16 19:17:49 +00:00
dustin deleted branch updatebot/authelia 2025-08-16 19:17:49 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infra/kubernetes#80
There is no content yet.