feat(container): update image ghcr.io/donkie/spoolman (0.25.0 ➔ 0.26.0) - #4275
Conversation
📝 WalkthroughWalkthroughThe Spoolman Helm release updates the container image from version 0.25.0 to 0.26.0 and updates its pinned image digest. ChangesSpoolman image update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
@@ spec.template.spec.containers.app.image @@
# apps/v1/Deployment/default/spoolman
! ± value change
- ghcr.io/donkie/spoolman:0.25.0@sha256:1c4818a467d42946c3f24850aa45686ab67c06cb80e798470b46a33c2c218381
+ ghcr.io/donkie/spoolman:0.26.0@sha256:f17489666719c1a6e12bf0616e9865e3ee8609ef0ac2608d67c1528ceeb609e8
@@ spec.template.spec.containers.manager.image @@
# apps/v1/Deployment/system-upgrade/tuppr
! ± value change
- ghcr.io/home-operations/tuppr@sha256:e7824df6fc58be64eff76330327f0f3bb8273eb6428a19fab4fefa2d829ef1f5
+ ghcr.io/home-operations/tuppr@sha256:d50f298e00192c447f284cc3581beb45984d67e0235368c7aa3598dac2e4cde1
|
@@ spec.values.controllers.spoolman.containers.app.image.tag @@
# helm.toolkit.fluxcd.io/v2/HelmRelease/default/spoolman
! ± value change
- 0.25.0@sha256:1c4818a467d42946c3f24850aa45686ab67c06cb80e798470b46a33c2c218381
+ 0.26.0@sha256:f17489666719c1a6e12bf0616e9865e3ee8609ef0ac2608d67c1528ceeb609e8
@@ spec.ref.tag @@
# source.toolkit.fluxcd.io/v1/OCIRepository/system-upgrade/tuppr
! ± value change
- 0.4.4
+ 0.4.3
|
e231f57 to
3c1241a
Compare
AI Automated ReviewAnalysis engine: qwen-3.6-fast@http://litellm.ai.svc.cluster.local/v1 (openai) Recommendation: Approve This is a straightforward minor version bump for Spoolman (0.25.0 → 0.26.0). The image digest is pinned, the manifest structure follows repository conventions, and no breaking changes affect the current Kubernetes configuration. Release notesSpoolman v0.26.0 introduces a completely rewritten Svelte-based web client that replaces the previous React frontend by default. Key user-visible changes include:
No database migrations or configuration changes are required for existing deployments. Standards Compliance
Must-Check Items
Unknowns or Needs Verification
|
This PR contains the following updates:
0.25.0→0.26.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Donkie/Spoolman (ghcr.io/donkie/spoolman)
v0.26.0Compare Source
Spoolman has a new web client. It's a rewrite from scratch, and from this release on it's what you get by default. It's faster, much better phone compatibility, and it brings a pile of things the old client couldn't do:
The old React client still ships in every image. If the new one misbehaves on your setup, set
SPOOLMAN_LEGACY_CLIENT=TRUEto go back to it. Both talk to the same API, so your data is untouched either way. Please open an issue if you have to do that, so it can be fixed.The new frontend having been made from scratch does mean a lot of text needs to be translated again, but I've tried reusing old translations as much as possible.
Frontend
SPOOLMAN_LEGACY_CLIENT=TRUEswitches back to the old one.Backend
EXTERNAL_DB_NAME./infowhen the external database name couldn't be resolved.Full Changelog: https://github.com/Donkie/Spoolman/compare/v0.25.0..https://github.com/Donkie/Spoolman/compare/v0.26.0
Configuration
📅 Schedule: (in timezone Europe/Brussels)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit