Skip to content

Releases: cloudposse/terraform-aws-elasticache-memcached

v0.14.0

11 Feb 19:51
92be854
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release
Reset to 0.12 and including automation updates @danjbh (#42)

what

  • Revert 0.13 changes
  • Updating context.tf
  • Updating Github resources via make github/init
  • Adding updated go.mod and go.sum to test/src
  • Updating Makefiles in test and test/src

why

  • We're revering the 0.13 changes since we're going to be going in a different direction w/ security groups in 0.14
  • To support all the features of the context interface
  • Modernizing Github workflows & tests

v0.12.1

03 Feb 21:59
f2de73a
Compare
Choose a tag to compare
  • Reverting 0.13 changes
  • Updating context.tf
  • Updating Github resources via make github/init
  • Adding updated go.mod and go.sum to test/src
  • Updating Makefiles in test and test/src

v0.13.1

20 Nov 06:05
736211b
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release

🤖 Automatic Updates

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

This PR contains the following updates:

Package Type Update Change
cloudposse/route53-cluster-hostname/aws (source) module patch 0.12.0 -> 0.12.2

Release Notes

cloudposse/terraform-aws-route53-cluster-hostname

v0.12.2

Compare Source

🚀 Enhancements

Bump AWS provider 3.0 @​nitrocode (#​36) #### what * Bump AWS provider 3.0 #### why * Downstream modules can take advantage of the more recent aws provider #### references N/A

v0.12.1

Compare Source

🚀 Enhancements

Chore: run `make github/init` @​korenyoni (#​37) #### what * Run `make github/init`. #### why * Updates GHA-workflow-related files to their latest distribution. * The old `context.tf` distribution is incompatible with the `tenant` label. #### references * https://github.com/cloudposse/terraform-null-label/releases/tag/0.25.0

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.13.0 Unstable Pre-Release

15 Jun 19:13
8b3ee70
Compare
Choose a tag to compare
Pre-release

We are revising and standardizing our handling of security groups and security group rules across all our Terraform modules. This is an early attempt with significant breaking changes. We will make further breaking changes soon, so using this version is not recommended.

feat: use security-group module instead of resource @SweetOps (#33)

what

  • use security-group module instead of resource
  • update tests

why

  • more flexible than current implementation
  • bring configuration of security group/rules to one standard

references

  • CPCO-409

v0.12.0

29 Apr 22:00
1c30cd3
Compare
Choose a tag to compare
allow setting single-az with multiple nodes @cabrinha (#32)

what

  • I want to deploy multiple nodes into a single AZ.

why

  • I run a high throughput, low-latency service in a single AZ. I'd like more elasticache nodes in that AZ.

v0.11.1

01 Mar 18:41
52509f7
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/route53-cluster-hostname/aws to v0.12.0 @renovate (#30)

This PR contains the following updates:

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

Release Notes

cloudposse/terraform-aws-route53-cluster-hostname

v0.12.0

Compare Source

context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @​maximmi (#​35) #### what - update context.tf to v0.24.1 - minimum required Terraform version bumped to 0.13.0 - readme updated, Bridgecrew compliance badges added #### why - It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below - we have dropped support for Terraform 0.12 - To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.11.0

Compare Source

minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @​maximmi (#​34) #### what - update context.tf to v0.23.0 - minimum required Terraform version bumped to 0.13.0 - readme updated, Bridgecrew compliance badges added #### why - It allows for setting the letter case of tag names and labels - we have dropped support for Terraform 0.12 - To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.11.0

09 Feb 02:18
3dec3e8
Compare
Choose a tag to compare
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#31)

what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.10.0

04 Feb 06:53
0f9d96f
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#24)

what

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

why

  • Support Terraform 0.14

v0.9.4

03 Feb 15:36
b99b752
Compare
Choose a tag to compare

🐛 Bug Fixes

support more nodes than there are AZs defined @gusse (#28)

for loop to produce a list with the same amount of AZs as there are cache nodes. element() supports "wrap around" making it loop over the existing elements in var.availability_zones even if there aren't enough unique AZs for each node.

what

  • Different method to populate the list of AZs that needs to match the number of cache nodes defined.

why

  • Should be able to run more nodes than there are AZs defined in variable. Or for example more than 6 nodes (max number of AZs in any AWS region) in us-east-1 without providing a list with duplicate AZ names.

references

v0.9.3

03 Feb 06:06
443348b
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/route53-cluster-hostname/aws to v0.10.1 @renovate (#29)

This PR contains the following updates:

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

Release Notes

cloudposse/terraform-aws-route53-cluster-hostname

v0.10.1

Compare Source

🤖 Automatic Updates

Update README.md and docs @​cloudpossebot (#​33) #### what This is an auto-generated PR that updates the README.md and docs #### why To have most recent changes of README.md and doc from origin templates