cloudposse / terraform-aws-msk-apache-kafka-cluster

Terraform module to provision AWS MSK
https://cloudposse.com/accelerate
Apache License 2.0
74 stars 102 forks source link

Update Terraform cloudposse/security-group/aws to v2 (master) #82

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

cloudposse/terraform-aws-security-group ### [`v2.0.1`](https://togithub.com/cloudposse/terraform-aws-security-group/releases/tag/2.0.1) [Compare Source](https://togithub.com/cloudposse/terraform-aws-security-group/compare/2.0.0...2.0.1) #### πŸ› Bug Fixes
Properly handle enabled = false @​Nuru (#​45) #### what * Properly handle `enabled = false` #### why * Fixes #​43
### [`v2.0.0`](https://togithub.com/cloudposse/terraform-aws-security-group/releases/tag/2.0.0): Breaking changes [Compare Source](https://togithub.com/cloudposse/terraform-aws-security-group/compare/1.0.1...2.0.0) For details about migrating from v1 to v2, read the [migration documentation](https://togithub.com/cloudposse/terraform-aws-security-group/blob/master/docs/migration-v1-v2.md). 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 @​Nuru (#​42) #### what - Document migration from v1 to v2 of this module - Fix [#​40](https://togithub.com/cloudposse/terraform-aws-security-group/issues/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 - Closes [#​40](https://togithub.com/cloudposse/terraform-aws-security-group/issues/40)
Fixes the link for examples/complete/main.tf @​jdmedeiros (#​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 becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.