Skip to content

Releases: cloudposse/terraform-aws-iam-chamber-s3-role

v0.7.5

20 Nov 03:04
1372aea
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#17)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.7.4

19 Nov 21:26
9cae10e
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/iam-role/aws to v0.13.0 @renovate (#15)

This PR contains the following updates:

Package Type Update Change
cloudposse/iam-role/aws (source) module minor 0.9.3 -> 0.13.0

Release Notes

cloudposse/terraform-aws-iam-role

v0.13.0

Compare Source

Add permissions_boundary as a variable @​mmorejon (#​30) #### what * Add `permissions_boundary` as a parameter #### why * This parameter is missing in the module as an option. #### references * [iam_role#permissions_boundary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role#permissions_boundary)

Signed-off-by: Manuel Morejon manuel@mmorejon.io

v0.12.0

Compare Source

update assume actions variable to support multiple actions @​mcalhoun (#​29) #### what
  • Rename the assume_role_action variable to assume_role_actions
  • Update the assume_role_action to allow multiple actions
  • Update the default action to include sts:TagSession

why

  • Allow the flexibility of adding multiple actions to the trust policy

NOTE: THIS PR CONTAINS A BACKWARD-INCOMPATIBLE CHANGE

v0.11.0

Compare Source

Add instance profile @​sebastianmacarescu (#​27) #### what * add option to create instance profile for the role #### why * we should be able to use this module to create a role for an ec2 instance #### references * https://github.com/cloudposse/terraform-aws-iam-role/issues/26

v0.10.1

Compare Source

🤖 Automatic Updates

Update context.tf @​cloudpossebot (#​28) #### what This is an auto-generated PR that updates the `context.tf` file to the latest version from `cloudposse/terraform-null-label` #### why To support all the features of the `context` interface.

v0.10.0

Compare Source

Remove dependency from policy-document-aggregator @​goruha (#​25) #### what * Replace "cloudposse/terraform-aws-iam-policy-document-aggregator" with https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#example-of-merging-override-documents #### why * Reduce complexity

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.7.3

01 Mar 15:10
649b2a9
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/iam-role/aws to v0.9.3 @renovate (#14)

This PR contains the following updates:

Package Type Update Change
cloudposse/iam-role/aws (source) terraform patch 0.9.2 -> 0.9.3

Release Notes

cloudposse/terraform-aws-iam-role

v0.9.3

Compare Source

🤖 Automatic Updates

Update README.md and docs @​cloudpossebot (#​20) #### what This is an auto-generated PR that updates the README.md and docs #### why To have most recent changes of README.md and doc from origin templates

v0.7.2

01 Mar 14:11
faa4442
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/iam-role/aws to v0.9.2 @renovate (#13)

This PR contains the following updates:

Package Type Update Change
cloudposse/iam-role/aws (source) terraform minor 0.8.0 -> 0.9.2

Release Notes

cloudposse/terraform-aws-iam-role

v0.9.2

Compare Source

🚀 Enhancements

adding tags for role @​roock (#​6)

Adding tags for role

v0.9.1

Compare Source

🤖 Automatic Updates

Update Terraform cloudposse/iam-policy-document-aggregator/aws to v0.8.0 @​renovate (#​23)

This PR contains the following updates:

Package Type Update Change
cloudposse/iam-policy-document-aggregator/aws (source) terraform minor 0.6.0 -> 0.8.0

Release Notes
cloudposse/terraform-aws-iam-policy-document-aggregator ##### [`v0.8.0`](https://github.com/cloudposse/terraform-aws-iam-policy-document-aggregator/releases/0.8.0)

Compare Source

minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @​&#​8203;maximmi (#&#​8203;25) ##### what - update context.tf to v0.23.0 - minimum required Terraform version bumped to 0.13.0 - readme updated, Bridgecrew compliance badges added ##### why - It allows for setting the letter case of tag names and labels - we have dropped support for Terraform 0.12 - To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
##### [`v0.7.0`](https://github.com/cloudposse/terraform-aws-iam-policy-document-aggregator/releases/0.7.0)

Compare Source

Terraform 0.14 upgrade @​&#​8203;maximmi (#&#​8203;24) ##### what - Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard ##### why - Support Terraform 0.14

v0.9.0

Compare Source

context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @​maximmi (#​22) #### what - update context.tf to v0.24.1 - minimum required Terraform version bumped to 0.13.0 - readme updated, Bridgecrew compliance badges added #### why - It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below - we have dropped support for Terraform 0.12 - To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.7.1

05 Feb 06:46
af82cc4
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/iam-role/aws to v0.8.0 @renovate (#12)

This PR contains the following updates:

Package Type Update Change
cloudposse/iam-role/aws (source) terraform minor 0.6.0 -> 0.8.0

Release Notes

cloudposse/terraform-aws-iam-role

v0.8.0

Compare Source

Terraform 0.14 upgrade @​maximmi (#​21) #### what - Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard #### why - Support Terraform 0.14

v0.7.0

Compare Source

Terraform 0.14 upgrade @​woz5999 (#​19) #### what fixes and updates for tf 0.14 compatibility

v0.6.1

Compare Source

add assume_role_action var @​woz5999 (#​17) #### what provide the ability to specify a different assume role action #### why allows these roles to be assumed by users signing in with SAML integrations

v0.7.0

05 Feb 06:42
3bd0e2a
Compare
Choose a tag to compare
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#10)

what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

Supersedes and closes #11

v0.6.0

04 Feb 06:49
948ec92
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#9)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.5.0

19 Sep 07:06
a3c34e6
Compare
Choose a tag to compare
Update to TF 0.12/0.13. Update to `context.tf`. Update tests to `go` modules. Update example @aknysh (#7)

what

  • Update to TF 0.12/0.13
  • Update to context.tf
  • Update tests to go modules
  • Update example

why

  • Standardization and interoperability
  • Keep the module up to date

v0.4.0

19 Sep 06:39
9386dec
Compare
Choose a tag to compare
Add GitHub actions @aknysh (#6)

what

  • Add GitHub actions

why

  • Allow testing the module
Rename `kms_master_key_id` to `kms_master_key_arn` @goruha (#5)

What

  • Rename kms_master_key_id to kms_master_key_arn

Why

0.3.0

03 Jun 12:25
22b7cf0
Compare
Choose a tag to compare

what

  • terraform-aws-iam-role updated

why

  • new version avoid problem with policy aggregator for atlantis