Fixes
- fix(kubedog): add support for ErrImageNeverPull;
- fix(host cleanup GC): enable auto cleanup in werf-compose commands;
- fix(host cleanup GC): Do not print wrongly estimated size of images before delete performed;
- fix(build): print store stage message when pushing a stage into repo;
- fix(werf.yaml): fix default path to .helm;
- should be relative to
werf.yaml
location so that customwerf.yaml
location also specifies custom.helm
path automatically.
- should be relative to
Docs
- docs: fix docs installation for macos;
Internals
- fix(helm): remove usage of ghodss yaml, use sigs.k8s.io/yaml instead;
- only for helm-related part, do not change legacy ansible pkg which uses ghodss.