Skip to content

Releases: cloudposse/terraform-aws-elasticache-memcached

v0.9.2

06 Jan 17:39
a6c1ab1
Compare
Choose a tag to compare

🤖 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

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.9.1

27 Dec 21:02
78c6946
Compare
Choose a tag to compare

🤖 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

Compare Source

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

v0.9.0

27 Dec 20:51
eb969ee
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#22)

what

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

why

  • Support Terraform 0.14

v0.8.0

14 Oct 23:01
db8bec5
Compare
Choose a tag to compare
Pass apply_immediately variable to aws_elasticache_cluster resource @cdaloisio (#13)

Fixes #12

v0.7.0

15 Sep 16:33
2b6e7b7
Compare
Choose a tag to compare
Aws provider 3.x @gusse (#19)

what

  • enable 3.x AWS provider versions to be used with this module

why

  • latest version should be used, 2.x not getting updates any more
  • other modules you guys are providing are mostly (?) using 3.x already

v0.6.0

18 Aug 16:08
7affe28
Compare
Choose a tag to compare
Additional TF 0.13 Fixes @osterman (#18)

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

0.5.2: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#16)

18 Aug 07:18
9e28723
Compare
Choose a tag to compare
## 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

18 Aug 07:17
29cfed2
Compare
Choose a tag to compare
[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.5.0: Adds support for label order (#15)

12 Aug 19:15
c9d0aa7
Compare
Choose a tag to compare
## 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)

14 Jul 04:28
ccba74a
Compare
Choose a tag to compare
## 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