Releases: aws-cloudformation/rain
v1.1.1
Add --service option to console command
Add aws-console cli
Update version to v1.1.1
v1.1.0
Don't suggest running with logs --all when we already have
Count runes when counting lines in console.CountLines
Add console command
Add option to open cfn console showing a specific stack
Change spinner colour to cyan
Fix typo in rain unit test
Use maximum session duration for console access
Update version to v1.1.0
v1.0.3
Ensure comments are preserved from intrinsics
Ensure comments are preserved when handling GetAtts during parse
Update version to v1.0.3
v1.0.2
Move no-colour flag to the rain command
Allow rain fmt to handle multiple files
Add pre-commit config
Ensure fmt adds a newline at the end of the file
Remove extra line ending in fmt -v output
Update version to v1.0.2
v1.0.1
Fix output of fmt command
gofmt everything
Update version to v1.0.1
v1.0.0
There have been several changes to rain since the previous version:
- Do not reformat temlates on deploy
- Add unsorted flag to fmt command
- Refactor Go API
- Improve UI and documentation
- Add colour support for Windows
- Preserve comments in fmt command
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