Skip to content

Releases: Innablr/cloudformation-seed

Label the repo on the Docker image

19 Aug 07:15
3768297
Compare
Choose a tag to compare

We've now labeled the Docker image with the repo URI.

Fail if a stackset instance fails to deploy

19 Aug 00:21
0163153
Compare
Choose a tag to compare

When rolling out a stackset we probably need to notify the caller if an instance fails to deploy.

s3:// URIs in template: parameter

13 Jun 10:22
0163153
Compare
Choose a tag to compare

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.

Fix file access exception when no -m is specified

08 Jun 09:51
d5bee0f
Compare
Choose a tag to compare

1.3.1 introduced a regression when cf-seed would bomb out if run without -m. This release fixes the bug.

Upload release manifest into S3 from local filesystem

31 May 07:07
5be30f5
Compare
Choose a tag to compare

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.

Mass includes and objectpath

11 Feb 07:51
9931ee6
Compare
Choose a tag to compare

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.

Support region_concurrency_type in operation_preferences for stacksets

09 Feb 22:59
65e7f74
Compare
Choose a tag to compare

Allow CF templates without parameters

09 Feb 04:23
4e87dbc
Compare
Choose a tag to compare

It was because of a simple mistake that templates without parameters weren't allowed. Let's correct it. Btw mandatory parameters are not that mandatory any more, but shhhh, don't tell anyone.

Add !EnvironmentVariable parameter tag

08 Feb 09:58
ef864eb
Compare
Choose a tag to compare

Now you can use !EnvironmentVariable to fill in your deployment parameters from the OS environment.

Organization-managed stacksets

08 Feb 08:24
9583fec
Compare
Choose a tag to compare

This release allows you to deploy Cloudformation stacksets into Organizational Units using rollout_strategy: organization. Please see the readme.