Skip to content

feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.114.0 )#3210

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

feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.114.0 )#3210
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-coder-code-server-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 3, 2026

This PR contains the following updates:

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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 3, 2026

Path: main/homelab/home-assistant

--- /tmp/tmp.bxtmZ1jhQO	2026-04-04 12:46:36.247712588 +0000
+++ /tmp/tmp.fslZkSgaDS	2026-04-04 12:46:36.676719063 +0000
@@ -20,13 +20,19 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: release-name-code
+  name: home-assistant
   namespace: default
 spec:
-  type: ClusterIP
+  type: LoadBalancer
+  loadBalancerIP: 192.168.100.55
+  externalTrafficPolicy: Local
   ports:
-    - port: 12321
-      targetPort: 12321
+    - port: 11984
+      targetPort: 11984
+      protocol: TCP
+      name: go2rtc
+    - port: 8123
+      targetPort: 8123
       protocol: TCP
       name: http
   selector:
@@ -39,13 +45,13 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: release-name-gateway
+  name: release-name-code
   namespace: default
 spec:
   type: ClusterIP
   ports:
-    - port: 8123
-      targetPort: 8123
+    - port: 12321
+      targetPort: 12321
       protocol: TCP
       name: http
   selector:
@@ -58,17 +64,11 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: home-assistant
+  name: release-name-gateway
   namespace: default
 spec:
-  type: LoadBalancer
-  loadBalancerIP: 192.168.100.55
-  externalTrafficPolicy: Local
+  type: ClusterIP
   ports:
-    - port: 11984
-      targetPort: 11984
-      protocol: TCP
-      name: go2rtc
     - port: 8123
       targetPort: 8123
       protocol: TCP
@@ -180,7 +180,7 @@
               value: http://localhost:8123
             - name: TZ
               value: America/Chicago
-          image: ghcr.io/coder/code-server:4.109.2@sha256:1b84cd817fe8eb1159323ae9d2f29b3c70c6ccd44958d651a94900cf7f0ff9c4
+          image: ghcr.io/coder/code-server:4.114.0@sha256:14e279b1e741d58d99b8afb1b24fa6cb0a433a3edf58bf271720e4d4ace225af
           name: code-server
           resources:
             limits:
@@ -268,22 +268,20 @@
 apiVersion: gateway.networking.k8s.io/v1alpha2
 kind: HTTPRoute
 metadata:
-  name: release-name-internal
+  name: release-name-app
   annotations:
     gethomepage.dev/enabled: "true"
     gethomepage.dev/group: Home
     gethomepage.dev/icon: home-assistant
-    gethomepage.dev/name: Home Assistant Int
+    gethomepage.dev/name: Home Assistant Ext
   namespace: default
 spec:
   parentRefs:
     - group: gateway.networking.k8s.io
       kind: Gateway
-      name: internal
+      name: public
       namespace: kube-system
       sectionName: "https"
-  hostnames:
-    - "ha.rsr.net"
   rules:
     
     - backendRefs:
@@ -300,42 +298,47 @@
 apiVersion: gateway.networking.k8s.io/v1alpha2
 kind: HTTPRoute
 metadata:
-  name: release-name-app
+  name: release-name-code
   annotations:
     gethomepage.dev/enabled: "true"
-    gethomepage.dev/group: Home
-    gethomepage.dev/icon: home-assistant
-    gethomepage.dev/name: Home Assistant Ext
+    gethomepage.dev/group: Tools
+    gethomepage.dev/icon: code-server
+    gethomepage.dev/name: Home Assistant
   namespace: default
 spec:
   parentRefs:
     - group: gateway.networking.k8s.io
       kind: Gateway
-      name: public
+      name: internal
       namespace: kube-system
-      sectionName: "https"
+  hostnames:
+    - "ha-config.rsr.net"
   rules:
     
     - backendRefs:
 
         - group: ""
           kind: Service
-          name: release-name-gateway
+          name: home-assistant-code
           namespace: default
-          port: 8123
+          port: 12321
           weight: 1
+      matches:
+        - path:
+            type: PathPrefix
+            value: /
 
 ---
 # Source: home-assistant/charts/app-template/templates/common.yaml
 apiVersion: gateway.networking.k8s.io/v1alpha2
 kind: HTTPRoute
 metadata:
-  name: release-name-code
+  name: release-name-internal
   annotations:
     gethomepage.dev/enabled: "true"
-    gethomepage.dev/group: Tools
-    gethomepage.dev/icon: code-server
-    gethomepage.dev/name: Home Assistant
+    gethomepage.dev/group: Home
+    gethomepage.dev/icon: home-assistant
+    gethomepage.dev/name: Home Assistant Int
   namespace: default
 spec:
   parentRefs:
@@ -343,19 +346,16 @@
       kind: Gateway
       name: internal
       namespace: kube-system
+      sectionName: "https"
   hostnames:
-    - "ha-config.rsr.net"
+    - "ha.rsr.net"
   rules:
     
     - backendRefs:
 
         - group: ""
           kind: Service
-          name: home-assistant-code
+          name: release-name-gateway
           namespace: default
-          port: 12321
+          port: 8123
           weight: 1
-      matches:
-        - path:
-            type: PathPrefix
-            value: /

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 3, 2026

Path: main/homelab/esphome

--- /tmp/tmp.SyiCEDbrh2	2026-04-04 12:46:43.165027732 +0000
+++ /tmp/tmp.H9aB4A6Hhz	2026-04-04 12:46:43.934002937 +0000
@@ -123,7 +123,7 @@
             - --port
             - "12321"
             - /config
-          image: ghcr.io/coder/code-server:4.109.2@sha256:1b84cd817fe8eb1159323ae9d2f29b3c70c6ccd44958d651a94900cf7f0ff9c4
+          image: ghcr.io/coder/code-server:4.114.0@sha256:14e279b1e741d58d99b8afb1b24fa6cb0a433a3edf58bf271720e4d4ace225af
           name: code-server
           resources:
             limits:

@renovate renovate bot added the type/minor label Mar 9, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch from e02f5a2 to e9ebbc6 Compare March 9, 2026 21:15
@renovate renovate bot removed the type/patch label Mar 9, 2026
@renovate renovate bot changed the title fix(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.109.5 ) feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.110.0 ) Mar 9, 2026
@renovate renovate bot changed the title feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.110.0 ) feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.110.1 ) Mar 11, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch from e9ebbc6 to 4331008 Compare March 11, 2026 03:13
@renovate renovate bot changed the title feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.110.1 ) feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.111.0 ) Mar 12, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch from 4331008 to 9b2bb9c Compare March 12, 2026 00:55
@renovate renovate bot changed the title feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.111.0 ) feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.112.0 ) Mar 20, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch from 9b2bb9c to 9567b37 Compare March 20, 2026 01:33
@renovate renovate bot changed the title feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.112.0 ) feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.113.0 ) Apr 2, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch from 9567b37 to e9cbe27 Compare April 2, 2026 21:42
@renovate renovate bot changed the title feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.113.0 ) feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.113.1 ) Apr 3, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch from e9cbe27 to 696f082 Compare April 3, 2026 20:52
….114.0 )

| datasource | package                   | from    | to      |
| ---------- | ------------------------- | ------- | ------- |
| docker     | ghcr.io/coder/code-server | 4.109.2 | 4.114.0 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
@renovate renovate bot changed the title feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.113.1 ) feat(container): update image ghcr.io/coder/code-server ( 4.109.2 → 4.114.0 ) Apr 4, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-coder-code-server-4.x branch from 696f082 to af5e711 Compare April 4, 2026 12:46
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