feat(spoolman): update image ghcr.io/donkie/spoolman 0.23.1 → 0.24.0 (#49992)
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 <details> <summary>Donkie/Spoolman (ghcr.io/donkie/spoolman)</summary> ### [`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**: <https://github.com/Donkie/Spoolman/compare/v0.23.1...v0.24.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zcG9vbG1hbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user