Skip to content

Commit

Permalink
Prepare v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Nov 24, 2023
1 parent 812845f commit cd6a3b5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
# Changelog

# v5.2.0 - 2023/07/20

- Fixed issue introduce in v5.1.0 regarding the use of `var.external_id`.
- Introduces support for `var.profile` to allow you to supply your own AWS profile. Thank you [coopengo-glecomte](https://github.com/digitickets/terraform-aws-cli/issues/8).
- Introduces support for `var.region` to allow you to supply your own AWS region.
- Refactored tests due to changes within Terraform.

# v5.1.0 - 2023/07/20

- Introduce support for `var.external_id`. Thank you [Joshua Rosen](https://github.com/digitickets/terraform-aws-cli/pull/6)
- Introduce support for `var.external_id`. Thank you [Joshua Rosen](https://github.com/digitickets/terraform-aws-cli/pull/6).

# v5.0.4 - 2022/11/28

- Allow `var.role_session_name` to be optional. Thank you [Byron Kim](https://github.com/digitickets/terraform-aws-cli/issues/4)
- Allow `var.role_session_name` to be optional. Thank you [Byron Kim](https://github.com/digitickets/terraform-aws-cli/issues/4).

# v5.0.3 - 2022/05/31

- Fix for when the AWS call being made has no output (which is invalid JSON). Thank you [Yaron Yarimi and Pavel Kargin](https://github.com/digitickets/terraform-aws-cli/issues/3)
- Fix for when the AWS call being made has no output (which is invalid JSON). Thank you [Yaron Yarimi and Pavel Kargin](https://github.com/digitickets/terraform-aws-cli/issues/3).

# v5.0.2 - 2022/05/26

- Fix for when this module is used in an iteration.

# v5.0.1 - 2022/05/24

- Explicitly specify output type as json for assume role call. Thank you [Niranjan Rajendran](https://github.com/digitickets/terraform-aws-cli/pull/2)
- Explicitly specify output type as json for assume role call. Thank you [Niranjan Rajendran](https://github.com/digitickets/terraform-aws-cli/pull/2).

# v5.0.0 - 2022/01/27

Expand Down

0 comments on commit cd6a3b5

Please sign in to comment.