-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.41.0 #3
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/ec2-autoscale-group/aws to v0.41.0 #3
Conversation
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟠 Require terratestWaiting checks:
|
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:
SupportNeed help? Join our Discord community for assistance with any issues or questions. 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 (
|
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
50dd089
to
c001084
Compare
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
There are no real tests for this component. So we set terratest statuses to successful execution without running any tests |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Heads up! This pull request looks stale. It will be closed soon, if there are no new commits. ⏳ |
/terratest |
Edited/Blocked NotificationRenovate 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. |
These changes were released in v1.535.2. |
This PR contains the following updates:
0.35.1
->0.41.0
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group (cloudposse/ec2-autoscale-group/aws)
v0.41.0
Compare Source
add max_healthy_percentage - option used during instance refresh @scott-doyland-burrows (#149)
what
This is adding the
max_healthy_percentage
option.This allows the instance refresh to set this value.
min_healthy_percentage
is already set as an option.why
The option is currently missing from the terraform module.
references
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group#max_healthy_percentage
fix: Terratest Account ID @milldr (#150)
what
why
references
🤖 Automatic Updates
Migrate new test account @osterman (#148)
what
.github/settings.yml
.github/chatops.yml
fileswhy
.github/settings.yml
from org level to getterratest
environmenttest
accountReferences
Update .github/settings.yml @osterman (#147)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update .github/settings.yml @osterman (#146)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update .github/settings.yml @osterman (#145)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
v0.40.0
Compare Source
fix: Tagging @MaxymVlasov (#143)
why
var.tags
does not provide any tags if you rely oncontext
:🤖 Automatic Updates
Update .github/settings.yml @osterman (#142)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update .github/settings.yml @osterman (#141)
what
.github/settings.yml
.github/auto-release.yml
fileswhy
.github/settings.yml
from org levelreferences
Update release workflow to allow pull-requests: write @osterman (#140)
what
.github/workflows/release.yaml
) to have permission to comment on PRwhy
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#139)
what
.github/workflows
) to use shared workflows from.github
repowhy
chore(deps): update terraform cloudposse/dynamic-subnets/aws to v2.4.2 @renovate (#131)
This PR contains the following updates:2.4.1
->2.4.2
Release Notes
cloudposse/terraform-aws-dynamic-subnets (cloudposse/dynamic-subnets/aws)
v2.4.2
Compare Source
🚀 Enhancements
chore(deps): update terraform cloudposse/utils/aws to v1.4.0 (main) @​renovate (#​191)
This PR contains the following updates:
1.3.0
->1.4.0
Release Notes
cloudposse/terraform-aws-utils (cloudposse/utils/aws)
v1.4.0
Compare Source
Add il-central-1 region @​&#​8203;jasonmk (#&#​8203;31)
what
Add new Tel Aviv (il-central-1) region
why
Provide full coverage
references
Sync github @​&#​8203;max-lobur (#&#​8203;27)
Rebuild github dir from the template
🤖 Automatic Updates
chore(deps): update terraform cloudposse/utils/aws to v1.4.0 (main) @​renovate (#​191)
This PR contains the following updates:
1.3.0
->1.4.0
Release Notes
cloudposse/terraform-aws-utils (cloudposse/utils/aws)
v1.4.0
Compare Source
Add il-central-1 region @​&#​8203;jasonmk (#&#​8203;31)
what
Add new Tel Aviv (il-central-1) region
why
Provide full coverage
references
Sync github @​&#​8203;max-lobur (#&#​8203;27)
Rebuild github dir from the template
Update README.md and docs @​cloudpossebot (#​189)
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 GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#138)
what
.github/workflows
) to addissue: write
permission needed by ReviewDogtflint
actionwhy
Update GitHub workflows @osterman (#137)
what
.github/workflows/settings.yaml
)why
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#136)
what
why
cldouposse/.github
repositoryAdd GitHub Settings @osterman (#135)
what
.github/settings.yaml
)why
Update README.md and docs @cloudpossebot (#132)
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 (#133)
what
make readme
to rebuildREADME.md
fromREADME.yaml
why
.github
repochore(deps): update terraform cloudposse/vpc/aws to v2.2.0 @renovate (#130)
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
Update README.md and docs @cloudpossebot (#129)
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
chore(deps): update terraform cloudposse/vpc/aws to v2.1.1 @renovate (#128)
This PR contains the following updates:2.1.0
->2.1.1
Release Notes
cloudposse/terraform-aws-vpc (cloudposse/vpc/aws)
v2.1.1
Compare Source
Add support for network address usage metrics @​lanzrein (#​124)
what
This PR adds support for Network Address Usage Metrics on the VPC.
AWS documentation : https://docs.aws.amazon.com/vpc/latest/userguide/network-address-usage.html
Terraform documentation : https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc#enable_network_address_usage_metrics
why
Network Address Usage metrics can help monitor the growth of a VPC and would be useful for any user.
Enable this after creating a VPC does not trigger recreation of the VPC.
references
closes #115
Sync github @​max-lobur (#​120)
Rebuild github dir from the template
🤖 Automatic Updates
Update README.md and docs @​cloudpossebot (#​125)
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.39.0
Compare Source
Change mixed instances policy fields to optional @pagmerek (#126)
what
why
In my other PR for terraform ECS component I changed the default value of variable that is being passed here. Without this change terraform will complain that there is no such field as instances_distribution/override
references
v0.38.0
Compare Source
🚀 Enhancements
Add optional network_interface_id variable @gbarna-bd (#124)
what
network_interface_id
variable to launch_templatewhy
references
v0.37.2
Compare Source
🚀 Enhancements
Require AWS provider 5.16+ @raymondchen625 (#123)
what
Version
v0.36.0
does not work with AWS Provider 4.X.why
In PR #121 of
v0.36.0
, the preference keyscale_in_protected_instances
, which had been available only since AWS Provider5.16.0
introduced by PR#33310, was added. That basically upgrades the required AWS provider version to5.16.0+
.We will get errors like the below while planning with AWS provider
<5.16.0
:references
🐛 Bug Fixes
Require AWS provider 5.16+ @raymondchen625 (#123)
what
Version
v0.36.0
does not work with AWS Provider 4.X.why
In PR #121 of
v0.36.0
, the preference keyscale_in_protected_instances
, which had been available only since AWS Provider5.16.0
introduced by PR#33310, was added. That basically upgrades the required AWS provider version to5.16.0+
.We will get errors like the below while planning with AWS provider
<5.16.0
:references
v0.37.1
Compare Source
fix: block_device_mappings required optional fields @MaxymVlasov (#127)
what
Fix 0.37.0
why
As per the code in main.tf, all these stuff are optional
https://github.com/cloudposse/terraform-aws-ec2-autoscale-group/blob/b757eb9037b9eae3235522800530117e66d535b2/main.tf#L6-L24
references
https://github.com/cloudposse/terraform-aws-ec2-autoscale-group/pull/97
🤖 Automatic Updates
Update Terraform cloudposse/dynamic-subnets/aws to v2.4.1 @renovate (#125)
This PR contains the following updates:
2.3.0
->2.4.1
Release Notes
cloudposse/terraform-aws-dynamic-subnets (cloudposse/dynamic-subnets/aws)
v2.4.1
Compare Source
🚀 Enhancements
Add subnet ARNs to outputs @​Nuru (#​188)
what
why
v2.4.0
Compare Source
Update dependencies, remove deprecation, add NACL example @​Nuru (#​184)
Note
Dropping support for deprecated EC2-Classic
With this release, EIPs allocated for NAT ingress are allocated in the default domain. This most likely does not affect you, but for accounts created before 2013-12-04 (almost 10 years ago as of this writing), the default domain could be EC2-Classic rather than the current VPC. Previously this module forced the EIPs to be in the VPC domain, but the breaking changes between AWS Provider v4 and v5 make that difficult.
If you find yourself in the rare situation where the EIPs allocated by this module are in EC2-Classic but you want them in VPC, then create the EIPs outside of this module and supply them to this module via
nat_elastic_ips
.Custom NACLs
This release includes an example (
examples/nacls/
) showing how to create custom NACLs in conjunction with this module. Note that by default, this module creates wide-open NACLs, and subnets can only have one NACL associated with them. If you try to add a NACL to a subnet without disabling the default NACLs, you may get a possibly confusing error like:See https://github.com/hashicorp/terraform-provider-aws/issues/31888
what
null
as meaning "default")aws_eip
vpc = true
why
references
v0.37.0
Compare Source
* add throughput to block_device_mapping @zaksamalik (#97)
what
throughput
toblock_device_mapping
why
throughput
configuration for block device mappingsreferences
v0.36.0
Compare Source
🚀 Enhancements
Fix: instance refresh missing properties @ebarriosjr (#121)
what
This PR adds two missing properties to the instance_refresh stanza.
why
Right now there is no way to configure scale_in_protected_instances and standby_instances in the instance refresh stanza.
references
This solves: #120
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#122)
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
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.