chore(deps): update terraform github.com/cloudposse/terraform-aws-rds-cluster to v0.50.2 #33
  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.36.0->0.50.2Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
cloudposse/terraform-aws-rds-cluster (github.com/cloudposse/terraform-aws-rds-cluster)
v0.50.2Compare Source
🚀 Enhancements
Add optional `subnet_group_name` input to override the name @tjarjoura (#133)
what
why
references
v0.50.1Compare Source
🚀 Enhancements
Add enhanced monitoring attributes @nitrocode (#131)
what
why
references
v0.50.0Compare Source
Add support for disabling egress traffic @jalgraves (#130)
what
why
tl;dr My boss told me to.
We had a third party do a pen test and afterwards they suggested we remove egress traffic from our DB subnets. If I'm missing something and there is another way to accomplish this without changing the module I'd be happy and grateful to hear it.
v0.49.2Compare Source
🚀 Enhancements
Create dns record if not serverless @nitrocode (#128)
what
why
references
v0.49.1Compare Source
🚀 Enhancements
Flag `master_username` output as sensitive @batistadasilva (#114)
what
master_usernameoutput as sensitivewhy
Running on Terraform Cloud
references
v0.49.0Compare Source
fix: prevent creating empty replicas record @syphernl (#126)
what
cluster_size< 1why
cluster_size = 0this would result in an attempt to create an empty DNS record, which is not permitted by the Route53 APIreferences
v0.48.1Compare Source
🚀 Enhancements
Update AWS provider minimum version @alexjurkiewicz (#125)
what
why
references
N/A
v0.48.0Compare Source
Additional inputs @nitrocode (#124)
what
why
v0.47.2Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/label/null to v0.25.0 @renovate (#122)
This PR contains the following updates:
0.24.1->0.25.0Release Notes
cloudposse/terraform-null-label
v0.25.0Compare Source
Add "tenant", "labels_as_tags", and "descriptors" @​Nuru (#​132)
what
idcomponent:tenantlabels_as_tagscontrols which labels are exported as tagsdescriptor_formatsgenerates new outputdescriptorsterraform-terraform-labelwhy
null-labeltenant,labels_as_tags,descriptor_formats, add additional clarification, stop promoting obsolete moduleFix: Update README Snippets @​korenyoni (#​130)
what
why
references
Bridgecrew compliance @​Nuru (#​125)
what
.gitignorewhy
note
The PR can and should be merged into
masterto update README and Bridgecrew without triggering a new release/version. These changes have no effect on the actual module in use and a release will create unnecessary ripple effects. However, merging tomasterwill update the README and badges, so is worthwhile, and the changes will move forward into the next release.Properly output descriptors of chained modules @​Nuru (#​133)
what
why
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.47.1Compare Source
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 @renovate (#121)
This PR contains the following updates:
0.12.0->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
v0.12.1Compare Source
🚀 Enhancements
Chore: run `make github/init` @​korenyoni (#​37)
what
make github/init.why
context.tfdistribution is incompatible with thetenantlabel.references
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.47.0Compare Source
Ignore admin credentials for snapshots/replicated clusters @alexjurkiewicz (#119)
Fixes errors like:
Error: error creating RDS cluster: InvalidParameterCombination: Cannot specify user name for instance cluster replication cluster
v0.46.2Compare Source
🤖 Automatic Updates
Update context.tf @cloudpossebot (#118)
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.46.1Compare Source
🚀 Enhancements
added apply_immediately support to cluster_instance resource @RichardHeywood (#111)
what
apply_immediatelyflag to the db instanceswhy
aws_rds_cluster_instanceresource also supports theapply_immediatelyflag.v0.46.0Compare Source
Ignore `engine_version` for rds instance in order to upgrade without recreating db instances @nitrocode (#115)
what
engine_versionfor rds instance in order to upgradewhy
engine_versionfor theaws_rds_clusteris changed and applied, the db instances will be upgraded.terraform plan
terraform apply (error)
terraform plan (no changes)
Confirmed in the AWS console that the postgres aurora rds instance and cluster are
12.6.references
N/A
v0.45.0Compare Source
allow major version upgrades @kevcube (#113)
what
why
references
v0.44.2Compare Source
🚀 Enhancements
fix: 🐛 adjust engine version in docs and readme to aurora-mysql @sheldonhull (#112)
what
Prior value was invalid according to aws docs when trying to create a
aurora-mysqlbased instance.AWS Terraform Provider docs indicated:
Since the examples I used were to deploy
aurora-mysqlthe engine should be set to this as well when the cluster family is set as follows:why
Adjust to
aurora-mysqland this resolved the failure to deploy a new cluster based on the mysql engine.v0.44.1Compare Source
🚀 Enhancements
create_before_destroy for parameter groups, explicit dependencies @Nuru (#110)
what
create_before_destroywhy
v0.44.0Compare Source
Be explicit about creating a regional (standalone) cluster or one part of a Global cluster @Nuru (#109)
what
make_primary_clusterwithcluster_typewhy
v0.43.0Compare Source
The variable introduced in this release (
make_primary_cluster) was poorly named, leading to significant confusion. It was replaced with a new variable,cluster_type, in the next release. Therefore this release is not recommended for use.Be explicit about primary/secondary cluster @Nuru (#108)
what
why
global_cluster_identifierfails if the global cluster is being created at the same time as the primary and/or secondary clusterv0.42.1Compare Source
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.12.0 @renovate (#106)
This PR contains the following updates:
0.11.0->0.12.0Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.12.0Compare Source
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @​maximmi (#​35)
what
why
v0.42.0Compare Source
v0.41.1Compare Source
🤖 Automatic Updates
Update Terraform cloudposse/label/null to v0.24.1 @renovate (#102)
This PR contains the following updates:
0.22.0->0.24.1Release Notes
cloudposse/terraform-null-label
v0.24.1Compare Source
Allow control of letter case of outputs @​SweetOps (#​107)
You now have control over the letter case of generated tag names and supplied labels, which means you also have control over the letter case of the ultimate
id.Labels are the elements you can include in
label_order, namelynamespace,environment,stage,name, andattributes. For every non-empty label, a corresponding tag name is generated. Fornamespace,environment,stage, the output is the formatted, normalized input. (By "normalized" we mean that it goes throughregex_replace_chars.), Forattributes, which is a list, each element is normalized, duplicates are removed, and the resulting list is converted to a string by joining the elements with thedelimiter(defaults to hyphen). Forname, which is special, the output is the same asid, which is the joining of the labels in the order specified bylabel_orderand separated bydelimiter.label_key_caseto one ofupper,lower, ortitle, which will result in generatedtagnames in the corresponding case:NAME,name, orName. For backwards compatibility,titleis the defaultlabel_value_caseto one ofupper,lower,title, ornone, which will result in output label values in the corresponding case (withnonemeaning no case conversion of any kind will be done, though the labels will still be subject toregex_replace_chars). The case converted labels will show up not just in the module output of the labels themselves, but also in thetagvalues and in theidstring.You can look at the test cases in
examples/completeand the expected results intest/src/examples_complete_test.goto see examples of how this is supposed to work.One interesting example is that you can create
ids in Pascal case by settinglabel_value_case = "title"anddelimiter = "".Include updates to exports/context.tf @​Nuru (#​122 and #​123)
what
exports/context.tfid_length_limitwhy
exports/context.tfis what gets distributed and needs to be in syncRestore backward compatibility with v0.22.1 and earlier @​Nuru (#​121)
what
label_key_caseandlabel_value_caseby vars, not just by context attributes.why
Incorporates and closes #120
v0.24.0Compare Source
Restore backward compatibility with v0.22.1 and earlier @​Nuru (#​121)
what
label_key_caseandlabel_value_caseby vars, not just by context attributes.why
Incorporates and closes #120
Allow control of letter case of outputs @​SweetOps (#​107)
You now have control over the letter case of generated tag names and supplied labels, which means you also have control over the letter case of the ultimate
id.Labels are the elements you can include in
label_order, namelynamespace,environment,stage,name, andattributes. For every non-empty label, a corresponding tag name is generated. Fornamespace,environment,stage, the output is the formatted, normalized input. (By "normalized" we mean that it goes throughregex_replace_chars.), Forattributes, which is a list, each element is normalized, duplicates are removed, and the resulting list is converted to a string by joining the elements with thedelimiter(defaults to hyphen). Forname, which is special, the output is the same asid, which is the joining of the labels in the order specified bylabel_orderand separated bydelimiter.label_key_caseto one ofupper,lower, ortitle, which will result in generatedtagnames in the corresponding case:NAME,name, orName. For backwards compatibility,titleis the defaultlabel_value_caseto one ofupper,lower,title, ornone, which will result in output label values in the corresponding case (withnonemeaning no case conversion of any kind will be done, though the labels will still be subject toregex_replace_chars). The case converted labels will show up not just in the module output of the labels themselves, but also in thetagvalues and in theidstring.You can look at the test cases in
examples/completeand the expected results intest/src/examples_complete_test.goto see examples of how this is supposed to work.One interesting example is that you can create
ids in Pascal case by settinglabel_value_case = "title"anddelimiter = "".v0.23.0Compare Source
With this release, you gain control over the letter case of generated tag names and supplied labels, which means you also have control over the letter case of the ultimate
id.Labels are the elements you can include in
label_order, namelynamespace,environment,stage,name, andattributes. For every non-empty label, a corresponding tag name is generated. Fornamespace,environment,stage, the output is the formatted, normalized input. (By "normalized" we mean that it goes throughregex_replace_chars.), Forattributes, which is a list, each element is normalized, duplicates are removed, and the resulting list is converted to a string by joining the elements with thedelimiter(defaults to hyphen). Forname, which is special, the output is the same asid, which is the joining of the labels in the order specified bylabel_orderand separated bydelimiter.label_key_caseto one ofupper,lower, ortitle, which will result in generatedtagnames in the corresponding case:NAME,name, orName. For backwards compatibility,titleis the defaultlabel_value_caseto one ofupper,lower,title, ornone, which will result in output label values in the corresponding case (withnonemeaning no case conversion of any kind will be done, though the labels will still be subject toregex_replace_chars). The case converted labels will show up not just in the module output of the labels themselves, but also in thetagvalues and in theidstring.You can look at the test cases in
examples/completeand the expected results intest/src/examples_complete_test.goto see examples of how this is supposed to work.One interesting example is that you can create
ids in Pascal case by settinglabel_value_case = "title"anddelimiter = "".v0.22.1Compare Source
Add var.attributes to end of context.attributes, not vice versa @​Nuru (#​114)
what
var.attributesto end ofcontext.attributes, not vice versawhy
references
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.11.0 @renovate (#103)
This PR contains the following updates:
0.8.0->0.11.0Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.11.0Compare Source
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @​maximmi (#​34)
what
why
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.10.0Compare Source
Terraform 0.14 upgrade @​maximmi (#​32)
what
why
v0.9.0Compare Source
Update `context.tf` and github actions @​htplbc (#​31)
what
context.tfwhy
v0.41.0Compare Source
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#104)
what
why
v0.40.1Compare Source
🤖 Automatic Updates
Update context.tf @cloudpossebot (#105)
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.0Compare Source
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#101)
what
why
v0.39.0Compare Source
Terraform 0.14 upgrade @maximmi (#98)
what
why
v0.38.0Compare Source
Support for cluster cloning requires AWS provider 3.1.15+ @bazbremner (#96)
what and why
v0.37.0 of this module added support for Aurora cluster cloning and
point-in-time restore [1] which itself was introduced in version
3.1.15 of the AWS provider[2] via the
restore_to_point_in_time[3]attribute.
This commits the dependancy on this module to track that requirement
for the newer AWS provider.
references
[1]https://github.com/cloudposse/terraform-aws-rds-cluster/pull/922
[2] https://github.com/hashicorp/terraform-provider-aws/blob/master/CHANGELOG.md#3150-november-12-2020
[https://github.com/hashicorp/terraform-provider-aws/pull/7031031
v0.37.1Compare Source
🚀 Enhancements
Terraform 0.14 upgrade @woz5999 (#95)
what
fixes and updates for tf 0.14 compatibility
v0.37.0Compare Source
Add suport for cluster cloning @jamengual (#92)
what
why
references
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).