Skip to content

Added environment name to prune notifications.#771

Closed
evantaur wants to merge 107 commits intoFinsys:mainfrom
evantaur:main
Closed

Added environment name to prune notifications.#771
evantaur wants to merge 107 commits intoFinsys:mainfrom
evantaur:main

Conversation

@evantaur
Copy link
Copy Markdown

@evantaur evantaur commented Mar 16, 2026

Proposed change

Closes #770

Type of change

  • Bug fix: non-breaking change which fixes an issue.
  • New feature / Enhancement: non-breaking change which adds functionality.
  • Breaking change: fix or feature that would cause existing functionality to not work as expected.
  • Other. Please explain:

jotka and others added 25 commits February 16, 2026 09:08
The dockhand-updater image ships Docker CLI 29.2.1 (API 1.53), which
fails on hosts running older Docker daemons (e.g. Synology DSM with
Docker 24.0.2 / API 1.43). Every docker command in update.sh returns
"client version 1.53 is too new".

Query the daemon's API version via /version and pass it as
DOCKER_API_VERSION to the updater container env. If the env var is
already set on the main container, forward that instead.

Fixes Finsys#759
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 16, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ evantaur
✅ itsDNNS
❌ jotka
You have signed the CLA already but the status is still pending? Let us recheck it.

@jotka
Copy link
Copy Markdown
Contributor

jotka commented Apr 19, 2026

@evantaur that went independently in our release 1.0.26, thanks for the contribution anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Make notifications from scheduled prune have the host in it