v0.2.1: Merge pull request #49 from aiyengar2/remove_github_workflow_from_update
Enhancements:
- Update Go to v1.16
- The
make pull-scripts
command runs faster now - The
+upstream-version
part is omitted if the upstream chart version is the same as our chart version.
New Features:
- The new
version
field in thepackage.yaml
can be used to set the chart's version, and it will override the chart's original version or packageVersion.
Fixes:
- Fix the bug where the overlay file is left in the
charts/<package-name>
directory after the file is removed from thepackages/<package-name>/generated-changes/overlay
directory