Releases: cloudposse/terraform-aws-elasticache-memcached
Releases · cloudposse/terraform-aws-elasticache-memcached
v0.9.2
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.10.0 @renovate (#25)
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
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.14v0.9.1
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.9.0 @renovate (#23)
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
Update `context.tf` and github actions @htplbc (#31)
#### what * Update to `context.tf` #### why * Keep the module up to datev0.9.0
v0.8.0
Pass apply_immediately variable to aws_elasticache_cluster resource @cdaloisio (#13)
Fixes #12
v0.7.0
v0.6.0
0.5.2: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#16)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.5.1
0.5.0: Adds support for label order (#15)
## what * Adding support for label_order so the "name" & "id" can be customized as intended by the label module. ## why * The name of the resource was x-dev-1-dev-1 because of how we do tagging.
0.4.0: Updates to ChatOps - Automated commit (#14)
## What * Adds chatops commands - '/test all' - '/test bats' - '/test readme' - '/test terratest' * Drops codefresh * Drops slash-command-dispatch * Removes codefresh badge * Rebuilds README ## Why * Change over from codefresh to GH Actions * Facilitate testing of PRs from forks