Skip to content

Releases: aws-cloudformation/rain

v1.23.1

07 Jul 17:23
780d0f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.23.0...v1.23.1

v1.23.0

17 Apr 23:33
251173d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.22.0...v1.23.0

v1.22.0

04 Apr 00:03
92ea924
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.21.0...v1.22.0

v1.21.0

11 Jan 00:03
3a1d363
Compare
Choose a tag to compare

What's Changed

Dependabot

  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #616
  • Bump nanoid from 3.3.7 to 3.3.8 in /test/webapp/site by @dependabot in #614
  • docs: add markdown formatting to example text and link to example file by @Scribbd in #602
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.37.7 to 1.37.8 by @dependabot in #624
  • Bump github.com/aws/aws-sdk-go-v2/service/servicequotas from 1.25.7 to 1.25.8 by @dependabot in #622
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.56.1 to 1.56.2 by @dependabot in #621
  • Bump github.com/aws/aws-sdk-go-v2/service/lightsail from 1.42.7 to 1.42.8 by @dependabot in #623
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.23.2 to 1.23.3 by @dependabot in #620

Full Changelog: v1.20.2...v1.21.0

v1.20.2

17 Dec 22:21
494b890
Compare
Choose a tag to compare

This release adds unit tests to make sure the build command will work for all types.

What's Changed

Full Changelog: v1.20.1...v1.20.2

v1.20.1

16 Dec 22:44
2f95fc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.0...v1.20.1

v1.20.0

16 Dec 19:56
a3e5ece
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

31 Oct 18:11
efb944c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.0...v1.19.0

v1.18.0

29 Oct 23:25
4c72bec
Compare
Choose a tag to compare

This release addresses a security issue that would allow an attacker to predict the name of the rain asset bucket and create it before a user issues a rain pkg command, which uploads assets such as Lambda function code to the bucket. This would give the attacker full access to the contents uploaded by Rain, since they own the bucket. This release adds the ExpectedBucketOwner argument to S3 calls, which causes an Access Denied error if the bucket does not belong to the same account. Additionally, this release adds the s3-bucket argument to the rain bootstrap command, which allows users to create an asset bucket with a user-supplied name, which will be stored in SSM Parameter Store with the key rain-bucket for reference by future Rain commands. We recommend that users upgrade to v1.18.0, and verify that the expected rain asset bucket exists within their own account. Users who do not use the pkg or deploy commands are not affected by this issue. Users who supply the optional s3-bucket argument to those commands are not affected if the bucket they specify is in their account.

What's Changed

  • When merging templates with Outputs, replace Imports that reference Exported Names by @ericzbeard in #565
  • Add expected bucket owner checks to s3 operations by @ericzbeard in #566

Full Changelog: v1.17.0...v1.18.0

v1.17.0

21 Oct 23:33
c400275
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.17.0