Sparta v0.9.2 Release Notes

    • 💥 :warning: BREAKING
    • :checkered_flag: CHANGES
      • Move Sparta-related provisioning values from stack Outputs to Tags.
      • Add support for go BuildTags to support environment settings.
      • Added Sparta/aws/cloudformation functions to support stack creation.
      • Added Sparta/aws/s3 functions to encapsulate common S3 operations.
      • Added Sparta/zip functions to expose common ZIP related functions.
      • Legibility enhancements for describe output
      • sparta.CloudFormationResourceName proxies to github.com/mweagle/Sparta/aws/cloudformation.CloudFormationResourceName. The sparta package function is deprecated and will be removed in a subsequent release.
    • 🛠 :bug: FIXED
      • Fixed latent bug in github.com/mweagle/Sparta/zip.AddToZip where the supplied ZipWriter was incorrectly closed on function exit.
      • Fixed latent parsing userdata input
      • Fixed latent issue where empty ChangeSets were applied rather than deleted.