Skip to content

Releases: aws-cloudformation/rain

v1.16.1

03 Oct 18:14
1a98cc4
Compare
Choose a tag to compare

This release features a set of new S3 Bucket Metadata commands that can be used to run scripts, upload content, and invalidate CloudFront distributions. The S3 directive also gets a new Run property that allows you to run build scripts for your lambda functions before uploading them. There is a fully functional serverless web application sample in test/webapp that demonstrates these new features.

What's Changed

Dependabot

  • Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows by @dependabot in #514

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.16.0

03 Oct 18:05
359521d
Compare
Choose a tag to compare

This release features a set of new S3 Bucket Metadata commands that can be used to run scripts, upload content, and invalidate CloudFront distributions. The S3 directive also gets a new Run property that allows you to run build scripts for your lambda functions before uploading them. There is a fully functional serverless web application sample in test/webapp that demonstrates these new features.

What's Changed

Dependabot

  • Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows by @dependabot in #514

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0

21 Aug 21:32
b5685eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.15.0

v1.14.0

07 Aug 16:16
47b261d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.1...v1.14.0

v1.13.1

26 Jul 22:50
cf74051
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.1...v1.13.1

v1.12.1

17 Jul 22:47
73d51d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1

v1.12.0

11 Jul 21:36
5960093
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

19 Jun 22:08
af424de
Compare
Choose a tag to compare

This release adds support for publishing and installing packages of Rain modules with CodeArtifact. This is a simple command that zips up a directory of files to create a generic CodeArtifact asset. Users or build scripts can install this package, which verifies the checksum and unzips it to a local folder.

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.27.1 by @dependabot in #416
  • Fix generation of Pkl classes where a type is an array or arrays by @ericzbeard in #418
  • Add support for publishing and installing module packages with CodeArtifact by @ericzbeard in #421
  • Fixed paging bug with instance type check by @ericzbeard in #435
  • Release v1.11.0 modules updates, docs, schema by @ericzbeard in #436

Full Changelog: v1.10.0...v1.11.0

v1.10.0

31 May 21:54
b18b179
Compare
Choose a tag to compare

Fixing a few bugs and added filled some minor feature gaps in this release.

What's Changed

Dependabot

  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.2 to 1.54.3 by @dependabot in #401
  • Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.32.3 to 1.32.4 by @dependabot in #400
  • Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.15 to 1.17.16 by @dependabot in #399
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.16 by @dependabot in #398
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.31.3 to 1.32.1 by @dependabot in #397

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

24 May 17:37
d75a6b3
Compare
Choose a tag to compare

In this release, we added a number of new checks to the rain forecast command, to catch common failures before deployment. We also removed the generated Pkl package and moved it to its own repo.

What's Changed

Dependabot

  • Bump golang.org/x/term from 0.19.0 to 0.20.0 by @dependabot in #381
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.159.0 to 1.160.0 by @dependabot in #379
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.50.0 to 1.50.1 by @dependabot in #386
  • Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.78.0 to 1.78.1 by @dependabot in #382
  • Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.28.6 to 1.28.7 by @dependabot in #383
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.18.4 to 1.18.5 by @dependabot in #385
  • Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.32.0 to 1.32.1 by @dependabot in #384
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.160.0 to 1.161.3 by @dependabot in #395
  • Bump github.com/aws/aws-sdk-go-v2/service/lightsail from 1.37.0 to 1.37.3 by @dependabot in #394
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.1 to 1.54.2 by @dependabot in #393
  • Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.11 to 1.17.15 by @dependabot in #392
  • Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.32.1 to 1.32.3 by @dependabot in #391

Full Changelog: v1.8.6...v1.9.0