From f2cde33b4801e5e8d4382f7d1372393336814118 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 7 Jul 2026 14:28:02 +0200 Subject: [PATCH] =?UTF-8?q?feat(spoolman):=20update=20image=20ghcr.io/donk?= =?UTF-8?q?ie/spoolman=200.23.1=20=E2=86=92=200.24.0=20(#49992)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/donkie/spoolman](https://redirect.github.com/Donkie/Spoolman) | minor | `c798bcc` → `4213596` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Donkie/Spoolman (ghcr.io/donkie/spoolman) ### [`v0.24.0`](https://redirect.github.com/Donkie/Spoolman/releases/tag/v0.24.0) [Compare Source](https://redirect.github.com/Donkie/Spoolman/compare/v0.23.1...v0.24.0) #### What's Changed - Updated all client and server dependencies. - Added system dark-mode option. - Fixed missing requirements.txt, to hopefully make moonraker update manager work again. - Added new frontend integration tests using playwright. - Remove max height from locations page. - Fix spool price disappearing from the list on live updates. - Add conditional logic to drop permissions for unprivileged Docker by [@​jpiccari](https://redirect.github.com/jpiccari) in [#​798](https://redirect.github.com/Donkie/Spoolman/pull/798) - Allow archived spool export by [@​velzi](https://redirect.github.com/velzi) in [#​919](https://redirect.github.com/Donkie/Spoolman/pull/919) - Update sync interval for external database synchronization by [@​chruoss](https://redirect.github.com/chruoss) in [#​943](https://redirect.github.com/Donkie/Spoolman/pull/943) - Bump uuid from 13.0.2 to 14.0.0 in /client by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​927](https://redirect.github.com/Donkie/Spoolman/pull/927) - docs: add MCP server to integrations list by [@​Disane87](https://redirect.github.com/Disane87) in [#​890](https://redirect.github.com/Donkie/Spoolman/pull/890) - Translations update by [@​weblate](https://redirect.github.com/weblate) in [#​825](https://redirect.github.com/Donkie/Spoolman/pull/825) #### New Contributors - [@​jpiccari](https://redirect.github.com/jpiccari) made their first contribution in [#​798](https://redirect.github.com/Donkie/Spoolman/pull/798) - [@​velzi](https://redirect.github.com/velzi) made their first contribution in [#​919](https://redirect.github.com/Donkie/Spoolman/pull/919) - [@​chruoss](https://redirect.github.com/chruoss) made their first contribution in [#​943](https://redirect.github.com/Donkie/Spoolman/pull/943) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/spoolman/Chart.yaml | 4 ++-- charts/stable/spoolman/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/spoolman/Chart.yaml b/charts/stable/spoolman/Chart.yaml index 3abf4d38615..7d505c61772 100644 --- a/charts/stable/spoolman/Chart.yaml +++ b/charts/stable/spoolman/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.23.1 +appVersion: 0.24.0 dependencies: - name: common version: 29.7.1 @@ -36,5 +36,5 @@ sources: - https://github.com/Donkie/Spoolman - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spoolman type: application -version: 2.6.0 +version: 2.7.0 diff --git a/charts/stable/spoolman/values.yaml b/charts/stable/spoolman/values.yaml index 5fe9abdcc0a..3ea6ef20c3a 100644 --- a/charts/stable/spoolman/values.yaml +++ b/charts/stable/spoolman/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/donkie/spoolman pullPolicy: IfNotPresent - tag: 0.23.1@sha256:c798bcc19194949962044459e4b43c09d667d084ae9c2c2e0187a42c36d43d9e + tag: 0.24.0@sha256:42135965c42d8d4fdbc1d7ea4aa0d20a521cd1d3a20e099ee9e2ea5289d62c28 securityContext: container: readOnlyRootFilesystem: false