awslabs / seed-farmer

Seed-Farmer is an orchestration tool that works with AWS CodeSeeder and acts as an orchestration tool modeled after GitOps deployments. It has a CommandLine Interface based in Python, leverages modular code deployments defined by declarative manifests, and includes change detection and deployment optimization.
https://seed-farmer.readthedocs.io/en/latest/
Apache License 2.0
43 stars 15 forks source link

fix how deployed manifest is stored #616

Closed dgraeber closed 1 month ago

dgraeber commented 1 month ago

Issue #, if available:

615

Description of changes: The manifest being stored is the WIP, not the overall manifest. This issue was introduced in the 3.4.x release and am correcting it here.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.