1
0
Fork 0

home-assistant: Update to 2025.8.0 #77

Merged
dustin merged 4 commits from updatebot/home-assistant into master 2025-09-14 20:09:37 +00:00
Collaborator
Resource diff
diff -u -N /tmp/LIVE-1396452719/apps.v1.Deployment.home-assistant.piper /tmp/MERGED-3210809159/apps.v1.Deployment.home-assistant.piper
--- /tmp/LIVE-1396452719/apps.v1.Deployment.home-assistant.piper	2025-08-09 11:32:12.038005622 +0000
+++ /tmp/MERGED-3210809159/apps.v1.Deployment.home-assistant.piper	2025-08-09 11:32:12.039005651 +0000
@@ -6,7 +6,7 @@
     kubectl.kubernetes.io/last-applied-configuration: |
       {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"piper","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"piper","app.kubernetes.io/part-of":"home-assistant"},"name":"piper","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"piper","app.kubernetes.io/name":"piper"}},"template":{"metadata":{"labels":{"app.kubernetes.io/component":"piper","app.kubernetes.io/name":"piper","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"affinity":{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"preference":{"matchExpressions":[{"key":"kubernetes.io/arch","operator":"In","values":["amd64"]}]},"weight":100}]}},"containers":[{"args":["--voice=en-us-amy-low"],"image":"docker.io/rhasspy/wyoming-piper:1.6.2","name":"piper","ports":[{"containerPort":10200,"name":"wyoming"}],"readinessProbe":{"failureThreshold":3,"periodSeconds":60,"successThreshold":1,"tcpSocket":{"port":10200},"timeoutSeconds":1},"securityContext":{"readOnlyRootFilesystem":true,"runAsGroup":300,"runAsUser":300},"startupProbe":{"failureThreshold":30,"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"tcpSocket":{"port":10200},"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/data","name":"piper-data","subPath":"data"},{"mountPath":"/tmp","name":"piper-temp","subPath":"tmp"}]}],"securityContext":{"fsGroup":300},"volumes":[{"ephemeral":{"volumeClaimTemplate":{"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"500Mi"}}}}},"name":"piper-data"},{"emptyDir":{"medium":"Memory"},"name":"piper-temp"}]}}}}
   creationTimestamp: "2023-10-14T12:20:52Z"
-  generation: 19
+  generation: 20
   labels:
     app.kubernetes.io/component: piper
     app.kubernetes.io/instance: home-assistant
@@ -52,7 +52,7 @@
       containers:
       - args:
         - --voice=en-us-amy-low
-        image: docker.io/rhasspy/wyoming-piper:1.6.2
+        image: docker.io/rhasspy/wyoming-piper:1.6.3
         imagePullPolicy: IfNotPresent
         name: piper
         ports:
diff -u -N /tmp/LIVE-1396452719/apps.v1.StatefulSet.home-assistant.home-assistant /tmp/MERGED-3210809159/apps.v1.StatefulSet.home-assistant.home-assistant
--- /tmp/LIVE-1396452719/apps.v1.StatefulSet.home-assistant.home-assistant	2025-08-09 11:32:12.148008843 +0000
+++ /tmp/MERGED-3210809159/apps.v1.StatefulSet.home-assistant.home-assistant	2025-08-09 11:32:12.148008843 +0000
@@ -5,7 +5,7 @@
     kubectl.kubernetes.io/last-applied-configuration: |
       {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"home-assistant","app.kubernetes.io/part-of":"home-assistant"},"name":"home-assistant","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/name":"home-assistant"}},"serviceName":"home-assistant","template":{"metadata":{"labels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/name":"home-assistant","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"affinity":{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"preference":{"matchExpressions":[{"key":"kubernetes.io/arch","operator":"In","values":["arm64"]}]},"weight":100}]}},"containers":[{"env":[{"name":"PGHOST","value":"postgresql.pyrocufflink.blue"},{"name":"PGGDATABASE","value":"homeassistant"},{"name":"PGUSER","value":"homeassistant"},{"name":"PGSSLMODE","value":"verify-full"},{"name":"PGSSLROOTCERT","value":"/run/dch-ca/dch-root-ca.crt"},{"name":"PGSSLCERT","value":"/run/secrets/home-assistant/postgresql/tls.crt"},{"name":"PGSSLKEY","value":"/run/secrets/home-assistant/postgresql/tls.key"},{"name":"TZ","value":"America/Chicago"}],"image":"ghcr.io/home-assistant/home-assistant:2025.7.4","name":"home-assistant","ports":[{"containerPort":8123,"name":"http"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/","port":8123},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"startupProbe":{"failureThreshold":300,"httpGet":{"path":"/","port":8123},"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/run/config","name":"home-assistant-config","readOnly":true},{"mountPath":"/run/dch-ca/","name":"dch-root-ca","readOnly":true},{"mountPath":"/run/secrets/home-assistant","name":"home-assistant-secrets","readOnly":true},{"mountPath":"/run/secrets/home-assistant/postgresql","name":"postgresql-cert"},{"mountPath":"/config","name":"home-assistant-data","subPath":"data"}]}],"hostUsers":false,"initContainers":[{"command":["sh","-c","until pg_isready; do sleep 1; done"],"env":[{"name":"PGHOST","value":"postgresql.pyrocufflink.blue"},{"name":"PGGDATABASE","value":"homeassistant"},{"name":"PGUSER","value":"homeassistant"},{"name":"PGSSLMODE","value":"verify-full"},{"name":"PGSSLROOTCERT","value":"/run/dch-ca/dch-root-ca.crt"},{"name":"PGSSLCERT","value":"/run/secrets/home-assistant/postgresql/tls.crt"},{"name":"PGSSLKEY","value":"/run/secrets/home-assistant/postgresql/tls.key"}],"image":"docker.io/library/postgres:15","name":"waitfordb","volumeMounts":[{"mountPath":"/run/dch-ca/","name":"dch-root-ca","readOnly":true},{"mountPath":"/run/secrets/home-assistant/postgresql","name":"postgresql-cert"}]}],"volumes":[{"configMap":{"defaultMode":384,"name":"home-assistant"},"name":"home-assistant-config"},{"name":"home-assistant-secrets","secret":{"defaultMode":416,"secretName":"home-assistant"}},{"name":"postgresql-cert","secret":{"defaultMode":416,"secretName":"postgres-client-cert"}},{"configMap":{"name":"dch-root-ca"},"name":"dch-root-ca"},{"name":"home-assistant-data","persistentVolumeClaim":{"claimName":"home-assistant"}}]}}}}
   creationTimestamp: "2023-10-14T12:20:52Z"
