abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

Add the `patch` field to the manifest model and rename output_hashes #528

Closed drevell closed 6 months ago

drevell commented 6 months ago

When rendering a template and creating a manifest of the rendered files, we need to save a patch when modifying files in place so we can undo the operation later when we're upgrading.

This PR:

We don't need a new api_version for this because manifests are not released yet.