watchtower/pkg
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
..
api feat(http): optional query parameter to update only containers of a specified image (#1289) 2022-06-14 09:13:14 +02:00
container fix: always add missing slashes to link names 2023-03-12 10:44:06 +01:00
filters feat: regex container name filtering (#1241) 2022-08-14 10:08:45 +02:00
lifecycle Post update time out (#1124) 2021-11-18 14:54:35 +01:00
metrics Session report collection and report templates (#981) 2021-06-27 09:05:01 +02:00
notifications feat: update shoutrrr to v0.7 (#1543) 2023-01-29 17:30:08 +01:00
registry feat: add oci image index support (#1533) 2023-01-22 09:59:42 +01:00
session feat: add porcelain output (#1337) 2022-08-14 10:11:31 +02:00
sorter refactor: extract code from the container package 2020-01-11 23:36:07 +01:00
types preparations for soft deprecation of legacy notification args (#1377) 2022-11-01 00:00:00 +01:00