Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-cloudwatch-autoscaling/aws (source) module patch 0.7.5 -> 0.7.6

Release Notes

cloudposse/terraform-aws-ecs-cloudwatch-autoscaling (cloudposse/ecs-cloudwatch-autoscaling/aws)

v0.7.6

Compare Source

feat!: allow multiple scaling steps @​gberenice (#​41)

what

  • Removed old scaling variables (scale_up_adjustment, scale_down_adjustment).
  • Added new step adjustment variables (scale_up_step_adjustments, scale_down_step_adjustments).
  • Updated example accordingly.

why

  • The module was modernized to use AWS Application Auto Scaling's step scaling policies.
  • Step adjustments provide more granular control over scaling actions. Instead of a single adjustment value, we can now define multiple thresholds with different scaling adjustments. This allows for more sophisticated scaling strategies (e.g., scale up by 1 instance when metric is slightly high, scale up by 2 when metric is very high)

references

  • N/A

⚠️ This release contains breaking changes as we removed variables scale_up_adjustment, scale_down_adjustment and added the variables scale_up_step_adjustments, scale_down_step_adjustments instead.

🤖 Automatic Updates

Migrate new test account @​osterman (#​39)

what

  • Update .github/settings.yml
  • Update .github/chatops.yml files

why

  • Re-apply .github/settings.yml from org level to get terratest environment
  • Migrate to new test account

References

  • DEV-388 Automate clean up of test account in new organization
  • DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
  • DEV-386 Update terratest to use new testing account with GitHub OIDC
Update .github/settings.yml @​osterman (#​38)

what

  • Update .github/settings.yml
  • Drop .github/auto-release.yml files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub

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 is behind base branch, 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.

@renovate renovate bot added the auto-update This PR was automatically generated label Oct 1, 2025
@renovate renovate bot requested review from a team as code owners October 1, 2025 15:10
@renovate renovate bot requested review from oycyc and RoseSecurity October 1, 2025 15:10
Copy link

coderabbitai bot commented Oct 1, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (3)
  • Bump
  • chore(deps)
  • WIP

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. 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.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

mergify bot commented Oct 1, 2025

/terratest

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants