Skip to content

Releases: aws-cloudformation/rain

v1.8.2

25 Mar 15:46
b32a559
Compare
Choose a tag to compare

This release adds support for Pkl, a new configuration language recently open sourced by Apple. As a part of the Rain release, we are publishing a Pkl package that allows you to write type-safe CloudFormation templates. You can use Pkl to create reusable modules that easily be shared and imported into other projects. We also fixed a few formatting issues by adding a way to configure how YAML serializes nodes.

What's Changed

Dependabot

  • Bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #304
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.46.1 to 1.47.0 by @dependabot in #302
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.15.7 to 1.18.1 by @dependabot in #303
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.18.1 to 1.18.2 by @dependabot in #315
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.47.0 to 1.47.2 by @dependabot in #317
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.5 to 1.27.7 by @dependabot in #314
  • Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.31.1 to 1.31.2 by @dependabot in #311
  • Bump github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0 by @dependabot in #321
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.51.2 to 1.53.0 by @dependabot in #325
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.7 to 1.27.8 by @dependabot in #324
  • Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.75.1 to 1.76.0 by @dependabot in #323
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.149.3 to 1.151.1 by @dependabot in #322

Full Changelog: v1.8.1...v1.8.2

v1.8.2-alpha1

21 Mar 15:23
8269636
Compare
Choose a tag to compare
v1.8.2-alpha1 Pre-release
Pre-release

What's Changed

  • Fix format bug with empty string and null by @ericzbeard in #305
  • Bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #304
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.46.1 to 1.47.0 by @dependabot in #302
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.15.7 to 1.18.1 by @dependabot in #303
  • Mod updates by @ericzbeard in #306
  • Fix bug in module sequences by @ericzbeard in #307
  • Forecast DBCluster failures by @ericzbeard in #310
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.18.1 to 1.18.2 by @dependabot in #315
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.47.0 to 1.47.2 by @dependabot in #317
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.5 to 1.27.7 by @dependabot in #314
  • Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.31.1 to 1.31.2 by @dependabot in #311
  • Bump github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0 by @dependabot in #321
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.51.2 to 1.53.0 by @dependabot in #325
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.7 to 1.27.8 by @dependabot in #324
  • Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.75.1 to 1.76.0 by @dependabot in #323
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.149.3 to 1.151.1 by @dependabot in #322
  • Generate pkl classes based on registry schemas by @ericzbeard in #318

Full Changelog: v1.8.1...v1.8.2-alpha1

v1.8.1

02 Mar 00:26
b34c1ab
Compare
Choose a tag to compare

What's Changed

  • Fix a bug in modules that caused some nodes to be skipped by @ericzbeard in #298

Full Changelog: v1.8.0...v1.8.1

v1.8.0

29 Feb 21:59
095c0c4
Compare
Choose a tag to compare

Highlights

This release is one of the biggest we've done in a while. Lots of new features!

Rain now supports interacting with changesets directly. The deploy command already creates and executes a changeset, but now you can view changesets with ls, delete them with rm, and create them without executing using deploy --no-execute.

The experimental cc command to deploy templates via CCAPI has improved, with limited intrinsics support and drift remediation.

The build command has been completely revamped to use the registry schema instead of the old spec files. It also has a new option, --recommend -r, to emit fully vetted templates that pass liniting and compliance checks out of the box.

And in addition to several bug fixes, we enabled dependabot, so there are lots of little package version bumps.

What's Changed

New Contributors

Dependabot

  • Bump github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.5.5 to 1.5.6 by @dependabot in #250
  • Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.28.5 to 1.28.7 by @dependabot in #246
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.141.0 to 1.144.1 by @dependabot in #255
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.26.1 to 1.26.6 by @dependabot in #254
  • Bump golang.org/x/sys from 0.15.0 to 0.16.0 by @dependabot in #253
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.47.5 to 1.48.0 by @dependabot in #251
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.144.1 to 1.145.0 by @dependabot in #264
  • Bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in #261
  • Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #259
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.15.5 to 1.15.7 by @dependabot in #260
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.145.0 to 1.146.0 by @dependabot in #266
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.42.4 to 1.43.0 by @dependabot in #270
  • Bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #276
  • Bump golang.org/x/term from 0.16.0 to 0.17.0 by @dependabot in #275
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.50.1 by @dependabot in #282
  • Bump github.com/aws/smithy-go from 1.20.0 to 1.20.1 by @dependabot in #284
  • Bump github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.5.6 to 1.6.2 by @dependabot in #287
  • Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.26.7 to 1.27.2 by @dependabot in #286
  • Bump github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.6.2 to 1.7.1 by @dependabot in #291
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.146.0 to 1.149.1 by @dependabot in #295
  • Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.28.7 to 1.31.1 by @dependabot in #294
  • Bump github.com/aws/aws-sdk-go-v2/service/lightsail from 1.34.0 to 1.36.1 by @dependabot in #293
  • Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.43.0 to 1.46.1 by @dependabot in #292
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.50.1 to 1.51.1 by @dependabot in #290

Full Changelog: v1.7.5...v1.8.0

v1.7.5

15 Dec 21:58
10c3391
Compare
Choose a tag to compare

What's Changed

  • Fixed JSON formatting for HTML char, and updated deps to fix an SDK bug by @ericzbeard in #233

Full Changelog: v1.7.4...v1.7.5

v1.7.4

14 Dec 18:02
d1243d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.3...v1.7.4

v1.7.3

12 Dec 22:10
7dfe17d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.3

v1.7.2

12 Dec 00:53
ed6ccf5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0
Full Changelog: v1.7.0...v1.7.1
Full Changelog: v1.7.1...v1.7.2

v1.7.1

12 Dec 00:10
5f2be28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

Full Changelog: v1.7.0...v1.7.1

v1.7.0

11 Dec 23:46
ef91ff3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0