1
0
Fork 0

authelia: Update to 4.39.10 #86

Open
updatebot wants to merge 1 commits from updatebot/authelia into master
Collaborator
Resource diff
diff -u -N /tmp/LIVE-3484217037/apps.v1.Deployment.authelia.authelia /tmp/MERGED-2697241075/apps.v1.Deployment.authelia.authelia
--- /tmp/LIVE-3484217037/apps.v1.Deployment.authelia.authelia	2025-09-20 11:32:20.003527073 +0000
+++ /tmp/MERGED-2697241075/apps.v1.Deployment.authelia.authelia	2025-09-20 11:32:20.004527102 +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.9","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-m6cht4tff5"},"name":"config"},{"name":"secrets","secret":{"secretName":"authelia"}}]}}}}
   creationTimestamp: "2023-10-18T23:20:35Z"
-  generation: 135
+  generation: 136
   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.9
+        image: ghcr.io/authelia/authelia:4.39.10
         imagePullPolicy: IfNotPresent
         name: authelia
         ports:
<details> <summary>Resource diff</summary> ```diff diff -u -N /tmp/LIVE-3484217037/apps.v1.Deployment.authelia.authelia /tmp/MERGED-2697241075/apps.v1.Deployment.authelia.authelia --- /tmp/LIVE-3484217037/apps.v1.Deployment.authelia.authelia 2025-09-20 11:32:20.003527073 +0000 +++ /tmp/MERGED-2697241075/apps.v1.Deployment.authelia.authelia 2025-09-20 11:32:20.004527102 +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.9","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-m6cht4tff5"},"name":"config"},{"name":"secrets","secret":{"secretName":"authelia"}}]}}}} creationTimestamp: "2023-10-18T23:20:35Z" - generation: 135 + generation: 136 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.9 + image: ghcr.io/authelia/authelia:4.39.10 imagePullPolicy: IfNotPresent name: authelia ports: ``` </details>
updatebot added 1 commit 2025-09-20 11:32:21 +00:00
updatebot force-pushed updatebot/authelia from 0360363df9 to bfa8b507c9 2025-09-27 11:32:14 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b updatebot/authelia master
git pull origin updatebot/authelia

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff updatebot/authelia
git push origin master
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#86
There is no content yet.