Skip to content

Releases: cloudposse/terraform-aws-elasticache-redis

v0.28.0

25 Jan 10:22
8fc0d98
Compare
Choose a tag to compare
Add snapshot name argument @kurtmc (#102)

what

This adds the ability to restore redis to snapshots created using the AWS implementation of backups for this service.

why

Need a way to restore redis to from snapshots.

references

Relates to #96

v0.27.3

06 Jan 17:46
5384654
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.10.0 @renovate (#101)

This PR contains the following updates:

Package Type Update Change
cloudposse/route53-cluster-hostname/aws (source) terraform minor 0.9.0 -> 0.10.0

Release Notes

cloudposse/terraform-aws-route53-cluster-hostname

v0.10.0

Compare Source

Terraform 0.14 upgrade @​maximmi (#​32) #### what - Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard #### why - Support Terraform 0.14

v0.27.2

23 Dec 00:09
6fd408d
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.9.0 @renovate (#99)

This PR contains the following updates:

Package Type Update Change
cloudposse/route53-cluster-hostname/aws (source) terraform minor 0.8.0 -> 0.9.0

Release Notes

cloudposse/terraform-aws-route53-cluster-hostname

v0.9.0

Compare Source

Update `context.tf` and github actions @​htplbc (#​31) #### what * Update to `context.tf` #### why * Keep the module up to date

v0.27.1

21 Dec 04:30
5aa1459
Compare
Choose a tag to compare

🚀 Enhancements

Terraform 0.14 upgrade @Nuru (#98)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.27.0

15 Dec 00:05
f2fd2d8
Compare
Choose a tag to compare
update context and tf .14 support @woz5999 (#95)

what

fixes and updates for tf 0.14 compatibility

v0.26.1

07 Dec 01:24
0f2c773
Compare
Choose a tag to compare
Fix release badge URL @joe-niland (#91)

what

  • Badge URL referenced another repo

why

  • Avoid confusion!

references

  • None

v0.26.0

05 Dec 20:44
c9fd279
Compare
Choose a tag to compare
Added Egress Outbound Variable & Updated Redis Family in Example @barissekerciler (#90)

what

  • Added cidr block option to egress traffic (default is 0.0.0.0/0)
  • Updated example with Redis 6.x

why

  • Business case (PCI-DSS). If you want to put Redis cluster to the private subnet, it shouldn't outbounds traffic to the all. At least, for a module, it must be opitonal.

v0.25.0

16 Sep 23:20
7014078
Compare
Choose a tag to compare
Add `cloudwatch_metric_alarms_enabled` variable. Update Terratest. Update to `context.tf` @aknysh (#84)

what

  • Add cloudwatch_metric_alarms_enabled variable
  • Update Terratest
  • Update to context.tf

why

  • Allow disabling CloudWatch metrics alarms
  • Standardization and interoperability
  • Keep the module up to date

related

v0.24.0

03 Sep 14:23
a2eb2b3
Compare
Choose a tag to compare
use minimum versions for provider pinning @woz5999 (#81)

what

set minimum versions for providers without pinning to a specific major version

why

the current method makes it very difficult to maintain or upgrade consistent provider versions within a project

references

https://www.terraform.io/docs/configuration/provider-requirements.html#best-practices-for-provider-versions

v0.23.0

25 Aug 00:19
ec14fec
Compare
Choose a tag to compare
Fix cloudwatch alarm failure to create (#56) @varunpalekar (#77)

what

  • Create multiple cloudwatch alarms for each node of cluster.

why

  • You can't create a cloudwatch alarm on cluster, need to create on each node of cluster.

references