cloudposse / terraform-aws-ssm-patch-manager

Terraform module to provision AWS SSM Patch Manager maintenance window tasks, targets, patch baseline, patch groups and an s3 bucket for storing patch task logs
https://cloudposse.com/accelerate
Apache License 2.0
22 stars 17 forks source link

Update Terraform cloudposse/s3-bucket/aws to v2 #12

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/s3-bucket/aws (source) module major 0.49.0 -> 2.0.0

Release Notes

cloudposse/terraform-aws-s3-bucket ### [`v2.0.0`](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/2.0.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-bucket/compare/1.0.0...2.0.0) Version 2.0 of terraform-aws-s3-bucket is the same as v0.49.0 except for the addition of 2 small bug fixes (see [#​147](https://togithub.com/cloudposse/terraform-aws-s3-bucket/pull/147)). It is labeled v2.0 as part of Cloud Posse's transition to [production Semantic Versioning](https://semver.org/#spec-item-5) conventions, and to indicate significant changes as compared to v1.0 (essentially version 0.47.1). There are some quirks to be aware of: - NO ACTION IS NEEDED to upgrade directly from v0.49.0 to v2.0.0 - Version 1.0 derives from and is compatible with version 0.47.1. Follow the upgrade instructions if upgrading from one of these versions. - Version 0.48.0 was an interim release that is not recommended for anyone to use. It has incompatibilities with every other version. If you are on v0.48.0, you can upgrade directly to v2.0.0 and if Terraform gives you no complaints, then you are good to go. See the release notes for [v0.48.0](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/tag/0.48.0) and [v0.49.0](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/tag/0.49.0) for information about how to fix any breakage.
Bug fixes @​Nuru (#​147) ##### what && why - Require AWS provider v4.9.0 or later, resolves #​137 - Properly consider `source_policy_documents` input, fixes #​145
### [`v1.0.0`](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/1.0.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-bucket/compare/0.49.0...1.0.0) Version 1.0.0 is part of Cloud Posse's conversion to [production Semantic Versioning](https://semver.org/#spec-item-5), part of Cloud Posse's general policy to convert to production versioning as we make updates to relatively mature modules, especially those where we see breaking changes coming in the near future. In the case of this module, the breaking changes have already been released as [v2.0.0](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/tag/2.0.0). This is a quirk due to not previously using production Semantic Versioning. **TAKE NOTE**: - Despite the 1.0 version designation, it is actually **not compatible** with the latest previous release (v0.49.0) or the current recommended release (v2.0.0). Because of that, this version is only recommended for people currently using v0.47.1 or earlier. - This release is the same as v0.47.1 except for additional version pinning allowing it to work with AWS provider v4. - No maintenance is planned for v1. With the release of AWS provider v4.9.0, the upgrade to v2.0 of this module requires no manual intervention as long as you meet the prerequisites (AWS provider v4.9.0 or later, Terraform v1.0.0 or later). So we recommend upgrading to v2.0 to get any bug fixes or new features.

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.



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