Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2025

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-cluster/aws (source) module major 0.9.0 -> 1.2.0

Release Notes

cloudposse/terraform-aws-ecs-cluster (cloudposse/ecs-cluster/aws)

v1.2.0

Compare Source

don't create instance profile if we're not using EC2 @​icornett (#​71)

what

I was getting an error about IAM instance profiles when I'm only deploying Fargate instances. I changed the creation conditional to only create the instance profile if the length of var.capacity_providers_ec2 is greater than 0.

why

  • Fargate providers don't require EC2 instance profiles

references

v1.1.0

Compare Source

fix: expose launch_template_version variable to enable instance refresh @​litanyofmadness (#​62)

what

  • Exposed the launch_template_version variable in the capacity_providers_ec2 object.
  • Added additional configuration options to the instance_refresh block.

why

  • Without exposing launch_template_version, it is not possible to trigger an instance refresh when the launch template changes.
  • The new instance_refresh options provide more flexibility and control over how instance refreshes are performed.

references

  • Please see the notes for the instance_refresh configuration block for the aws_autoscaling_group resource.
  • Current implementation in the terraform-aws-ec2-autoscale-group module: launch_template_version, behavior, instance_refresh.
  • There is an open issue for the terraform-aws-ec2-autoscale-group module that provides a more detailed description of this behavior.

v1.0.0

Compare Source

Provider v6 Compatibility - Remove `elastic_gpu_specifications`. @​tionichm (#​67)

what

Removed deprecated elastic_gpu_specifications from ec2-autoscale-group.
Bumped ec2-autoscale-group to 0.41.1.

why

This module cannot be used with the AWS v6 provider until this field has been removed.
This field has been removed in ec2-autoscale-group.
Closes #​65, #​69

references

cloudposse/terraform-aws-ec2-autoscale-group#154
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-6-upgrade#resource-aws_launch_template

🤖 Automatic Updates

Fix go version in tests @​osterman (#​64)

what

  • Update go 1.24

why

  • Error loading shared library libresolv.so.2 in Go 1.20

References

Replace Makefile with atmos.yaml @​osterman (#​61)

what

  • Remove Makefile
  • Add atmos.yaml

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Jul 23, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

cloudpossebot
cloudpossebot previously approved these changes Jul 23, 2025
@mergify mergify bot added auto-update This PR was automatically generated needs-test Needs testing labels Jul 23, 2025
@cloudposse-releaser cloudposse-releaser bot enabled auto-merge July 23, 2025 21:32
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-cluster-aws-1.x branch from bcf3079 to a663293 Compare July 28, 2025 20:28
cloudpossebot
cloudpossebot previously approved these changes Jul 28, 2025
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-cluster-aws-1.x branch 2 times, most recently from ea8c3b6 to cb7c6c7 Compare August 10, 2025 13:14
@renovate renovate bot force-pushed the renovate/cloudposse-ecs-cluster-aws-1.x branch from cb7c6c7 to a95f75e Compare August 31, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update This PR was automatically generated needs-test Needs testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant