Skip to content

Releases: aws-cloudformation/rain

v0.10.2-1

27 Oct 13:24
v0.10.2-1
4539b67
Compare
Choose a tag to compare

Only use tags in build script
Add automated release on tag

v0.10.2

23 Oct 15:14
v0.10.2
768f0ff
Compare
Choose a tag to compare
  • Don't set location constraint for us-east-1 when creating artefact bucket
  • Don't attempt to reuse NoEcho params if the stack no longer exists
  • Allow deleting stacks in ReviewInProgress and CreateFailed states
  • Fix handling of newlines in fmt command

v0.10.1

21 Oct 13:35
v0.10.1
aafb8a4
Compare
Choose a tag to compare

Upload template to S3 if it's too large to deploy directly
Fix incorrect dependency check in Fn::Sub
Fix allowing ints as numbers in check command
Improve error messages

v0.10.0

20 Oct 17:08
v0.10.0
b9510ec
Compare
Choose a tag to compare

Add merge command
Update to v0.27.0 of AWS SDK
Update CloudFormation and SAM specs (for build and check commands)
Handle expiring credentials
Improve error handling and retrieve additional error messages where needed (e.g. failed changeset creation)
Various minor bug fixes

Add support for serverless resource types

10 Jul 15:36
v0.9.0
6b81e65
Compare
Choose a tag to compare

Add serverless resources to rain build.
Upgrade YAML parser.
Upgrade AWS SDK.
Handle zero-prefixed numbers correctly.
Add experimental dot output to rain tree.
Add --bare flag to rain build to meet features of cfn-skeleton.

Fix extra output bug in `ls`

27 May 14:36
v0.8.2
73dbb73
Compare
Choose a tag to compare
Pre-release
v0.8.2

Fix extra output bug in `ls`

Nicer output from `ls`, nocgo build variant, and bugfixes

27 May 14:00
v0.8.1
6d419c0
Compare
Choose a tag to compare
v0.8.1

Nicer output from `ls`, bugfixes, and a nocgo build variant

Command re-organisation, new features, and many bugfixes

27 May 12:43
v0.8.0
b5e847f
Compare
Choose a tag to compare
* Improved help

* Renamed `check` command to `info`
* Added `build`, `check`, and `version` commands
* Added `detach`, `params`, and `tags` parameters to `deploy` command
* Added `creds` parameter to `info` command
* Added `detach` parameter to `rm` command
* Added `wait` parameter to `watch` command
* Many bug fixes

Add MFA support

13 Nov 15:13
v0.7.2
83778ca
Compare
Choose a tag to compare
Add MFA support Pre-release
Pre-release
v0.7.2

Add MFA support

Minor update to rain fmt

07 Nov 12:23
v0.7.1
10299bf
Compare
Choose a tag to compare
Pre-release

Format large numbers correctly for YAML where fmt.Sprint does not.