Releases: oozou/terraform-aws-cloudwatch-alarm
Releases · oozou/terraform-aws-cloudwatch-alarm
v2.0.1
[v2.0.1] - 2023-06-15
Changed
- When running with a provider version of 6 or higher, certain modules may not function properly. However, we can address the modules that are not compatible with version 6 to ensure compatibility. This way, we don't need to edit all the modules. So we update the constraint to
>= 5.0.0
at the module level.
- fix: provider version constraint by @xshot9011 in #7
Full Changelog: v2.0.0...v2.0.1
v2.0.0
[v2.0.0] - 2023-06-08
BREAKING CHANGES
- Upgrade the AWS provider to version 5 with the constraint of
>= 5.0.0, < 6.0.0
.
Why 🥺
- The AWS Provider upgrade to the next version, so we need to provide support for it.
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- feature: add cloudwatch alarm by @xshot9011 in #1
Added
- init terraform-aws-cloudwatch-alarm module
New Contributors
- @xshot9011 made their first contribution in #1
Full Changelog: https://github.com/oozou/terraform-aws-cloudwatch-alarm/commits/v1.0.0