Skip to content

feat(container): update image ghcr.io/coder/code-server ( 4.131.0 ➔ 4.132.0 ) - #1320

Open
mortyops[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-coder-code-server-4.x
Open

feat(container): update image ghcr.io/coder/code-server ( 4.131.0 ➔ 4.132.0 )#1320
mortyops[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-coder-code-server-4.x

Conversation

@mortyops

@mortyops mortyops Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/coder/code-server minor 4.131.04.132.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 Mend Renovate CLI.

@mortyops

mortyops Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor Author
--- 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

@@ -73,13 +73,13 @@

             - /config/.code-server
             - --port
             - '12321'
             - /config
             image:
               repository: ghcr.io/coder/code-server
-              tag: 4.131.0@sha256:3623e6362abdec6258472882b06fdeec9d6ce2ad3fda316b3c5d7ed092b89add
+              tag: 4.132.0@sha256:b88ed46a6ace76a0294a17a24f39aa88032ed0a3692c3d8ab5433b47ab57ccbf
             resources:
               limits:
                 memory: 512Mi
               requests:
                 cpu: 10m
         pod:
--- kubernetes/apps/home-automation/home-assistant/app Kustomization: home-automation/home-assistant HelmRelease: home-automation/home-assistant

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

@@ -72,13 +72,13 @@

             - /config/.vscode
             - --port
             - '12321'
             - /config
             image:
               repository: ghcr.io/coder/code-server
-              tag: 4.131.0@sha256:3623e6362abdec6258472882b06fdeec9d6ce2ad3fda316b3c5d7ed092b89add
+              tag: 4.132.0@sha256:b88ed46a6ace76a0294a17a24f39aa88032ed0a3692c3d8ab5433b47ab57ccbf
             resources:
               limits:
                 memory: 512Mi
               requests:
                 cpu: 10m
         pod:
--- kubernetes/apps/home-automation/zigbee2mqtt/app Kustomization: home-automation/zigbee2mqtt HelmRelease: home-automation/zigbee2mqtt

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

@@ -125,13 +125,13 @@

             - /data/.code-server
             - --port
             - '12321'
             - /data
             image:
               repository: ghcr.io/coder/code-server
-              tag: 4.131.0@sha256:3623e6362abdec6258472882b06fdeec9d6ce2ad3fda316b3c5d7ed092b89add
+              tag: 4.132.0@sha256:b88ed46a6ace76a0294a17a24f39aa88032ed0a3692c3d8ab5433b47ab57ccbf
             resources:
               limits:
                 memory: 512Mi
               requests:
                 cpu: 10m
         initContainers:
--- kubernetes/apps/ai/hermes/app Kustomization: ai/hermes HelmRelease: ai/hermes

+++ kubernetes/apps/ai/hermes/app Kustomization: ai/hermes HelmRelease: ai/hermes

@@ -132,13 +132,13 @@

             - /opt/data
             env:
               HOME: /opt/data
               TZ: America/New_York
             image:
               repository: ghcr.io/coder/code-server
-              tag: 4.131.0
+              tag: 4.132.0
             resources:
               limits:
                 memory: 1Gi
               requests:
                 cpu: 10m
             securityContext:

@mortyops

mortyops Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: home-automation/esphome Deployment: home-automation/esphome

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

@@ -80,13 +80,13 @@

         - /config/.code-server
         - --extensions-dir
         - /config/.code-server
         - --port
         - '12321'
         - /config
-        image: ghcr.io/coder/code-server:4.131.0@sha256:3623e6362abdec6258472882b06fdeec9d6ce2ad3fda316b3c5d7ed092b89add
+        image: ghcr.io/coder/code-server:4.132.0@sha256:b88ed46a6ace76a0294a17a24f39aa88032ed0a3692c3d8ab5433b47ab57ccbf
         name: code-server
         resources:
           limits:
             memory: 512Mi
           requests:
             cpu: 10m
--- HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant

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

@@ -101,13 +101,13 @@

         - /config/.vscode
         - --extensions-dir
         - /config/.vscode
         - --port
         - '12321'
         - /config
-        image: ghcr.io/coder/code-server:4.131.0@sha256:3623e6362abdec6258472882b06fdeec9d6ce2ad3fda316b3c5d7ed092b89add
+        image: ghcr.io/coder/code-server:4.132.0@sha256:b88ed46a6ace76a0294a17a24f39aa88032ed0a3692c3d8ab5433b47ab57ccbf
         name: code-server
         resources:
           limits:
             memory: 512Mi
           requests:
             cpu: 10m
--- HelmRelease: home-automation/zigbee2mqtt Deployment: home-automation/zigbee2mqtt

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

@@ -187,13 +187,13 @@

         - /data/.code-server
         - --extensions-dir
         - /data/.code-server
         - --port
         - '12321'
         - /data
-        image: ghcr.io/coder/code-server:4.131.0@sha256:3623e6362abdec6258472882b06fdeec9d6ce2ad3fda316b3c5d7ed092b89add
+        image: ghcr.io/coder/code-server:4.132.0@sha256:b88ed46a6ace76a0294a17a24f39aa88032ed0a3692c3d8ab5433b47ab57ccbf
         name: code-server
         resources:
           limits:
             memory: 512Mi
           requests:
             cpu: 10m
--- HelmRelease: ai/hermes Deployment: ai/hermes

+++ HelmRelease: ai/hermes Deployment: ai/hermes

@@ -222,13 +222,13 @@

         - /opt/data
         env:
         - name: HOME
           value: /opt/data
         - name: TZ
           value: America/New_York
-        image: ghcr.io/coder/code-server:4.131.0
+        image: ghcr.io/coder/code-server:4.132.0
         name: codeserver
         resources:
           limits:
             memory: 1Gi
           requests:
             cpu: 10m

@mortyops
mortyops Bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch 3 times, most recently from 426c904 to 3cbada7 Compare August 15, 2026 16:21
….132.0 )

| datasource | package                   | from    | to      |
| ---------- | ------------------------- | ------- | ------- |
| docker     | ghcr.io/coder/code-server | 4.131.0 | 4.132.0 |
@mortyops
mortyops Bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch from 3cbada7 to 8be2057 Compare August 15, 2026 20:19
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.

0 participants