Skip to content

Commit

Permalink
[upd] CHANGELOG for release-0.13.0
Browse files Browse the repository at this point in the history
[upd] IAM SubModule - Allow alternative trusted role arn for testing
To automate testing of the Terraform modules, we need to be able to pass
in a non-production role arn to the IAM submodule. This change allows
the automated testing to pass in a new trusted role arn. This parameter
should not be used by any users and defaults to null in the root module.

[upd] AWS Terraform Provider to ~> 5.0
Includes updates to VPC module to support new provider and deprecated
settings for EIP.

On branch release-0.13.0
Changes to be committed:
	modified:   CHANGELOG.md
  • Loading branch information
brent-anyscale committed Jun 27, 2023
1 parent f6ca662 commit c7fd6c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.13.0 (Released)
FEATURES:
- Update to latest AWS Provider (v5.x)
- IAM SubModule - Allow alternative trusted role arn for automated testing

## 0.12.0 (Unreleased)
FEATURES:

BUG FIXES:

BREAKING CHANGES:

NOTES:
Forced new deploy as Terraform Registry wasn't picking this release up correctly.

## 0.11.1 (Released)
FEATURES:

Expand Down

0 comments on commit c7fd6c8

Please sign in to comment.