From b88ad7be390b4866ee5a0eade42f61c3ccd5ade7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jul 2026 19:11:57 +0200 Subject: [PATCH] Update fnsys/dockhand Docker tag to v1.0.37 (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fnsys/dockhand](https://dockhand.pro) ([source](https://github.com/Finsys/dockhand)) | patch | `v1.0.36` → `v1.0.37` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes
Finsys/dockhand (fnsys/dockhand) ### [`v1.0.37`](https://github.com/Finsys/dockhand/releases/tag/v1.0.37) [Compare Source](https://github.com/Finsys/dockhand/compare/v1.0.36...v1.0.37) #### What's new in v1.0.37 - ✨ Prometheus metrics at /metrics for env state and internals, gated by EXPORT\_METRICS ([#​339](https://github.com/Finsys/dockhand/issues/339)) - ✨ export scan results as SARIF 2.1.0, manual export and API for DefectDojo/Dependency-Track/GitHub ([#​415](https://github.com/Finsys/dockhand/issues/415)) - ✨ bump bundled docker-compose to 5.2.0-r0 to clear known CVEs - ✨ Vulnerabilities dashboard: aggregated CVE findings ([#​1038](https://github.com/Finsys/dockhand/issues/1038)) - ✨ update container images directly from the Stack view ([#​1073](https://github.com/Finsys/dockhand/issues/1073)) - ✨ stacks list shows an update indicator for stacks with image updates ([#​504](https://github.com/Finsys/dockhand/issues/504)) - 🐛 copying an image to another registry keeps its tag instead of defaulting to latest ([#​1243](https://github.com/Finsys/dockhand/issues/1243)) - 🐛 `more-than-current image` re-scans the current image so a stale cached scan doesn't block ([#​1022](https://github.com/Finsys/dockhand/issues/1022)) - ✨ application logs now include the log level (INFO/WARN/ERROR) in the prefix ([#​1166](https://github.com/Finsys/dockhand/issues/1166)) - ✨ option to suppress the "What's New" popup ([#​1235](https://github.com/Finsys/dockhand/issues/1235)) - 🐛 ntfy notifications now forward the `email` query parameter so ntfy can send email ([#​1231](https://github.com/Finsys/dockhand/issues/1231)) - ✨ default scanner images bumped to grype v0.115.0 and trivy 0.71.2 ([#​1241](https://github.com/Finsys/dockhand/issues/1241)) - 🐛 the "Latest" update-check result now stays visible and doesn't revert ([#​1019](https://github.com/Finsys/dockhand/issues/1019)) - ✨ a stack with container label `dockhand.adopt=false` excluded from adoption ([#​998](https://github.com/Finsys/dockhand/issues/998)) - 🐛 dashboard daemon info shows the real host hostname, not Dockhand's container id ([#​1265](https://github.com/Finsys/dockhand/issues/1265)) - ✨ file editor prompts to save/discard unsaved changes before closing ([#​1264](https://github.com/Finsys/dockhand/issues/1264)) - 🐛 `GET /api/containers/check-updates` now lists pending updates (POST still triggers a check) ([#​1266](https://github.com/Finsys/dockhand/issues/1266)) - ✨ sidebar menu customizable (order and visibility of items) ([#​1252](https://github.com/Finsys/dockhand/issues/1252)) - 🐛 activity and audit date filters respect the configured timezone instead of UTC ([#​1269](https://github.com/Finsys/dockhand/issues/1269)) - ✨ git deploy progress shows the changed files before the deploy starts ([#​1260](https://github.com/Finsys/dockhand/issues/1260)) #### Docker image ```bash docker pull fnsys/dockhand:v1.0.37 ``` Also available as `fnsys/dockhand:latest` [View on Docker Hub](https://hub.docker.com/r/fnsys/dockhand)
--- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/20 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/dockhand.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dockhand.nix b/modules/dockhand.nix index c381886..adba1c6 100644 --- a/modules/dockhand.nix +++ b/modules/dockhand.nix @@ -17,7 +17,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { dockhand = { - image = "fnsys/dockhand:v1.0.36@sha256:ca0aa45aa61f35b521e05a7bbf79dcd571660e2a516dec49cca6fe374251abcc"; + image = "fnsys/dockhand:v1.0.37@sha256:1927b2b33966a83964a876d010818157b84af05fc3736f1c0c600d7291f2c2b1"; volumes = [ "/var/run/docker.sock:/var/run/docker.sock" ];