We've now labeled the Docker image with the repo URI.
1.3.4
When rolling out a stackset we probably need to notify the caller if an instance fails to deploy.
1.3.3
Previously you could only upload and use local Cloudformation template files. This release will allow you to specify s3:// URIs in the `template:` property of the stack definition in the environment configuration, so the template files will be synced from a third-party S3-bucket.
1.3.2
1.3.1 introduced a regression when cf-seed would bomb out if run without -m. This release fixes the bug.
1.3.1
In this release you can run cf-seed with a -m parameter pointed at a local file and it will automatically upload it to S3 and read back from there.
1.3.0
This release adds two new tags into configuration: !IncludeAll allows to mass-include files by wildcard and either merge or concatenate the result !ObjectPath can run an objectpath expression over a data structure
These changes greatly support very large cf-seed deployments. Please see examples.