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.0
Warning
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.0
Compare Source
Allow Module to Disable or Enable Cluster Mode for Existing Deployment @milldr (#181)
what
why
references
v0.52.0
Compare 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.1
Compare 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.0
Compare Source
v0.50.0
Compare Source
Groundwork new workflows @max-lobur (#193)
Fix lint/format before workflows rollout
v0.49.0
Compare Source
Fix breaking change introduced in 0.46.0 - `user_group_ids` conflicts… @MaxymVlasov (#184)
… with
auth_token
why
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.0
Compare Source
feat: Add `data_tiering_enabled` @Cheezmeister (#175)
what
var.data_tiering_enabled
and plumb it through to the aws providerwhy
data_tiering_enabled
true to provision our desired node typedata_tiering_enabled
doesn't currently exist in theterraform-aws-elasticache-redis
modulereferences
v0.47.0
Compare Source
Add `auto_minor_version_upgrade` parameter @LieneJansone (#183)
what
auto_minor_version_upgrade
parameterwhy
references
v0.46.0
Compare Source
Allow User groups ID to be passed to replication group @nicholas-marchini (#177)
what
why
references
v0.45.0
Compare 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#169
v0.44.0
Compare Source
Add `log_delivery_configuration` @nitrocode (#168)
what
log_delivery_configuration
why
references
aws_elasticache_replication_group
Test
Test this out in your infrastructure
v0.43.0
Compare Source
Fix deprecation warnings @purplepangolin (#160)
what
cluster_mode
,replication_group_description
,number_cache_clusters
) inaws_elasticache_replication_group
resurce when using provider registry.terraform.io/hashicorp/aws v4.12.0why
Eliminate warnings when running
terraform plan
by moving to latest supported attributes instead.references
Terraform aws provider docs
closes #155
v0.42.1
Compare Source
git.io->cloudposse.tools update @dylanbannon (#161)
what and why
Change all references to
git.io/build-harness
intocloudposse.tools/build-harness
, sincegit.io
redirects 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.1
v0.42.0
Compare Source
Add tags to aws_elasticache_subnet_group @jddcarreira (#150)
what
why
v0.41.6
Compare 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.5
Compare 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.3
Release Notes
cloudposse/terraform-aws-security-group
v0.4.3
Compare 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.tf
file tosecurity-group-inputs.tf
why
kebab-case
for all files. Having a file insnake_case
(after adding it to a repo) together with all the other files inkebab-case
in the same repo does not look correctv0.41.4
Compare Source
🚀 Enhancements
fix: make parameter group description configurable @syphernl (#143)
what
description
of a Parameter Group to prevent recreation.why
v0.41.3
no 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.3
Compare 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.2
Compare 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.1
Compare Source
🐛 Bug Fixes
Bugfixes @Nuru (#136)
what
zone_id
forroute53-cluster-hostname
modulenull
forsecurity_group_id
foraws_elasticache_replication_group
why
references
v0.41.0
Compare Source
Upgrade to new securty-group standards @Nuru (#133)
what
create_before_destroy
on security groups by defaultwhy
references
v0.40.3
Compare 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.2
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.12.2
Compare 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.2
Compare Source
🚀 Enhancements
Chore: bump Route53 cluster hostname module to `0.12.1` @bradj (#128)
what
why
references
v0.40.1
Compare Source
🤖 Automatic Updates
Update context.tf @cloudpossebot (#126)
what
This is an auto-generated PR that updates the
context.tf
file to the latest version fromcloudposse/terraform-null-label
why
To support all the features of the
context
interface.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_groups
is removed in favor of the security group module'svar.security_group_rules
which can contain a singlesource_security_group_id
per rulevar.allowed_cidr_blocks
is removed in favor of the security group module'svar.security_group_rules
which can contain acidr_blocks
var.use_existing_security_groups
is replaced withvar.security_group_enabled
(note that if the former wastrue
, the latter should befalse
)var.existing_security_groups
is replaced withvar.security_groups
security group has moved
default
security_group_rules
does 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
someguid
with the appropriate value.feat: use security-group module instead of resource @SweetOps (#119)
what
why
references
v0.39.0
Compare Source
feat: allow final snapshot creation @jlsan92 (#120)
what
why
references
v0.38.0
Compare Source
Add TF attribute member-clusters to available outputs @patrick-armitage (#118)
what
member-clusters
Terraform-exposed attribute to list of available outputs0.37.0
why
references
v0.37.0
Compare Source
Allow empty "egress_cidr_blocks" @marcuz (#93)
what
egress_cidr_blocks
(no egress rules in default security group)why
references
v0.36.0
Compare Source
fix: make the security group description configurable @syphernl (#115)
what
why
references
v0.35.0
Compare Source
Add rds security group description @nitrocode (#114)
what
why
references
v0.34.0
Compare Source
Transit encryption enabled default to true with docs @nitrocode (#111)
what
why
references
N/A
v0.33.0
Compare Source
Transit encryption enabled default to null @nitrocode (#110)
what
transit_encryption_enabled
tonull
which is the default onelasticache_replication_group
resourcewhy
redis-cli -h hostname -p 6379 ping
transit_encryption_enabled
parameterreferences
N/A
v0.32.1
Compare Source
🚀 Enhancements
support more nodes than there are AZs defined @gusse (#108)
what
availability_zones
why
availability_zones
parameter shouldn't be required.references
v0.32.0
Compare Source
Add Multi-AZ option @patrick-armitage (#109)
what
why
references
v0.31.0
Compare 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.0
Compare Source
Terraform 0.14 upgrade @maximmi (#100)
what
why
v0.29.1
Compare 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.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
v0.29.0
Compare Source
add ability to restore cluster from snapshots #96 @skang0601 (#97)
what
Allows the ability to create redis cluster from snapshots
references
v0.28.0
Compare 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.3
Compare 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.0
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.10.0
Compare Source
Terraform 0.14 upgrade @​maximmi (#​32)
what
why
v0.27.2
Compare 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.0
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.9.0
Compare Source
Update `context.tf` and github actions @​htplbc (#​31)
what
context.tf
why
v0.27.1
Compare Source
🚀 Enhancements
Terraform 0.14 upgrade @Nuru (#98)
what
why
v0.27.0
Compare Source
update context and tf .14 support @woz5999 (#95)
what
fixes and updates for tf 0.14 compatibility
v0.26.1
Compare Source
Fix release badge URL @joe-niland (#91)
what
why
references
v0.26.0
Compare 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).