chore(deps): update terraform github.com/cloudposse/terraform-aws-elasticache-redis to v0.53.0 #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
tags/0.25.0->0.53.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
cloudposse/terraform-aws-elasticache-redis (github.com/cloudposse/terraform-aws-elasticache-redis)
v0.53.0Compare Source
Allow Module to Disable or Enable Cluster Mode for Existing Deployment @milldr (#181)
what
why
references
v0.52.0Compare Source
Support AWS Provider V5 @max-lobur (#203)
what
Support AWS Provider V5
Linter fixes
why
Maintenance
references
https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.0.0
v0.51.1Compare Source
Sync github @max-lobur (#196)
Rebuild github dir from the template
🚀 Enhancements
feat: Add support for aws provider 5.0 @MaxymVlasov (#198)
why
That field was deprecated in 4.0 and was removed in 5.0
Note:
Already ran and committed
v0.51.0Compare Source
v0.50.0Compare Source
Groundwork new workflows @max-lobur (#193)
Fix lint/format before workflows rollout
v0.49.0Compare Source
Fix breaking change introduced in 0.46.0 - `user_group_ids` conflicts… @MaxymVlasov (#184)
… with
auth_tokenwhy
auth_token- Terraform plan will fail because it interpretsuser_group_ids = []as specified valueBefore 0.46.0 I can do next:
After upgrade I need to do next, which I don't like:
So I just return previous logic
v0.48.0Compare Source
feat: Add `data_tiering_enabled` @Cheezmeister (#175)
what
var.data_tiering_enabledand plumb it through to the aws providerwhy
data_tiering_enabledtrue to provision our desired node typedata_tiering_enableddoesn't currently exist in theterraform-aws-elasticache-redismodulereferences
v0.47.0Compare Source
Add `auto_minor_version_upgrade` parameter @LieneJansone (#183)
what
auto_minor_version_upgradeparameterwhy
references
v0.46.0Compare Source
Allow User groups ID to be passed to replication group @nicholas-marchini (#177)
what
why
references
v0.45.0Compare Source
description configurable @pen-pal (#170)
This PR is to make sure description of replication group is configurable.
what
module "this"as per example in README.md is not defined in localwhy
references
closes #​169, if this PR closes a GitHub issue#169v0.44.0Compare Source
Add `log_delivery_configuration` @nitrocode (#168)
what
log_delivery_configurationwhy
references
aws_elasticache_replication_groupTest
Test this out in your infrastructure
v0.43.0Compare Source
Fix deprecation warnings @purplepangolin (#160)
what
cluster_mode,replication_group_description,number_cache_clusters) inaws_elasticache_replication_groupresurce when using provider registry.terraform.io/hashicorp/aws v4.12.0why
Eliminate warnings when running
terraform planby moving to latest supported attributes instead.references
Terraform aws provider docs
closes #155
v0.42.1Compare Source
git.io->cloudposse.tools update @dylanbannon (#161)
what and why
Change all references to
git.io/build-harnessintocloudposse.tools/build-harness, sincegit.ioredirects will stop working on April 29th, 2022.References
🤖 Automatic Updates
chore(deps): update terraform cloudposse/security-group/aws to v1 @renovate (#163)
This PR contains the following updates:
0.4.3->1.0.1v0.42.0Compare Source
Add tags to aws_elasticache_subnet_group @jddcarreira (#150)
what
why
v0.41.6Compare Source
🚀 Enhancements
Re-adding tag propagation for cloudwatch alarms @brucehajdu (#147)
what
In #7, the tag propagation was removed for CloudWatch metric alarms because the tags property did not exist at that time. This PR adds them back.
why
references
v0.41.5Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/security-group/aws to v0.4.3 @renovate (#146)
This PR contains the following updates:
0.4.2->0.4.3Release Notes
cloudposse/terraform-aws-security-group
v0.4.3Compare Source
Update recommended inputs and outputs @​Nuru (#​26)
what
why
🚀 Enhancements
Rename the exported `security_group_inputs.tf` file to `security-group-inputs.tf` @​aknysh (#​30)
what
security_group_inputs.tffile tosecurity-group-inputs.tfwhy
kebab-casefor all files. Having a file insnake_case(after adding it to a repo) together with all the other files inkebab-casein the same repo does not look correctv0.41.4Compare Source
🚀 Enhancements
fix: make parameter group description configurable @syphernl (#143)
what
descriptionof a Parameter Group to prevent recreation.why
v0.41.3no description was set, so this defaulted toManaged by Terraform.As the description cannot be changed without recreating the Parameter Group this caused issues with existing resources.
references
v0.41.3Compare Source
🚀 Enhancements
Small fixes - convert param values to string, set auto failover to true if cluster enabled @nitrocode (#141)
what
why
Param values will fail if they are not strings
Auto failover needs to be set to true if cluster mode is enabled or it will fail with an error
references
v0.41.2Compare Source
🐛 Bug Fixes
Fix #137 bad output when cluster_mode_enabled=true @Nuru (#139)
what
why
join("", [null])results in a Terraform errorreferences
v0.41.1Compare Source
🐛 Bug Fixes
Bugfixes @Nuru (#136)
what
zone_idforroute53-cluster-hostnamemodulenullforsecurity_group_idforaws_elasticache_replication_groupwhy
references
v0.41.0Compare Source
Upgrade to new securty-group standards @Nuru (#133)
what
create_before_destroyon security groups by defaultwhy
references
v0.40.3Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 @renovate (#129)
This PR contains the following updates:
0.12.1->0.12.2Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.12.2Compare Source
🚀 Enhancements
Bump AWS provider 3.0 @​nitrocode (#​36)
what
why
references
N/A
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.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.40.2Compare Source
🚀 Enhancements
Chore: bump Route53 cluster hostname module to `0.12.1` @bradj (#128)
what
why
references
v0.40.1Compare Source
🤖 Automatic Updates
Update context.tf @cloudpossebot (#126)
what
This is an auto-generated PR that updates the
context.tffile to the latest version fromcloudposse/terraform-null-labelwhy
To support all the features of the
contextinterface.v0.40.0: Unstable Pre-ReleaseCompare Source
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.
BREAKING CHANGES
Click for details and migration guidance
If there is something not documented here, please let us know by filing a ticket.
var.allowed_security_groupsis removed in favor of the security group module'svar.security_group_ruleswhich can contain a singlesource_security_group_idper rulevar.allowed_cidr_blocksis removed in favor of the security group module'svar.security_group_ruleswhich can contain acidr_blocksvar.use_existing_security_groupsis replaced withvar.security_group_enabled(note that if the former wastrue, the latter should befalse)var.existing_security_groupsis replaced withvar.security_groupssecurity group has moved
default
security_group_rulesdoes not allow ingress but this can be added manually.Note: The list must have the same json keys per index
security group rules have been moved
Note: since the new security group rule names are generated upon a plan, the plan will need to be run first to generate the new names in order to move the rules. Replace
someguidwith the appropriate value.feat: use security-group module instead of resource @SweetOps (#119)
what
why
references
v0.39.0Compare Source
feat: allow final snapshot creation @jlsan92 (#120)
what
why
references
v0.38.0Compare Source
Add TF attribute member-clusters to available outputs @patrick-armitage (#118)
what
member-clustersTerraform-exposed attribute to list of available outputs0.37.0why
references
v0.37.0Compare Source
Allow empty "egress_cidr_blocks" @marcuz (#93)
what
egress_cidr_blocks(no egress rules in default security group)why
references
v0.36.0Compare Source
fix: make the security group description configurable @syphernl (#115)
what
why
references
v0.35.0Compare Source
Add rds security group description @nitrocode (#114)
what
why
references
v0.34.0Compare Source
Transit encryption enabled default to true with docs @nitrocode (#111)
what
why
references
N/A
v0.33.0Compare Source
Transit encryption enabled default to null @nitrocode (#110)
what
transit_encryption_enabledtonullwhich is the default onelasticache_replication_groupresourcewhy
redis-cli -h hostname -p 6379 pingtransit_encryption_enabledparameterreferences
N/A
v0.32.1Compare Source
🚀 Enhancements
support more nodes than there are AZs defined @gusse (#108)
what
availability_zoneswhy
availability_zonesparameter shouldn't be required.references
v0.32.0Compare Source
Add Multi-AZ option @patrick-armitage (#109)
what
why
references
v0.31.0Compare Source
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#107)
what
why
v0.30.0Compare Source
Terraform 0.14 upgrade @maximmi (#100)
what
why
v0.29.1Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.10.1 @renovate (#105)
This PR contains the following updates:
0.10.0->0.10.1Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.10.1Compare 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
v0.29.0Compare Source
add ability to restore cluster from snapshots #96 @skang0601 (#97)
what
Allows the ability to create redis cluster from snapshots
references
v0.28.0Compare Source
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.3Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.10.0 @renovate (#101)
This PR contains the following updates:
0.9.0->0.10.0Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.10.0Compare Source
Terraform 0.14 upgrade @​maximmi (#​32)
what
why
v0.27.2Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.9.0 @renovate (#99)
This PR contains the following updates:
0.8.0->0.9.0Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.9.0Compare Source
Update `context.tf` and github actions @​htplbc (#​31)
what
context.tfwhy
v0.27.1Compare Source
🚀 Enhancements
Terraform 0.14 upgrade @Nuru (#98)
what
why
v0.27.0Compare Source
update context and tf .14 support @woz5999 (#95)
what
fixes and updates for tf 0.14 compatibility
v0.26.1Compare Source
Fix release badge URL @joe-niland (#91)
what
why
references
v0.26.0Compare Source
Added Egress Outbound Variable & Updated Redis Family in Example @barissekerciler (#90)
what
why
Configuration
📅 Schedule: Branch creation - "after 5am on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.This PR has been generated by MintMaker (powered by Renovate Bot).