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.2
Warning
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.2
Compare Source
🚀 Enhancements
Add optional `subnet_group_name` input to override the name @tjarjoura (#133)
what
why
references
v0.50.1
Compare Source
🚀 Enhancements
Add enhanced monitoring attributes @nitrocode (#131)
what
why
references
v0.50.0
Compare 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.2
Compare Source
🚀 Enhancements
Create dns record if not serverless @nitrocode (#128)
what
why
references
v0.49.1
Compare Source
🚀 Enhancements
Flag `master_username` output as sensitive @batistadasilva (#114)
what
master_username
output as sensitivewhy
Running on Terraform Cloud
references
v0.49.0
Compare Source
fix: prevent creating empty replicas record @syphernl (#126)
what
cluster_size
< 1why
cluster_size = 0
this would result in an attempt to create an empty DNS record, which is not permitted by the Route53 APIreferences
v0.48.1
Compare Source
🚀 Enhancements
Update AWS provider minimum version @alexjurkiewicz (#125)
what
why
references
N/A
v0.48.0
Compare Source
Additional inputs @nitrocode (#124)
what
why
v0.47.2
Compare 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.0
Release Notes
cloudposse/terraform-null-label
v0.25.0
Compare Source
Add "tenant", "labels_as_tags", and "descriptors" @​Nuru (#​132)
what
id
component:tenant
labels_as_tags
controls which labels are exported as tagsdescriptor_formats
generates new outputdescriptors
terraform-terraform-label
why
null-label
tenant
,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
.gitignore
why
note
The PR can and should be merged into
master
to 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 tomaster
will 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.1
Compare 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.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
v0.12.1
Compare Source
🚀 Enhancements
Chore: run `make github/init` @​korenyoni (#​37)
what
make github/init
.why
context.tf
distribution is incompatible with thetenant
label.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.0
Compare 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.2
Compare Source
🤖 Automatic Updates
Update context.tf @cloudpossebot (#118)
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.46.1
Compare Source
🚀 Enhancements
added apply_immediately support to cluster_instance resource @RichardHeywood (#111)
what
apply_immediately
flag to the db instanceswhy
aws_rds_cluster_instance
resource also supports theapply_immediately
flag.v0.46.0
Compare Source
Ignore `engine_version` for rds instance in order to upgrade without recreating db instances @nitrocode (#115)
what
engine_version
for rds instance in order to upgradewhy
engine_version
for theaws_rds_cluster
is 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.0
Compare Source
allow major version upgrades @kevcube (#113)
what
why
references
v0.44.2
Compare 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-mysql
based instance.AWS Terraform Provider docs indicated:
Since the examples I used were to deploy
aurora-mysql
the engine should be set to this as well when the cluster family is set as follows:why
Adjust to
aurora-mysql
and this resolved the failure to deploy a new cluster based on the mysql engine.v0.44.1
Compare Source
🚀 Enhancements
create_before_destroy for parameter groups, explicit dependencies @Nuru (#110)
what
create_before_destroy
why
v0.44.0
Compare Source
Be explicit about creating a regional (standalone) cluster or one part of a Global cluster @Nuru (#109)
what
make_primary_cluster
withcluster_type
why
v0.43.0
Compare 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_identifier
fails if the global cluster is being created at the same time as the primary and/or secondary clusterv0.42.1
Compare 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.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
why
v0.42.0
Compare Source
v0.41.1
Compare 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.1
Release Notes
cloudposse/terraform-null-label
v0.24.1
Compare 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_order
and separated bydelimiter
.label_key_case
to one ofupper
,lower
, ortitle
, which will result in generatedtag
names in the corresponding case:NAME
,name
, orName
. For backwards compatibility,title
is the defaultlabel_value_case
to one ofupper
,lower
,title
, ornone
, which will result in output label values in the corresponding case (withnone
meaning 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 thetag
values and in theid
string.You can look at the test cases in
examples/complete
and the expected results intest/src/examples_complete_test.go
to see examples of how this is supposed to work.One interesting example is that you can create
id
s in Pascal case by settinglabel_value_case = "title"
anddelimiter = ""
.Include updates to exports/context.tf @​Nuru (#​122 and #​123)
what
exports/context.tf
id_length_limit
why
exports/context.tf
is what gets distributed and needs to be in syncRestore backward compatibility with v0.22.1 and earlier @​Nuru (#​121)
what
label_key_case
andlabel_value_case
by vars, not just by context attributes.why
Incorporates and closes #120
v0.24.0
Compare Source
Restore backward compatibility with v0.22.1 and earlier @​Nuru (#​121)
what
label_key_case
andlabel_value_case
by 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_order
and separated bydelimiter
.label_key_case
to one ofupper
,lower
, ortitle
, which will result in generatedtag
names in the corresponding case:NAME
,name
, orName
. For backwards compatibility,title
is the defaultlabel_value_case
to one ofupper
,lower
,title
, ornone
, which will result in output label values in the corresponding case (withnone
meaning 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 thetag
values and in theid
string.You can look at the test cases in
examples/complete
and the expected results intest/src/examples_complete_test.go
to see examples of how this is supposed to work.One interesting example is that you can create
id
s in Pascal case by settinglabel_value_case = "title"
anddelimiter = ""
.v0.23.0
Compare 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_order
and separated bydelimiter
.label_key_case
to one ofupper
,lower
, ortitle
, which will result in generatedtag
names in the corresponding case:NAME
,name
, orName
. For backwards compatibility,title
is the defaultlabel_value_case
to one ofupper
,lower
,title
, ornone
, which will result in output label values in the corresponding case (withnone
meaning 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 thetag
values and in theid
string.You can look at the test cases in
examples/complete
and the expected results intest/src/examples_complete_test.go
to see examples of how this is supposed to work.One interesting example is that you can create
id
s in Pascal case by settinglabel_value_case = "title"
anddelimiter = ""
.v0.22.1
Compare Source
Add var.attributes to end of context.attributes, not vice versa @​Nuru (#​114)
what
var.attributes
to 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.0
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.11.0
Compare Source
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @​maximmi (#​34)
what
why
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.10.0
Compare Source
Terraform 0.14 upgrade @​maximmi (#​32)
what
why
v0.9.0
Compare Source
Update `context.tf` and github actions @​htplbc (#​31)
what
context.tf
why
v0.41.0
Compare 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.1
Compare Source
🤖 Automatic Updates
Update context.tf @cloudpossebot (#105)
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
Compare Source
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#101)
what
why
v0.39.0
Compare Source
Terraform 0.14 upgrade @maximmi (#98)
what
why
v0.38.0
Compare 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.1
Compare Source
🚀 Enhancements
Terraform 0.14 upgrade @woz5999 (#95)
what
fixes and updates for tf 0.14 compatibility
v0.37.0
Compare 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).