-  generation: 62
+  generation: 63
   labels:
     app.kubernetes.io/component: home-assistant
     app.kubernetes.io/instance: home-assistant
@@ -63,7 +63,7 @@
           value: /run/secrets/home-assistant/postgresql/tls.key
         - name: TZ
           value: America/Chicago
-        image: ghcr.io/home-assistant/home-assistant:2025.7.4
+        image: ghcr.io/home-assistant/home-assistant:2025.8.0
         imagePullPolicy: IfNotPresent
         name: home-assistant
         ports:
<details> <summary>Resource diff</summary> ```diff diff -u -N /tmp/LIVE-1396452719/apps.v1.Deployment.home-assistant.piper /tmp/MERGED-3210809159/apps.v1.Deployment.home-assistant.piper --- /tmp/LIVE-1396452719/apps.v1.Deployment.home-assistant.piper 2025-08-09 11:32:12.038005622 +0000 +++ /tmp/MERGED-3210809159/apps.v1.Deployment.home-assistant.piper 2025-08-09 11:32:12.039005651 +0000 @@ -6,7 +6,7 @@ kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"piper","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"piper","app.kubernetes.io/part-of":"home-assistant"},"name":"piper","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"piper","app.kubernetes.io/name":"piper"}},"template":{"metadata":{"labels":{"app.kubernetes.io/component":"piper","app.kubernetes.io/name":"piper","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"affinity":{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"preference":{"matchExpressions":[{"key":"kubernetes.io/arch","operator":"In","values":["amd64"]}]},"weight":100}]}},"containers":[{"args":["--voice=en-us-amy-low"],"image":"docker.io/rhasspy/wyoming-piper:1.6.2","name":"piper","ports":[{"containerPort":10200,"name":"wyoming"}],"readinessProbe":{"failureThreshold":3,"periodSeconds":60,"successThreshold":1,"tcpSocket":{"port":10200},"timeoutSeconds":1},"securityContext":{"readOnlyRootFilesystem":true,"runAsGroup":300,"runAsUser":300},"startupProbe":{"failureThreshold":30,"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"tcpSocket":{"port":10200},"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/data","name":"piper-data","subPath":"data"},{"mountPath":"/tmp","name":"piper-temp","subPath":"tmp"}]}],"securityContext":{"fsGroup":300},"volumes":[{"ephemeral":{"volumeClaimTemplate":{"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"500Mi"}}}}},"name":"piper-data"},{"emptyDir":{"medium":"Memory"},"name":"piper-temp"}]}}}} creationTimestamp: "2023-10-14T12:20:52Z" - generation: 19 + generation: 20 labels: app.kubernetes.io/component: piper app.kubernetes.io/instance: home-assistant @@ -52,7 +52,7 @@ containers: - args: - --voice=en-us-amy-low - image: docker.io/rhasspy/wyoming-piper:1.6.2 + image: docker.io/rhasspy/wyoming-piper:1.6.3 imagePullPolicy: IfNotPresent name: piper ports: diff -u -N /tmp/LIVE-1396452719/apps.v1.StatefulSet.home-assistant.home-assistant /tmp/MERGED-3210809159/apps.v1.StatefulSet.home-assistant.home-assistant --- /tmp/LIVE-1396452719/apps.v1.StatefulSet.home-assistant.home-assistant 2025-08-09 11:32:12.148008843 +0000 +++ /tmp/MERGED-3210809159/apps.v1.StatefulSet.home-assistant.home-assistant 2025-08-09 11:32:12.148008843 +0000 @@ -5,7 +5,7 @@ kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"home-assistant","app.kubernetes.io/part-of":"home-assistant"},"name":"home-assistant","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/name":"home-assistant"}},"serviceName":"home-assistant","template":{"metadata":{"labels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/name":"home-assistant","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"affinity":{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"preference":{"matchExpressions":[{"key":"kubernetes.io/arch","operator":"In","values":["arm64"]}]},"weight":100}]}},"containers":[{"env":[{"name":"PGHOST","value":"postgresql.pyrocufflink.blue"},{"name":"PGGDATABASE","value":"homeassistant"},{"name":"PGUSER","value":"homeassistant"},{"name":"PGSSLMODE","value":"verify-full"},{"name":"PGSSLROOTCERT","value":"/run/dch-ca/dch-root-ca.crt"},{"name":"PGSSLCERT","value":"/run/secrets/home-assistant/postgresql/tls.crt"},{"name":"PGSSLKEY","value":"/run/secrets/home-assistant/postgresql/tls.key"},{"name":"TZ","value":"America/Chicago"}],"image":"ghcr.io/home-assistant/home-assistant:2025.7.4","name":"home-assistant","ports":[{"containerPort":8123,"name":"http"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/","port":8123},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"startupProbe":{"failureThreshold":300,"httpGet":{"path":"/","port":8123},"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/run/config","name":"home-assistant-config","readOnly":true},{"mountPath":"/run/dch-ca/","name":"dch-root-ca","readOnly":true},{"mountPath":"/run/secrets/home-assistant","name":"home-assistant-secrets","readOnly":true},{"mountPath":"/run/secrets/home-assistant/postgresql","name":"postgresql-cert"},{"mountPath":"/config","name":"home-assistant-data","subPath":"data"}]}],"hostUsers":false,"initContainers":[{"command":["sh","-c","until pg_isready; do sleep 1; done"],"env":[{"name":"PGHOST","value":"postgresql.pyrocufflink.blue"},{"name":"PGGDATABASE","value":"homeassistant"},{"name":"PGUSER","value":"homeassistant"},{"name":"PGSSLMODE","value":"verify-full"},{"name":"PGSSLROOTCERT","value":"/run/dch-ca/dch-root-ca.crt"},{"name":"PGSSLCERT","value":"/run/secrets/home-assistant/postgresql/tls.crt"},{"name":"PGSSLKEY","value":"/run/secrets/home-assistant/postgresql/tls.key"}],"image":"docker.io/library/postgres:15","name":"waitfordb","volumeMounts":[{"mountPath":"/run/dch-ca/","name":"dch-root-ca","readOnly":true},{"mountPath":"/run/secrets/home-assistant/postgresql","name":"postgresql-cert"}]}],"volumes":[{"configMap":{"defaultMode":384,"name":"home-assistant"},"name":"home-assistant-config"},{"name":"home-assistant-secrets","secret":{"defaultMode":416,"secretName":"home-assistant"}},{"name":"postgresql-cert","secret":{"defaultMode":416,"secretName":"postgres-client-cert"}},{"configMap":{"name":"dch-root-ca"},"name":"dch-root-ca"},{"name":"home-assistant-data","persistentVolumeClaim":{"claimName":"home-assistant"}}]}}}} creationTimestamp: "2023-10-14T12:20:52Z" - generation: 62 + generation: 63 labels: app.kubernetes.io/component: home-assistant app.kubernetes.io/instance: home-assistant @@ -63,7 +63,7 @@ value: /run/secrets/home-assistant/postgresql/tls.key - name: TZ value: America/Chicago - image: ghcr.io/home-assistant/home-assistant:2025.7.4 + image: ghcr.io/home-assistant/home-assistant:2025.8.0 imagePullPolicy: IfNotPresent name: home-assistant ports: ``` </details>
updatebot added 3 commits 2025-08-09 11:32:21 +00:00
updatebot force-pushed updatebot/home-assistant from eb3b9df431 to d60fa51e21 2025-08-16 11:32:09 +00:00 Compare
updatebot force-pushed updatebot/home-assistant from d60fa51e21 to 4b4b2c930c 2025-08-23 11:32:15 +00:00 Compare
updatebot force-pushed updatebot/home-assistant from 4b4b2c930c to 9fac946183 2025-08-30 11:32:21 +00:00 Compare
updatebot force-pushed updatebot/home-assistant from 9fac946183 to 647b95bdaf 2025-09-06 11:32:15 +00:00 Compare
updatebot force-pushed updatebot/home-assistant from 647b95bdaf to fc3435a978 2025-09-13 11:32:11 +00:00 Compare
dustin merged commit 2ef22105a6 into master 2025-09-14 20:09:37 +00:00
dustin deleted branch updatebot/home-assistant 2025-09-14 20:09:38 +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#77
There is no content yet.