Releases: cloudposse/terraform-aws-alb
v0.36.0
Fix default target group count @linhkikuchi (#108)
what
- I have
listener_https_fixed_response
but still need the default target group created in this module. It used to work before this PR (#97). Do not see why it should not get created when we havelistener_https_fixed_response
v0.35.3
🤖 Automatic Updates
Update context.tf @cloudpossebot (#100)
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.35.2
🤖 Automatic Updates
chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.14.1 @renovate (#101)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/lb-s3-bucket/aws (source) | module | patch | 0.14.0 -> 0.14.1 |
Release Notes
cloudposse/terraform-aws-lb-s3-bucket
v0.14.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#44)
#### 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.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.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.35.1
🤖 Automatic Updates
chore(deps): update terraform cloudposse/label/null to v0.25.0 @renovate (#99)
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.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.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.35.0
Add `module.this.enabled` check to listener's `count` @nitrocode (#97)
what
- Add
module.this.enabled
check to listener'scount
why
- To ensure this module can be properly disabled using
enabled = false
references
v0.34.0
Ensure target group and load balancer names cannot exceed their max length @nitrocode (#96)
what
- Ensure target group and load balancer names cannot exceed their max length
- Expose
*_max_length
variables in case AWS changes their max length in the future - Override
load_balancer_name
, similar totarget_group_name
why
- To prevent exceeding the max lengths of the tg and lb so the module will be applied correctly
references
- Closes #27
- API_CreateTargetGroup
This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
- API_CreateLoadBalancer
This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with "internal-".
v0.33.4
🤖 Automatic Updates
chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.14.0 @renovate (#98)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/lb-s3-bucket/aws (source) | module | minor | 0.13.0 -> 0.14.0 |
Release Notes
cloudposse/terraform-aws-lb-s3-bucket
v0.14.0
Add support for other AWS partitions @epf (#43)
#### what * Add support for other AWS partitions (China, GovCloud) #### why * AWS China and AWS GovCloud exist * `arn:aws:` should never be hardcoded because of thisConfiguration
📅 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, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.33.3
🚀 Enhancements
Remove unused template provider @kevcube (#95)
what
- remove unused template provider
why
- broken on darwin-arm64
references
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a
│ package available for your current platform, darwin_arm64.
│
│ Provider releases are separate from Terraform CLI releases, so not all
│ providers are available for all platforms. Other versions of this provider
│ may have different platforms supported.
v0.33.2
🤖 Automatic Updates
chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.13.0 @renovate (#93)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/lb-s3-bucket/aws (source) | module | minor | 0.12.0 -> 0.13.0 |
Release Notes
cloudposse/terraform-aws-lb-s3-bucket
v0.13.0
Add support to set S3 access logs bucket @adamantike (#40)
#### What Allow setting `access_log_bucket_name` and `access_log_bucket_prefix` variables, which will be bypassed to the `cloudposse/s3-log-storage/aws` module as-is.We need to bump the cloudposse/s3-log-storage/aws
module to version 0.24.0
, as that's where the access_log_bucket_prefix
variable was introduced.
Why
- Need to keep track of accesses to LB access logs.
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.
- If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
v0.33.1
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#91)
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