Releases: cloudposse/terraform-aws-rds
v0.39.0
🤖 Automatic Updates
Update AWS version requirements @cloudpossebot (#144)
what
- Update AWS provider version requirement 3.0 -> 4.9.0
- Update Terraform requirement 0.13.0 -> 1.0.0
why
- PR #140 made a change that requires AWS provider v4.0, and versions of 4.x prior to 4.9.0 have major incompatibilities with managing S3 and Security Group resources.
- Cloud Posse policy of dropping support for pre-release Terraform versions.
references
- Fixes #143
v0.38.8
Set right var type acording to readme @MaxymVlasov (#139)
🚀 Enhancements
Allow null subnets for Replicas @Benbentwo (#142)
what
- update to allow null value for replicas
why
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance#db_subnet_group_name
- Subnets need to be null for replicas
v0.38.7
🚀 Enhancements
fix 'Warning: Argument is deprecated' db_name @elkh510 (#140)
what
- Use
db_name
instead ofname
why
- fix 'Warning: Argument is deprecated' db_name
│ Warning: Argument is deprecated
│
│ with module.rds_instance.aws_db_instance.default,
│ on .terraform/modules/rds_instance/main.tf line 26, in resource "aws_db_instance" "default":
│ 26: name = var.database_name
│
│ Use db_name instead
│
│ (and one more similar warning elsewhere)
references
N/A
v0.38.6
🚀 Enhancements
Make certain arguments optional to allow creation of replicas @mihaiplesa (#136)
what
- Make certain arguments optional
why
- Fix creation of replicas
references
- Closes #137
v0.38.5
Add `timezone` variable for mssql @mbroers (#141)
what
- Adding the ability to specify timezone for MSSQL RDS instances
why
- This variable is available to the terraform resource type so it should be available to the component
- Legacy databases and applications may not handle date conversion and offset properly and by default RDS sets timezone to UTC
references
git.io->cloudposse.tools update @dylanbannon (#138)
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.38.4
🚀 Enhancements
Remove unused provider: hashicorp/template @joshfriend (#129)
what
Removed an unused terraform provider: hashicorp/template
why
This provider was not used anywhere in the module. It is also deprecated and there is no darwin_arm64
version available, so I was unable to use this module with an M1 mac
v0.38.3
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 @renovate (#125)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/route53-cluster-hostname/aws (source) | module | patch | 0.12.0 -> 0.12.2 |
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.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/Av0.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.0Configuration
📅 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.
- If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.38.2
🤖 Automatic Updates
chore(deps): update terraform cloudposse/label/null to v0.25.0 @renovate (#126)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/label/null (source) | module | minor | 0.24.1 -> 0.25.0 |
Release Notes
cloudposse/terraform-null-label
v0.25.0
Add "tenant", "labels_as_tags", and "descriptors" @Nuru (#132)
##### what - Add additional label and `id` component: `tenant` - New input `labels_as_tags` controls which labels are exported as tags - New input `descriptor_formats` generates new output `descriptors` - Update README, remove link to obsolete `terraform-terraform-label` ##### why - Support users that host resources on behalf of and/or dedicated to single customers - Supersedes and closes #131, giving people control over which tags the module generates - Simple mechanism for creating multiple identifiers from the same inputs, reducing the need to create multiple instances of `null-label` - Document `tenant`, `labels_as_tags`, `descriptor_formats`, add additional clarification, stop promoting obsolete moduleFix: Update README Snippets @korenyoni (#130)
##### what * Update README snippets to reflect use of Terraform Registry. ##### why * Including snippets that reflect use of the Terraform Registry make it easier for users to quickly instantiate a null_label module. * README is out of date and does not include snippets that reflect use of the Terraform Registry. ##### references * N/ABridgecrew compliance @Nuru (#125)
##### what - Resolve Bridgecrew compliance complaint about example Autoscaling Group (BC_AWS_GENERAL_31) - Fix typo in README - Include Terraform lock file in `.gitignore` ##### why - Get clean Bridgecrew badge - Correct confusing error - Ensure lock files are not checked into GitHub ##### 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 to `master` 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 - Properly output descriptors of chained modules ##### why - Bug fix; implement intended behaviorConfiguration
📅 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.
- If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.38.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#122)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.38.0
Add `replicate_source_db` @nitrocode (#120)
what
- Add
replicate_source_db
why
- Create a read replica
references
- Closes #113
- May remove the need to maintain https://github.com/cloudposse/terraform-aws-rds-replica