-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update terraform cloudposse/alb/aws to v2 #8
base: main
Are you sure you want to change the base?
Conversation
/terratest |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟠 Require terratestWaiting checks:
|
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR contains the following updates:
1.11.1
->2.2.1
Release Notes
cloudposse/terraform-aws-alb (cloudposse/alb/aws)
v2.2.1
Compare Source
🚀 Enhancements
feat: add load_balancing_anomaly_mitigation to TG @mschfh (#193)
what
Add load_balancing_anomaly_mitigation variable
references
lb_target_group
v2.2.0
Compare Source
feat: default https_ssl_policy to ELBSecurityPolicy-TLS13-1-2-2021-06 @jestallin (#179)
what
why
references
v2.1.0
Compare Source
fix: listener default action variable object block [HOTFIX REQUIRED!] @oycyc (#190)
what
Removes the default object block and changes it to
null
, making it consistent with the other default actions. The original mindset of having it was to default to HTTP_301 since it's a required attribute, but it doesn't matter because it is notoptional()
in the Terraform.why
As described by @mschfh
references
Comment referencing this issue
https://github.com/cloudposse/terraform-aws-alb/pull/187#issuecomment-2469022563
v2.0.0
Compare Source
feat: alb client keep alive @oycyc (#189)
what
client_keep_alive
.why
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#client_keep_alive-1
v1.12.0
Compare Source
Add IPv6 ingress security group rules @mschfh (#186)
what
http_ingress_cidr_blocks
andhttps_ingress_cidr_blocks
ip_address_type
http_ingress_cidr_blocks
andhttps_ingress_cidr_blocks
defaults values to include::/0
why
The current implementation only configures IPv4 security group rules, causing IPv6 traffic to be dropped by default for dualstack ALBs
references
AWS Load Balancer dual-stack mode: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#ip-address-type
AWS Security Group IPv6 support: https://docs.aws.amazon.com/vpc/latest/userguide/security-group-rules.html#security-group-rule-syntax
TF
aws_security_group_rule
resource: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule#ipv6\_cidr_blocksv1.11.2
Compare Source
feat: redirect default action for https listener @oycyc (#187)
what
Adds the ability for a HTTPS listener to have an default action of "redirect" in addition to the current two existing "fixed-response" and "target group".
Create a new variable to support this with default of null.
Ran
make readme
why
There are use cases when the default action to be
redirect
that we want for an ALB listener if it doesn't match any rules to redirect. See image below for the action in AWS console.This would be good to have in the module, otherwise when there is a case that this needs to be configured, this specific resource has to be stripped out.
Templates update @max-lobur (#152)
what
Templates update
why
Maintenance
🤖 Automatic Updates
Migrate new test account @osterman (#182)
what
.github/settings.yml
.github/chatops.yml
fileswhy
.github/settings.yml
from org level to getterratest
environmenttest
accountReferences
Update .github/settings.yml @osterman (#181)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update .github/settings.yml @osterman (#180)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update .github/settings.yml @osterman (#177)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update release workflow to allow pull-requests: write @osterman (#175)
what
.github/workflows/release.yaml
) to have permission to comment on PRwhy
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#173)
what
.github/workflows
) to use shared workflows from.github
repowhy
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#172)
what
.github/workflows
) to addissue: write
permission needed by ReviewDogtflint
actionwhy
Update GitHub workflows @osterman (#170)
what
.github/workflows/settings.yaml
)why
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#167)
what
why
cldouposse/.github
repositoryAdd GitHub Settings @osterman (#161)
what
.github/settings.yaml
)why
Update README.md and docs @cloudpossebot (#158)
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
Update Scaffolding @osterman (#159)
what
make readme
to rebuildREADME.md
fromREADME.yaml
why
.github
repochore(deps): update terraform cloudposse/vpc/aws to v2.2.0 @renovate (#156)
This PR contains the following updates:2.1.1
->2.2.0
Release Notes
cloudposse/terraform-aws-vpc (cloudposse/vpc/aws)
v2.2.0
Compare Source
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 was generated by Mend Renovate. View the repository job log.