Finsys Release Notes

Follow

32 release notes curated from 1 source by the Releasebot Team. Last updated: Aug 10, 2026

Get this feed:

Finsys Products

  • Aug 9, 2026
    • Date parsed from source:
      Aug 9, 2026
    • First seen by Releasebot:
      Aug 10, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.41

    Dockhand releases v1.0.41 with a configurable default homepage, direct remote environments, S3 region quick-picks, richer registry browsing, and many fixes for backups, restores, container updates, LDAP, dashboards, and logs.

    What's new in v1.0.41

    ✨ configurable default homepage (#1354)
    ✨ direct remote environments - remote stacks dir configurable, for putting the whole stack onto the remote
    ✨ S3 backup destinations take an AWS region with a region quick-pick
    ✨ registry browser shows tag size and date for self-hosted registries, loaded on expand (#876)
    πŸ› activity log times now honor the configured timezone (#1183)
    πŸ› container updates respect the new image's command/entrypoint (#1371)
    πŸ› deleting a stack shows which folders will be removed, with a choice to keep/delete folders (#675)
    πŸ› fixed an LDAP filter parsing issue that could break group-based role assignment with some AD DNs
    πŸ› child containers using network_mode: service/container reconnect when their parent is updated (#570)
    πŸ› dashboard pending-update count now matches the containers list (#1006)
    πŸ› more room between settings/editor content and the scrollbar (#1171)
    πŸ› GitLab and Harbor registries no longer report a misleading auth error when browsing (#873)
    πŸ› backup volume picker shows every bind mount when two containers share a container path (#1373)
    πŸ› Google Cloud backup destinations now use a service-account JSON key
    πŸ› backup and restore helper containers no longer emit a "container died" notification when they finish
    πŸ› snapshots from another Dockhand instance sharing the repo now appear as restorable orphans (#1351)
    πŸ› a stack restored to new locations always keeps its compose file and stays internal (#1351)
    πŸ› improved restic repository operations log (prune, check, repair index etc.)
    πŸ› Azure Blob destinations no longer fail with 'invalid format' on init
    πŸ› backup destinations now have separate extra backup and restore flags (#1349)

    Docker image

    docker pull fnsys/dockhand:v1.0.41
    Also available as fnsys/dockhand:latest
    View on Docker Hub

    Original source
  • Jul 31, 2026
    • Date parsed from source:
      Jul 31, 2026
    • First seen by Releasebot:
      Aug 1, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.40

    Dockhand releases v1.0.40 with bug fixes and workflow improvements for git stacks, backups, and environment handling. It adds a richer git stack source badge, improves delete and restore behavior, defaults public URLs to https, and includes a docker-compose security bump.

    What's new in v1.0.40

    • πŸ› git stack stop/down/remove now resolve panel environment variables (#1313, PR#1339, @strausmann)
    • πŸ› the header clock falls back to the default TZ instead of UTC when the environment has none (#1340)
    • πŸ› deleting a git stack no longer clears a same-named stack's variables on other environments (#1335)
    • πŸ› Pangolin public URLs now default to https, honoring the ssl label (#1331)
    • πŸ› disconnected environments can be deleted without timeout (#1319, PR#1320, @Solaris-star)
    • ✨ Git stack source badge shows the deployed short commit hash, and git url, branch in tooltip (PR#1325, @brx19)
    • πŸ› container and stack modals are centered with consistent margins, no longer shifting with the sidebar (#1308)
    • πŸ› git stack webhooks now require a configured secret
    • πŸ› local-path backup repos now work on a co-located socket-proxy env, and fail loudly on a remote host (#1316)
    • πŸ› restoring a stack from a backup no longer drops its database-backed secret env vars (#1329)
    • πŸ› restoring a stack now recreates it as a internal stack in the stacks dir, not from a tmp path
    • πŸ› local-path backups are readable when Dockhand runs with a non-root PUID
    • πŸ› bump docker-compose to 5.3.1-r3 (CVE-2026-56852, GHSA-hrxh-6v49-42gf, GHSA-jpjm-c3r5-q96r)
    • πŸ› self-update check works on socket-proxy setups (#1203)

    Docker image

    docker pull fnsys/dockhand:v1.0.40

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Finsys and hundreds of other software products.

    Create account
  • Jul 26, 2026
    • Date parsed from source:
      Jul 26, 2026
    • First seen by Releasebot:
      Jul 27, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.39

    Dockhand fixes stack deployment and backup bugs in v1.0.39 and clears pending-update badges after redeploys.

    What's new in v1.0.39

    • πŸ› regression: stacks with relative bind mounts deployment fails (#1310)
    • πŸ› redeploying a stack with pull now clears the dashboard pending-update badge for containers it updated (#1311)
    • πŸ› stack backups no longer fail on deeply nested files whose path exceeds 100 bytes

    Docker image

    docker pull fnsys/dockhand:v1.0.39
    

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • Jul 25, 2026
    • Date parsed from source:
      Jul 25, 2026
    • First seen by Releasebot:
      Jul 27, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.38

    Dockhand releases v1.0.38 with beta container and stack backups, read-only Git stack YAML and dependency graph viewing, plus a broad set of reliability fixes, auth and update improvements, and DNS and notification enhancements.

    What's new in v1.0.38

    • ✨ container/stacks backups (beta), gated with FEAT_BACKUPS_ENABLED
    • ✨ view a Git stack's compose YAML and dependency graph read-only by clicking its name (PR#1294, @nenad)
    • πŸ› deploy on a plain internal stack no longer 500s when the request has no body (#1271)
    • πŸ› wider Activity event details modal (#1277)
    • πŸ› container updates refresh image-provided env vars and labels, overrides are kept (#1226, #1256)
    • πŸ› private repos with a token credential and no username now authenticate (#1273)
    • πŸ› dashboard CPU history no longer spikes past 100% on busy/churny hosts (#1279)
    • πŸ› failed updates (e.g. Docker Hub limits) show a 'check failed' instead of silently reporting no update (#1255)
    • πŸ› git stacks reject uppercase names upfront instead of leaving an orphaned clone (#1284)
    • πŸ› scan all images now covers untagged digest-pinned images instead of skipping them (#1286)
    • πŸ› registry containers stuck on a moved tag are no longer misread as "local" and skipped from updates (#1288)
    • πŸ› bump docker-compose 5.2.0-r0 -> 5.3.1-r1 (CVE-2026-42505)
    • πŸ› bump Go 1.25.11 -> 1.25.12 (patches 4 stdlib CVEs)
    • πŸ› volume prune now removes named unused volumes, keeping scanner caches (#1289)
    • ✨ DNS_RESULT_ORDER=verbatim enables IPv6 fallback for outbound requests on IPv4-broken hosts (#1293)
    • πŸ› OIDC/network errors now show the underlying cause instead of a bare "fetch failed" (#1293)
    • πŸ› ntfy webhook with a trailing slash on the topic no longer fails with a 404 (#1300)
    • πŸ› stack deploy and git sync notifications now actually fire on real deploys (#1295)

    Docker image

    docker pull fnsys/dockhand:v1.0.38

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • Jul 11, 2026
    • Date parsed from source:
      Jul 11, 2026
    • First seen by Releasebot:
      Jul 12, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.37

    Dockhand ships v1.0.37 with Prometheus metrics, SARIF export, new Vulnerabilities dashboard insights, direct container image updates from Stack view, customizable sidebar, and numerous fixes and scanner updates that improve reliability and visibility.

    What's new in v1.0.37

    • ✨ Prometheus metrics at /metrics for env state and internals, gated by EXPORT_METRICS (#339)
    • ✨ export scan results as SARIF 2.1.0, manual export and API for DefectDojo/Dependency-Track/GitHub (#415)
    • ✨ bump bundled docker-compose to 5.2.0-r0 to clear known CVEs
    • ✨ Vulnerabilities dashboard: aggregated CVE findings (#1038)
    • ✨ update container images directly from the Stack view (#1073)
    • ✨ stacks list shows an update indicator for stacks with image updates (#504)
    • πŸ› copying an image to another registry keeps its tag instead of defaulting to latest (#1243)
    • πŸ› more-than-current image re-scans the current image so a stale cached scan doesn't block (#1022)
    • ✨ application logs now include the log level (INFO/WARN/ERROR) in the prefix (#1166)
    • ✨ option to suppress the "What's New" popup (#1235)
    • πŸ› ntfy notifications now forward the email query parameter so ntfy can send email (#1231)
    • ✨ default scanner images bumped to grype v0.115.0 and trivy 0.71.2 (#1241)
    • πŸ› the "Latest" update-check result now stays visible and doesn't revert (#1019)
    • ✨ a stack with container label dockhand.adopt=false excluded from adoption (#998)
    • πŸ› dashboard daemon info shows the real host hostname, not Dockhand's container id (#1265)
    • ✨ file editor prompts to save/discard unsaved changes before closing (#1264)
    • πŸ› GET /api/containers/check-updates now lists pending updates (POST still triggers a check) (#1266)
    • ✨ sidebar menu customizable (order and visibility of items) (#1252)
    • πŸ› activity and audit date filters respect the configured timezone instead of UTC (#1269)
    • ✨ git deploy progress shows the changed files before the deploy starts (#1260)

    Docker image

    docker pull fnsys/dockhand:v1.0.37

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • Similar to Finsys with recent updates:

  • Jun 27, 2026
    • Date parsed from source:
      Jun 27, 2026
    • First seen by Releasebot:
      Jun 27, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.36

    Dockhand ships v1.0.36 with a cleaner, more reliable experience, adding a sidebar update indicator, configurable scanner networking, project links on template tiles, and improved time, cron, and grid controls, alongside multiple bug fixes across the UI and registry tools.

    What's new in v1.0.36

    • ✨ sidebar shows an amber update indicator when a newer Dockhand image is available (#1146)
    • πŸ› Tag image modal too narrow for images identified only by SHA (#1205)
    • πŸ› self-hosted ntfy: accept raw tk_... access tokens in ?auth= (#1209)
    • πŸ› dashboard: a single failed DB stats query no longer poisons the whole environment tile (#1210)
    • πŸ› UI dates and times now honor the configured default timezone instead of the browser's timezone (#1183)
    • πŸ› add missing reset-mfa.sh emergency script referenced by the manual (#1214)
    • πŸ› registry browser: copy between registries no longer duplicates the host (#1220)
    • ⚑ published image carries standard OCI annotations (source, url, title, description, vendor, licenses) (#1217)
    • ✨ scanner: configurable network mode and DNS servers for vulnerability scans (#1219)
    • ✨ template tiles now show a Project link that opens the upstream project page (#1211)
    • ⚑ cron picker: hour shows just HH (was HH:00), minute granularity bumped from 15 to 5 (#1198)
    • ✨ grid buttons: configurable size and optional semantic colors (#1072)
    • πŸ› copy buttons (git deploy logs, API tokens) now work over plain HTTP (#1222)
    • πŸ› Podman pod-infra containers no longer trigger update-check warnings (#1221)
    • πŸ› terminal exec works even when the browser sends a cookie with stray % characters (#1224)

    Docker image

    docker pull fnsys/dockhand:v1.0.36

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • Jun 19, 2026
    • Date parsed from source:
      Jun 19, 2026
    • First seen by Releasebot:
      Jun 19, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.35

    Dockhand ships v1.0.35 with scanner image pruning controls, scan fixes, and improved healthchecks and shell detection.

    What's new in v1.0.35

    • ✨ image prune skips Dockhand's scanner images (grype, trivy), configurable (#625)
    • πŸ› "No archive" download format selection not persisted (#1180)
    • πŸ› regression: vulnerability scans on direct-TCP envs (#1195)
    • πŸ› Pangolin labels β€” recognise the real public-resources / private-resources namespaces (#2)
    • πŸ› healthcheck uses HTTPS probe when HTTPS_MODE=on (#1191)
    • πŸ› shell detection improved for containers with non-standard PATH or shell locations (#1189)

    Docker image

    docker pull fnsys/dockhand:v1.0.35

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • Jun 17, 2026
    • Date parsed from source:
      Jun 17, 2026
    • First seen by Releasebot:
      Jun 17, 2026
    • Modified by Releasebot:
      Jun 18, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.34

    Dockhand ships v1.0.34 with security fixes, UI and container management improvements, raw file downloads, update filtering, hostname and IP visibility, better logs, lifecycle actions, proxy URL surfacing, release notes links, and a template library for browsing and deploying compose templates.

    What's new in v1.0.34

    Important

    This release closes GHSA-f6q3-chhc-4hxm

    • ✨ raw file download β€” no tar wrapping (#1180)
    • πŸ› update modal stuck after closing mid-pull (#1094)
    • πŸ› vulnerability scans on Podman hosts (direct TCP and Hawser) (#1076)
    • πŸ› crash-looping containers now appear in the logs page list (#227)
    • ✨ filter containers by "Update available" (#1063)
    • ✨ show hostname / IP of the selected environment in the top header (#962)
    • ✨ internal auth and validation hardening and dependency bumps
    • ✨ Traefik and Pangolin integration β€” surface proxy URLs on container and stack panels (#2)
    • ✨ release-notes link next to images with updates available (#538)
    • ✨ lifecycle action buttons in the container details modal (#461)
    • ✨ template library β€” browse and deploy compose templates from configurable sources (#48)
    • πŸ› file browser fails on containers with ls in /usr/sbin (#1185)

    Docker image

    docker pull fnsys/dockhand:v1.0.34

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • Jun 15, 2026
    • Date parsed from source:
      Jun 15, 2026
    • First seen by Releasebot:
      Jun 16, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.33

    Dockhand releases v1.0.33 with in-place container property updates without restart, richer volumes and stack navigation, new notification options, a native HTTPS listener, better editor and file-browser UX, and multiple fixes for registry, sync, tunnel, and deploy issues.

    What's new in v1.0.33

    • ✨ in-place container property updates without restart β€” restart policy, CPU/memory limits (#1153)
    • ✨ clickable stack badge in container and volume inspect modals (#1121)
    • ✨ clickable stack badge in volumes list row (#1122)
    • ✨ volumes list shows driver_opts type (NFS, CIFS, etc.) with sort and filter (#1123)
    • ✨ Bark iOS notifications (#1095, PR#1097, @undirectlookable)
    • ✨ Signal notifications via signal-cli-rest-api (#1099)
    • ✨ Apprise passthrough β€” forward to a self-hosted caronc/apprise-api server (#1099)
    • πŸ› env editor flagged Docker/Compose built-ins as MISSING (#141)
    • πŸ› YAML editor indentation was inconsistent when pressing Enter (#1156)
    • ✨ dockhand.update=false, dockhand.hidden=true and localhost/* images skip registry polling (#1083)
    • πŸ› registry authentication for image pulls (#1105)
    • ✨ native HTTPS listener, off by default (#1102)
    • πŸ› environments stuck "Failed" after VPN/Tailscale tunnel drops until agent restart (#1160)
    • πŸ› health_status events flooding container_events table (#1165)
    • πŸ› git stack sync removes files deleted from the repo (hash-verified) (#966, #1162)
    • ✨ upload TLS/mTLS certificate files in environment editor (#125)
    • ✨ syntax highlighting for shell, Dockerfile, TOML, INI/conf and .env files in the file browser viewer (#1055)
    • ✨ Animated icons now configurable (#1169)
    • πŸ› stack deploys ignored the env's configured socket path (#1172)
    • πŸ› environment names with characters that break path resolution (e.g. *) are now rejected (#1179)

    Docker image

    docker pull fnsys/dockhand:v1.0.33

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • Jun 6, 2026
    • Date parsed from source:
      Jun 6, 2026
    • First seen by Releasebot:
      Jun 7, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.32

    Dockhand ships v1.0.32 with container details polish, improved logs, smarter env editor behavior, and network mode support for sharing another container’s namespace. It also fixes several bugs around edits, git stacks, label overrides, and dashboard counts.

    What's new in v1.0.32

    • ✨ container details tweaks: process count, label filter, copy all labels (#812)
    • ✨ log improvements (#1130)
    • πŸ› cleared Resources fields not persisted on container edit (#1119)
    • πŸ› long container names overflowed in activity event details dialog (#1129)
    • πŸ› git stack recreate and start operations ignored Dockhand-stored env vars (#1132)
    • πŸ› dashboard stopped count reset to 0 after refresh for gracefully stopped containers (#1133)
    • πŸ› auto-update preserves runtime -e env and -l label overrides (#1135)
    • πŸ› git stack volume binds resolved to wrong host path when compose was in a subdirectory (#1139)
    • πŸ› git stacks: subdir compose files now find their adjacent env files (#1136)
    • ✨ env editor doesn't flag Docker/Compose built-in variables as unused (#141)
    • ✨ container network mode: share another container's network namespace (#161)

    Docker image

    docker pull fnsys/dockhand:v1.0.32

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • May 30, 2026
    • Date parsed from source:
      May 30, 2026
    • First seen by Releasebot:
      May 30, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.31

    Dockhand fixes a 502 Bad Gateway issue behind nginx-based reverse proxies and ships Docker image v1.0.31.

    What's new in v1.0.31

    πŸ› 502 Bad Gateway behind nginx-based reverse proxies β€” SvelteKit 2.51+ bloated the Link response header, pinned to 2.50.0 (#1114)

    Docker image

    docker pull fnsys/dockhand:v1.0.31
    

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
  • May 30, 2026
    • Date parsed from source:
      May 30, 2026
    • First seen by Releasebot:
      May 30, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.30

    Dockhand adds log viewer controls, selective image cleanup, container port mapping improvements, live network attach and detach, stack and container management updates, notification and URL label enhancements, plus multiple bug fixes and a Docker Compose bump.

    What's new in v1.0.30

    • ✨ time range filter for log viewer β€” filter logs by From/To date and time (#1068)
    • ✨ configurable tail line count in log viewer β€” choose from 100 to all lines (#1066)
    • ✨ toggleable line numbers in log viewer (#1067)
    • ✨ "some unused" image filter β€” show images with both used and unused tags for selective cleanup (#621)
    • ✨ IP binding and port ranges in container port mappings (#581)
    • ✨ remove individual containers directly from stacks page (#576)
    • πŸ› scan cache lookup by tag name never matched β€” results now resolved via image digest (#1064)
    • πŸ› image-baked env vars not updated during auto-update container recreation (#1061)
    • πŸ› git stack deploy via Hawser fails with "Invalid string length" when repo has large files (#1040)
    • ✨ Gotify notification priority via URL query param β€” gotify://host/token?priority=5 (#1033)
    • πŸ› consistent action button order across container and stack views (#1079)
    • ✨ named custom URL labels β€” dockhand.url=Name markdown syntax (#1065)
    • πŸ› HTTPS git credentials no longer leaked in process arguments (#1081)
    • ✨ bump Docker Compose to 5.1.4 (GHSA-pmwq-pjrm-6p5r)
    • ✨ dockhand.order label to control container display order within stacks (#847)
    • ✨ live network attach/detach for running containers β€” join or leave Docker networks without restarting (#1051)
    • πŸ› environment variable values with nested quotes progressively corrupted on each save (#1036, #1086)

    Docker image

    docker pull fnsys/dockhand:v1.0.30
    Also available as fnsys/dockhand:latest
    View on Docker Hub
    
    Original source
  • May 17, 2026
    • Date parsed from source:
      May 17, 2026
    • First seen by Releasebot:
      May 17, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.29

    Dockhand releases v1.0.29 with cleaner container management, better visibility, and multiple usability upgrades. It adds exposed port display, central label management, host port suggestions, custom URL labels, scan reports, and log viewer controls, while fixing several container, env, and cleanup issues.

    What's new in v1.0.29

    ✨ optionally display internal (exposed) container ports alongside published ports (#193)
    ✨ show app version in sidebar with build info tooltip (#209)
    ✨ central label management β€” rename or delete labels across all environments (#661)
    ✨ find next available host port when creating or editing containers (#116)
    ✨ theme-aware scrollbar styling β€” scrollbars adapt to dark/light mode and color palettes (#462)
    πŸ› update buttons (single, selected, and all) now respect the "confirm dangerous actions" setting (#638, #751)
    ✨ custom URL labels - dockhand.url or dockhand.port.{port}.url to add links alongside container ports (#266)
    ✨ generate and copy token for Hawser Standard mode with run command hint (#337)
    πŸ› environment stack directory not cleaned up when environment is deleted (#1023)
    ✨ toggle to hide timestamps and container name prefix in log viewer (#124)
    πŸ› Podman containers health status not showing (#737)
    πŸ› containers with exit code 0 (init/migration) no longer cause stack "partial" status (#1026)
    πŸ› stats stream 400 on reconnect by skipping overlapping fetches (#1044)
    πŸ› env var validation false positive for values containing $ followed by text (#1048)
    πŸ› git-repos directory not cleaned up when environment is deleted (#1049)
    πŸ› webhook secret auto-generated when left empty despite hint saying otherwise (#1050)
    ✨ scan reports β€” combined or individual Grype/Trivy (#1056)

    Docker image

    docker pull fnsys/dockhand:v1.0.29
    Also available as fnsys/dockhand:latest
    View on Docker Hub

    Original source
  • May 9, 2026
    • Date parsed from source:
      May 9, 2026
    • First seen by Releasebot:
      May 9, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.28

    Dockhand releases v1.0.28 with stronger git stack and container management, new context directory and no-cache build options, editable cache cleanup schedules, static IP and MAC settings, ntfy query parameter support, and fixes for env vars, deploy logs, labels, stacks, and dashboard issues.

    What's new in v1.0.28

    • ✨ context directory for git stacks β€” reference files from anywhere in the repo (#864)
    • ✨ no-cache build option for git stacks (#880)
    • πŸ› env vars lost when switching between raw/form view (#964)
    • πŸ› compose name property not respected during stack scan (#922)
    • ✨ editable schedule for scanner cache cleanup (#979)
    • πŸ› container labels cannot be deleted (#984)
    • πŸ› env var values leaked in deploy logs β€” now all values are redacted (#985)
    • πŸ› volume export keeps helper container alive, preventing volume prune/deletion (#983)
    • πŸ› ntfy self-hosted notifications fail when using ?auth= query parameter (#840)
    • πŸ› scrollbar appears in dashboard tiles when content overflows (#969)
    • πŸ› case-sensitive environment sort order β€” lowercase names sorted after uppercase (#975)
    • πŸ› inaccurate dashboard CPU gauge caused by one-shot stats flag (#932)
    • ✨ ntfy notifications support ?tags=, ?title=, and ?priority= URL query parameters (#689)
    • πŸ› stack .env file wiped when saving from graph view (#988)
    • ✨ dismiss update available indicators without updating (#853)
    • ✨ public IP setting available for hawser-edge environments β€” enables clickable port links (#350)
    • πŸ› git stack creation silently destroys existing stacks with the same name (#1001)
    • ✨ static IP/MAC address configuration for containers (#297)

    Docker image

    • docker pull fnsys/dockhand:v1.0.28
    • Also available as fnsys/dockhand:latest
    • View on Docker Hub
    Original source
  • Apr 26, 2026
    • Date parsed from source:
      Apr 26, 2026
    • First seen by Releasebot:
      Apr 26, 2026
    Finsys logo

    Dockhand by Finsys

    v1.0.27

    Dockhand ships v1.0.27 with network graph visualization, a customizable compose template for new stacks, Microsoft Teams notifications, new container label controls, better log search and terminal tools, and several bug fixes for notifications, volumes, timestamps, and git certificates.

    What's new in v1.0.27

    • ✨ network graph visualization on networks page (#894, @Penlane)
    • ✨ customizable compose template for new stacks in settings (#632, @oratory)
    • ✨ Microsoft Teams notifications via Power Automate Workflows (#355, @slokhorst)
    • ✨ container label controls: dockhand.update, dockhand.hidden, dockhand.notify (#6, #53, #94, #215)
    • ✨ configurable label filter matching mode (any/all) for environment dashboard (#607)
    • ✨ log search filter mode to hide non-matching lines (#916)
    • ✨ inline terminal on logs page with resizable split layout (#900)
    • πŸ› disable Telegram link preview in notifications (#910, @deenle)
    • πŸ› cron editor rejects 6-field expressions with seconds (#839, @GiulioSavini)
    • πŸ› mirror Dockhand's ExtraHosts into scanner and self-update containers (#836, @YewFence)
    • πŸ› duplicate volume binds during container recreate (#765, @itsDNNS)
    • πŸ› log timestamp formatting not applied on main logs page (#882)
    • πŸ› uploaded files now inherit container user ownership (#732, @ivanjx)
    • πŸ› extraneous backslash in Telegram notification environment name (#955)
    • πŸ› collapse ports into ranges only if 3 or more consecutive ports
    • πŸ› git operations auto-merge system CAs with custom cert (#967)

    Docker image

    docker pull fnsys/dockhand:v1.0.27

    Also available as fnsys/dockhand:latest

    View on Docker Hub

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.