tyriis / home-ops

IaC for my HomeLab kubernetes cluster resources with Flux
https://github.com/tyriis/home-ops/blob/main/README.md
40 stars 2 forks source link

feat(container): update image ghcr.io/esphome/esphome ( 2024.10.3 → 2024.11.0 ) #4007

Closed tyriis-automation[bot] closed 1 week ago

tyriis-automation[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/esphome/esphome minor 2024.10.3 -> 2024.11.0

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.



This PR has been generated by Renovate Bot.

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

tyriis-automation[bot] commented 1 week ago

--- kubernetes/talos-flux/apps/home-automation/esphome/app Kustomization: flux-system/apps-esphome HelmRelease: home-automation/esphome

+++ kubernetes/talos-flux/apps/home-automation/esphome/app Kustomization: flux-system/apps-esphome HelmRelease: home-automation/esphome

@@ -41,13 +41,13 @@

           app:
             env:
               ESPHOME_DASHBOARD_USE_PING: 'true'
               TZ: Europe/Vienna
             image:
               repository: ghcr.io/esphome/esphome
-              tag: 2024.10.3@sha256:90f5ea3767d2ff69c696e8bdbc3539a00bbcc9aae2636a0eb3f748ac7e353610
+              tag: 2024.11.0@sha256:4d822f615c463c599db5240600faf481986a53d4333e94822efa194f26c725f9
             ports:
             - containerPort: 6052
               name: http
               protocol: TCP
             probes:
               liveness:
--- kubernetes/talos-flux/apps/observability/loki/app Kustomization: flux-system/apps-loki HelmRelease: observability/loki

+++ kubernetes/talos-flux/apps/observability/loki/app Kustomization: flux-system/apps-loki HelmRelease: observability/loki

@@ -15,13 +15,13 @@

       chart: loki
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: grafana-charts
         namespace: flux-system
-      version: 6.21.0
+      version: 6.20.0
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 10
   timeout: 5m
tyriis-automation[bot] commented 1 week ago

--- HelmRelease: home-automation/esphome Deployment: home-automation/esphome

+++ HelmRelease: home-automation/esphome Deployment: home-automation/esphome

@@ -37,13 +37,13 @@

       containers:
       - env:
         - name: ESPHOME_DASHBOARD_USE_PING
           value: 'true'
         - name: TZ
           value: Europe/Vienna
-        image: ghcr.io/esphome/esphome:2024.10.3@sha256:90f5ea3767d2ff69c696e8bdbc3539a00bbcc9aae2636a0eb3f748ac7e353610
+        image: ghcr.io/esphome/esphome:2024.11.0@sha256:4d822f615c463c599db5240600faf481986a53d4333e94822efa194f26c725f9
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 6052
--- HelmRelease: observability/loki StatefulSet: observability/loki

+++ HelmRelease: observability/loki StatefulSet: observability/loki

@@ -67,13 +67,13 @@

         - name: LOG_LEVEL
           value: INFO
         volumeMounts:
         - name: sc-rules-volume
           mountPath: /rules/fake
       - name: loki
-        image: docker.io/grafana/loki:3.3.0
+        image: docker.io/grafana/loki:3.2.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=all
         ports:
         - name: http-metrics
tyriis-automation[bot] commented 1 week ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.02s
✅ REPOSITORY gitleaks yes no 3.91s
✅ YAML prettier 1 0 0.48s
✅ YAML yamllint 1 0 0.47s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

MegaLinter is graciously provided by OX Security