Releases: cloudposse/terraform-aws-alb
v1.2.0
feat: add variable to support health check protocol different from traffic's @topikachu (#117)
what
Add variable to support health check protocol different from traffic's
why
My system uses HTTP for the health check but HTTPS for data traffic.
Add a new variable to support this use case.
references
v1.1.0
v1.0.0
Initial release with production Semantic Versioning, part of our general strategy to convert to production versioning as we make updates to relatively mature modules, especially those where we see breaking changes coming in the near future. This module will evolve with breaking changes as we convert it to use our security-group and s3-log-storage modules and be compatible with the new S3 resource structure introduced in AWS Terraform provider v4.0.
v0.36.0
Fix default target group count @linhkikuchi (#108)
what
- I have
listener_https_fixed_responsebut 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.enabledcheck 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_lengthvariables 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.