Skip to content

feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.4 )#535

Merged
Aviator-Coding merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-esphome-2026.x
Mar 18, 2026
Merged

feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.4 )#535
Aviator-Coding merged 1 commit intomainfrom
renovate/ghcr.io-home-operations-esphome-2026.x

Conversation

@mortyops
Copy link
Copy Markdown
Contributor

@mortyops mortyops bot commented Feb 4, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/esphome (source) minor 2026.1.32026.2.4

Release Notes

esphome/esphome (ghcr.io/home-operations/esphome)

v2026.2.4

Compare Source

v2026.2.3

Compare Source

v2026.2.2

Compare Source

v2026.2.1

Compare Source

v2026.2.0

Compare Source

https://esphome.io/changelog/2026.2.0.html

v2026.1.5

Compare Source

v2026.1.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Feb 4, 2026

--- kubernetes/apps/home-automation/esphome/app Kustomization: home-automation/esphome HelmRelease: home-automation/esphome

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

@@ -38,13 +38,13 @@

         annotations:
           secret.reloader.stakater.com/reload: esphome-secrets,esphome-deploykey
         containers:
           app:
             image:
               repository: ghcr.io/home-operations/esphome
-              tag: 2026.1.3
+              tag: 2026.2.4
             probes:
               liveness:
                 enabled: false
               readiness:
                 enabled: false
               startup:
--- kubernetes/apps/openclaw/homeops-claw Kustomization: openclaw/homeops-claw OpenClawInstance: openclaw/homeops-claw

+++ kubernetes/apps/openclaw/homeops-claw Kustomization: openclaw/homeops-claw OpenClawInstance: openclaw/homeops-claw

@@ -50,39 +50,23 @@

       name: openclaw-skills-secret
   gateway:
     controlUiOrigins: []
     existingSecret: openclaw-gateway-token
   initContainers:
   - args:
-    - |
-      set -e
-      BASE="/home/openclaw/.openclaw"
-      export PNPM_HOME="$BASE/pnpm"
-      export PATH="$PNPM_HOME:$BASE/.local/bin:/usr/local/bin:/usr/bin:/bin"
-
-      # gh CLI (extract from .deb)
-      GH_VERSION="2.88.1"
-      if [ ! -f "$BASE/.local/bin/gh" ]; then
-        mkdir -p "$BASE/.local/bin" /tmp/gh-install
-        curl -fsSL -o /tmp/gh-install/gh.deb \
-          "https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.deb"
-        dpkg-deb -x /tmp/gh-install/gh.deb /tmp/gh-install
-        cp /tmp/gh-install/usr/bin/gh "$BASE/.local/bin/gh"
-        rm -rf /tmp/gh-install
-        echo "gh $GH_VERSION installed"
-      else
-        echo "gh already installed, skipping"
-      fi
-
-      # summarize (pnpm global to PVC)
-      if ! command -v summarize >/dev/null 2>&1; then
-        pnpm add -g @steipete/summarize
-        echo "summarize installed"
-      else
-        echo "summarize already installed, skipping"
-      fi
+    - "set -e\nBASE=\"/home/openclaw/.openclaw\"\nexport PNPM_HOME=\"$BASE/pnpm\"\n\
+      export PATH=\"$PNPM_HOME:$BASE/.local/bin:/usr/local/bin:/usr/bin:/bin\"\n\n\
+      # gh CLI (extract from .deb \u2014 avoids tarball redirect issues)\nGH_VERSION=\"\
+      2.88.1\"\nif [ ! -f \"$BASE/.local/bin/gh\" ]; then\n  mkdir -p \"$BASE/.local/bin\"\
+      \ /tmp/gh-install\n  curl -fsSL -o /tmp/gh-install/gh.deb \\\n    \"https://github.com/cli/cli/releases/download/v/gh__linux_amd64.deb\"\
+      \n  dpkg-deb -x /tmp/gh-install/gh.deb /tmp/gh-install\n  cp /tmp/gh-install/usr/bin/gh\
+      \ \"$BASE/.local/bin/gh\"\n  rm -rf /tmp/gh-install\n  echo \"gh  installed\"\
+      \nelse\n  echo \"gh already installed, skipping\"\nfi\n\n# summarize (pnpm global\
+      \ to PVC)\nif ! command -v summarize >/dev/null 2>&1; then\n  pnpm add -g @steipete/summarize\n\
+      \  echo \"summarize installed\"\nelse\n  echo \"summarize already installed,\
+      \ skipping\"\nfi\n"
     command:
     - /bin/sh
     - -c
     image: ghcr.io/openclaw/openclaw:latest
     name: install-tools
     volumeMounts:

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Feb 4, 2026

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

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

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

         runAsUser: 2000
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/home-operations/esphome:2026.1.3
+      - image: ghcr.io/home-operations/esphome:2026.2.4
         name: app
         resources:
           limits:
             memory: 3072Mi
           requests:
             cpu: 5m

@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-esphome-2026.x branch from 21d9199 to 8cdf269 Compare February 10, 2026 23:20
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.1.4 ) fix(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.1.5 ) Feb 10, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-esphome-2026.x branch from 8cdf269 to d39fcd1 Compare February 19, 2026 00:45
@mortyops mortyops bot changed the title fix(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.1.5 ) feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.0 ) Feb 19, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-esphome-2026.x branch from d39fcd1 to 86f86b6 Compare February 20, 2026 17:21
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.0 ) feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.1 ) Feb 20, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-esphome-2026.x branch from 86f86b6 to 45f9172 Compare February 26, 2026 05:34
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.1 ) feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.2 ) Feb 26, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-esphome-2026.x branch from 45f9172 to 9bde326 Compare March 3, 2026 00:45
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.2 ) feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.3 ) Mar 3, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-esphome-2026.x branch from 9bde326 to 753eb39 Compare March 3, 2026 10:24
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.3 ) feat(container): update image ghcr.io/home-operations/esphome ( 2026.1.3 ➔ 2026.2.4 ) Mar 3, 2026
Copy link
Copy Markdown
Owner

@Aviator-Coding Aviator-Coding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Auto-approved: safe update

@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-esphome-2026.x branch from 753eb39 to a302965 Compare March 18, 2026 01:47
…1.3 ➔ 2026.2.4 )

| datasource | package                         | from     | to       |
| ---------- | ------------------------------- | -------- | -------- |
| docker     | ghcr.io/home-operations/esphome | 2026.1.3 | 2026.2.4 |
@mortyops mortyops bot force-pushed the renovate/ghcr.io-home-operations-esphome-2026.x branch from a302965 to a2360a8 Compare March 18, 2026 01:57
@Aviator-Coding Aviator-Coding merged commit 5af2a21 into main Mar 18, 2026
12 checks passed
@Aviator-Coding Aviator-Coding deleted the renovate/ghcr.io-home-operations-esphome-2026.x branch March 18, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant