cloudposse / terraform-aws-rds-replica

Terraform module that provisions an RDS replica
https://cloudposse.com/accelerate
Apache License 2.0
30 stars 28 forks source link

chore(deps): update terraform github.com/cloudposse/terraform-aws-route53-cluster-hostname to v0.13.0 (main) #30

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/cloudposse/terraform-aws-route53-cluster-hostname module minor tags/0.2.5 -> 0.13.0

Release Notes

cloudposse/terraform-aws-route53-cluster-hostname (github.com/cloudposse/terraform-aws-route53-cluster-hostname) ### [`v0.13.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.13.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.12.3...0.13.0) - No changes ### [`v0.12.3`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.12.3) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.12.2...0.12.3)
Add zone inputs, update tests, add usage @​nitrocode (#​42) #### what * Add zone inputs, update tests, add usage #### why * Verify zone name exists * Dynamically retrieve zone name based on data source inputs #### references * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone * Closes [https://github.com/cloudposse/terraform-aws-route53-cluster-hostname/issues/41](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/issues/41)
git.io->cloudposse.tools update @​dylanbannon (#​40) #### what and why Change all references to `git.io/build-harness` into `cloudposse.tools/build-harness`, since `git.io` redirects will stop working on April 29th, 2022. #### References - DEV-143
### [`v0.12.2`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.12.2) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.12.1...0.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/A
### [`v0.12.1`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.12.1) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.12.0...0.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.0
### [`v0.12.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.12.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.11.0...0.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 compliant
### [`v0.11.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.11.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.10.1...0.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 compliant
### [`v0.10.1`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.10.1) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.10.0...0.10.1) #### 🤖 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`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.10.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.9.0...0.10.0)
Terraform 0.14 upgrade @​maximmi (#​32) #### what - Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard #### why - Support Terraform 0.14
### [`v0.9.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.9.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.8.0...0.9.0)
Update `context.tf` and github actions @​htplbc (#​31) #### what * Update to `context.tf` #### why * Keep the module up to date
### [`v0.8.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.8.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.7.0...0.8.0)
make this module v14 compatible @​jurgenweber (#​29) make this module v14 compatible
### [`v0.7.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.7.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.6.0...0.7.0)
Add dns_name so that you can set the hostname externally. @​htplbc (#​27) #### what * Add dns_name so that you can set the hostname externally * Default to module.this.name from context.tf if var.dns_name isn't set. #### why * v0.6.0 removed the ability to set the DNS record when passing var.name. This was caused by move to context.tf
### [`v0.6.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.6.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.5.0...0.6.0)
Update to `context.tf`. Update Terratest to Golang modules @​aknysh (#​25) #### what * Update to `context.tf` * Update Terratest to Golang modules #### why * Standardization and interoperability * Keep the module up to date #### related * Closes #​23 * Closes #​24
### [`v0.5.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.4.0...0.5.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.4.0...0.5.0) ### [`v0.4.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.3.0...0.4.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.3.0...0.4.0) ### [`v0.3.0`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.3.0): Convert to TF 0.12. Add tests. Add Codefresh test pipeline [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.2.6...0.3.0) #### what - Port module to Terraform 0.12 - Pin all providers - Add example for testing - Add `bats` and `terratest` for the example - Add Codefresh badge to point to the test pipeline in `terraform-modules` project - Update README #### why - Module currently does not work with 0.12. Much easier syntax - Better regression control - Automatically test the example on every commit and pull request - Provision resources on AWS in the test account and check the outputs for the correct values - `terraform-modules` project contains pipelines for all terraform modules ### [`v0.2.6`](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.2.6): Update readme yaml file and rebuild md [Compare Source](https://togithub.com/cloudposse/terraform-aws-route53-cluster-hostname/compare/0.2.5...0.2.6) #### what - updated `README.yaml` file - add tags and categories - rebuild `README.md` file #### why - need to add categories and tags so we can pull them into the documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

mergify[bot] commented 5 months ago

/terratest

mergify[bot] commented 5 months ago

💥 This pull request now has conflicts. Could you fix it @renovate[bot]? 🙏

mergify[bot] commented 5 months ago

This automated PR was closed due to merge conflicts.

renovate[bot] commented 5 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.13.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.