Determinism to giterminism
Renamed determinism to giterminism: git + determinism or "determinated by the git".
--disable-determinism
param renamed to --loose-giterminism
(WERF_DISABLE_DETERMINSM
to WERF_LOOSE_GITERMINISM
).
Helm related changes
- Update helm to v3.4.1.
- Fix auto generation of Chart.yaml:
- Take Chart.yaml from the repository if exists.
- Override metadata.name field with werf project name from the werf.yaml.
- Set metadata.version = 1.0.0 if not set.
- Make Chart.yaml optional for all
werf helm *
commands. - Fix enable --with-namespace and --with-hooks werf-dismiss options not working.