Minor features and fixes
-
feat(deploy): add flagger Canary resources tracking support
- More info: werf/kubedog#218.
-
docs: move from multiwerf to trdl
-
fix(host-cleanup): fix host cleanup procedure hangs in a loop.
- Remove image by either: RepoTags, RepoDigests or ID.
- Added loop hanging protection for images and containers: do not try to remove image or container by an ID, if we've already tried to delete this object.
-
fix(kube-client): support list of paths in KUBECONFIG environment variable
- Pass multiple file paths using KUBECONFIG, WERF_KUBECONFIG or WERF_KUBE_CONFIG environment variables: https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#set-the-kubeconfig-environment-variable.