Releases: aws-cloudformation/rain
Releases · aws-cloudformation/rain
v0.10.2-1
Only use tags in build script
Add automated release on tag
v0.10.2
v0.10.1
v0.10.0
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
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`
v0.8.2 Fix extra output bug in `ls`
Nicer output from `ls`, nocgo build variant, and bugfixes
v0.8.1 Nicer output from `ls`, bugfixes, and a nocgo build variant
Command re-organisation, new features, and many bugfixes
* 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
v0.7.2 Add MFA support
Minor update to rain fmt
Format large numbers correctly for YAML where fmt.Sprint
does not.