Releases: cloudposse/terraform-aws-elasticache-memcached
v0.14.0
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
andgo.sum
totest/src
- Updating Makefiles in
test
andtest/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
v0.13.1
🤖 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
🚀 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/Av0.12.1
🚀 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.0Configuration
📅 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
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.
v0.12.0
v0.11.1
🤖 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
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 compliantv0.11.0
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 compliantv0.11.0
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
v0.9.4
🐛 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
🤖 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 |