Releases: oozou/terraform-aws-elasticache
Releases · oozou/terraform-aws-elasticache
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 #8
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- feat: support aws provider version 5 by @xshot9011 in #7
BREAKING CHANGES
- Upgrade the AWS provider to version 5 with the constraint of
>= 5.0.0, < 6.0.0
.
Full Changelog: v1.0.2...v2.0.0
v1.0.2
v1.0.1
[1.0.1] - 2022-05-24
Here we would have the update steps for 1.0.1 for people to follow.
Fix
- change naming support more than 20 character
v1.0.0
What's Changed
- feat: upgrade provider to > 4.0.0 by @bemillenium in #2
New Contributors
- @bemillenium made their first contribution in #2
Full Changelog: v0.0.5...v1.0.0