Skip to content

Releases: aws-cloudformation/rain

v1.1.1

04 Dec 12:17
v1.1.1
f812b85
Compare
Choose a tag to compare

Add --service option to console command
Add aws-console cli
Update version to v1.1.1

v1.1.0

27 Nov 16:51
v1.1.0
c960c2d
Compare
Choose a tag to compare

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

17 Nov 18:54
459e814
Compare
Choose a tag to compare

Ensure comments are preserved from intrinsics
Ensure comments are preserved when handling GetAtts during parse
Update version to v1.0.3

v1.0.2

17 Nov 16:29
v1.0.2
91189f1
Compare
Choose a tag to compare

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

13 Nov 00:48
v1.0.1
c40402c
Compare
Choose a tag to compare

Fix output of fmt command
gofmt everything
Update version to v1.0.1

v1.0.0

12 Nov 23:24
v1.0.0
d80457c
Compare
Choose a tag to compare

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

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