Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform cloudposse/efs/aws to v1 #68

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/efs/aws (source) module major 0.36.0 -> 1.1.0

Release Notes

cloudposse/terraform-aws-efs (cloudposse/efs/aws)

v1.1.0

Compare Source

Make allow_all_egress a variable @​dlacosteGFM (#​126)

What changes in this PR?

  • Default change is nothing (with this PR applied, nobody would have to change anything)
  • Makes a new parameter allow_all_egress which defaults to false
  • When creating the security group for the EFS volume, this line makes the security-group have an "allow egress to 0.0.0.0/0" rule entry. This PR makes that a configurable parameter instead

Why make this change?

  • EFS doesn't actually do egress, so this really makes no impact difference at all
  • ...but during a security audit we have a dangling "why do you allow egress to 0.0.0.0/0 on this?" question with no really good answer (so let's get rid of it as it doesn't do anything anyways)

References

  • PCI DSS 3.2.1 rule 1.1.7 - Requirement to review firewall and router rule sets every 6 months
  • PCI DSS 3.2.1 rule 1.2.1 - Restrict inbound and outbound traffic to that which is necessary for the environment

v1.0.0

Compare Source

🤖 Automatic Updates

chore(deps): update terraform cloudposse/security-group/aws to v2 (main) @​renovate (#​135)

This PR contains the following updates:

Package Type Update Change
cloudposse/security-group/aws (source) module major 1.0.1 -> 2.2.0

Release Notes
cloudposse/terraform-aws-security-group (cloudposse/security-group/aws)
v2.2.0

Compare Source

`.editorconfig` Typo @​&#​8203;milldr (#&#​8203;50)
what

fixed intent typo

why

should be spelled "indent"

references

https://cloudposse.slack.com/archives/C01EY65H1PA/p1685638634845009

Sync github @​&#​8203;max-lobur (#&#​8203;47)

Rebuild github dir from the template

v2.1.0

Compare Source

  • No changes
v2.0.1

Compare Source

🐛 Bug Fixes
Properly handle enabled = false @​&#​8203;Nuru (#&#​8203;45)
what
  • Properly handle enabled = false
why
  • Fixes #​43
v2.0.0: Breaking changes

Compare Source

For details about migrating from v1 to v2, read the migration documentation.

Version 1 of this module had a flaw in that it tried to create new security group rules before deleting the old ones, which the Terraform provider does not handle properly and caused most attempted changes to fail. Version 2 resolves this issue by also creating a new security group when the rules change, installing the new rules in the new security group, then changing the security group assignments. Read the README and the migration documentation for more details.

Document migration from v1 to v2 @​&#​8203;Nuru (#&#​8203;42)
what
  • Document migration from v1 to v2 of this module
  • Fix #​40
why
  • Serious issues exist in v1, causing v2 to have different defaults and new settings. Documentation is needed to guide users on how to upgrade while minimizing service interruptions.
references
Fixes the link for examples/complete/main.tf @​&#​8203;jdmedeiros (#&#​8203;41)

Fixes the link for examples/complete/main.tf on the README.md file.



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from a team as a code owner March 5, 2024 01:14
@renovate renovate bot added the auto-update This PR was automatically generated label Mar 5, 2024
@renovate renovate bot requested review from a team as code owners March 5, 2024 01:14
@renovate renovate bot requested review from hans-d and kevcube and removed request for a team March 5, 2024 01:14
@hans-d
Copy link

hans-d commented Mar 5, 2024

/terratest

@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch 2 times, most recently from 5409786 to a7c0bf0 Compare March 9, 2024 03:13
@renovate renovate bot changed the title Update Terraform cloudposse/efs/aws to v1 chore(deps): update terraform cloudposse/efs/aws to v1 Mar 9, 2024
Copy link

mergify bot commented Mar 9, 2024

/terratest

@mergify mergify bot added the needs-test Needs testing label Mar 9, 2024
@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch from a7c0bf0 to 0c7d5aa Compare March 9, 2024 04:41
@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch from 0c7d5aa to 18818c0 Compare April 1, 2024 19:04
@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch from 18818c0 to 369206d Compare April 10, 2024 21:07
@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch 3 times, most recently from 3e4b25f to c1645ae Compare May 7, 2024 21:02
@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch from c1645ae to 4a71877 Compare May 18, 2024 05:24
@renovate renovate bot force-pushed the renovate/cloudposse-efs-aws-1.x branch from 4a71877 to 438a1e7 Compare May 21, 2024 16:56
@kevcube
Copy link
Sponsor

kevcube commented May 28, 2024

/terratest

@kevcube kevcube enabled auto-merge (squash) May 28, 2024 10:37
@kevcube kevcube merged commit 6849ed6 into main May 28, 2024
12 checks passed
@kevcube kevcube deleted the renovate/cloudposse-efs-aws-1.x branch May 28, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update This PR was automatically generated needs-test Needs testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants