watchtower/internal
nils måsén 533bfc0e8b fix: always add missing slashes to link names
previously, this was only done when marking  dependant containers
for restart. but since the names should ALWAYS start with a slash,
this check could be performed every time the container is iterated.
the only downside to this is that it's less performant (as it needs to
copy the strings instead of just having the slices point to the same
source string), but it should not be noticable.
2023-03-12 10:44:06 +01:00
..
actions fix: always add missing slashes to link names 2023-03-12 10:44:06 +01:00
flags feat: allow log level to be set to any level (#1345) 2022-09-17 12:12:24 +02:00
meta * feat: custom user agent (#990) 2021-06-11 19:23:00 +02:00
util refactor: split out more code into separate files 2019-07-22 10:20:11 +02:00