From e1459109cdfbe0327c1b8b0f9706391e8168a5dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Apr 2026 20:58:35 +0000 Subject: [PATCH] chore(deps): update code-server (#5416) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [coder/code-server](https://github.com/coder/code-server) | minor | `4.112.0` → `4.113.0` | | [ghcr.io/linuxserver/code-server](https://github.com/linuxserver/docker-code-server/packages) ([source](https://github.com/linuxserver/docker-code-server)) | minor | `4.112.0-ls325` → `4.113.0-ls326` | --- ### Release Notes
coder/code-server (coder/code-server) ### [`v4.113.0`](https://github.com/coder/code-server/releases/tag/v4.113.0) [Compare Source](https://github.com/coder/code-server/compare/v4.112.0...v4.113.0) Code v1.113.0 ##### Changed - Update to Code 1.113.0. - Trusted origins can now begin with `*.`. For example, `--trusted-origins '*.coder.com'` will match both `coder.com` exactly and any domain that ends in `.coder.com`. ##### Added - Add the `--reconnection-grace-time` flag and pass it through to VS Code. This configures how many seconds clients have to reconnect before the session is permanently killed and a new connection must be made by reloading the window. The default is 10800 (three hours).
linuxserver/docker-code-server (ghcr.io/linuxserver/code-server) ### [`v4.113.0-ls326`](https://github.com/linuxserver/docker-code-server/releases/tag/4.113.0-ls326) [Compare Source](https://github.com/linuxserver/docker-code-server/compare/4.112.0-ls324...4.113.0-ls326) **CI Report:** **LinuxServer Changes:** **Full Changelog**: **Remote Changes:** Updating to 4.113.0
--- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5416 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/code-server/Chart.yaml | 2 +- clusters/cl01tl/helm/code-server/values.yaml | 2 +- clusters/cl01tl/helm/home-assistant/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/code-server/Chart.yaml b/clusters/cl01tl/helm/code-server/Chart.yaml index 2de9f07a5..a30ef3470 100644 --- a/clusters/cl01tl/helm/code-server/Chart.yaml +++ b/clusters/cl01tl/helm/code-server/Chart.yaml @@ -29,4 +29,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/visual-studio-code.png # renovate: datasource=github-releases depName=coder/code-server -appVersion: 4.112.0 +appVersion: 4.113.0 diff --git a/clusters/cl01tl/helm/code-server/values.yaml b/clusters/cl01tl/helm/code-server/values.yaml index 078b0002d..f676ba4f9 100644 --- a/clusters/cl01tl/helm/code-server/values.yaml +++ b/clusters/cl01tl/helm/code-server/values.yaml @@ -12,7 +12,7 @@ code-server: main: image: repository: ghcr.io/linuxserver/code-server - tag: 4.112.0-ls325@sha256:a17ee95f4e1b43284fe5dfea99e82c8a26f096534215ff36817fa80161eec220 + tag: 4.113.0-ls326@sha256:629232bdd99640dd3d514a40c740a9d42dcb808a844005821b2f4be6e6a8b66e env: - name: TZ value: America/Chicago diff --git a/clusters/cl01tl/helm/home-assistant/values.yaml b/clusters/cl01tl/helm/home-assistant/values.yaml index 7826ccaa9..c40cbd05d 100644 --- a/clusters/cl01tl/helm/home-assistant/values.yaml +++ b/clusters/cl01tl/helm/home-assistant/values.yaml @@ -23,7 +23,7 @@ home-assistant: code-server: image: repository: ghcr.io/linuxserver/code-server - tag: 4.112.0-ls325@sha256:a17ee95f4e1b43284fe5dfea99e82c8a26f096534215ff36817fa80161eec220 + tag: 4.113.0-ls326@sha256:629232bdd99640dd3d514a40c740a9d42dcb808a844005821b2f4be6e6a8b66e env: - name: TZ value: America/Chicago