-
Change
version: v1toversion: v2in your workload files -
Manifests are now written to a single file called
manifest.yamlfor each deployment.The directory structure of the output changed from:
manifests └── edge-eu-w4 └── my-app └── nginx-chart └── templatesTo:
manifests └── edge └── my-app └── manifest.yamlThe former behavior has been completely removed.
-
All paths in the workloads files are now evaluated relative to the file itself, rather than relative to the location from where
heml-templexeris called.