terraform-aws-ecs-web-app icon indicating copy to clipboard operation
terraform-aws-ecs-web-app copied to clipboard

chore(deps): update terraform cloudposse/ecs-cloudwatch-autoscaling/aws to v0.7.6 (release/v0)

Open renovate[bot] opened this issue 1 year ago • 2 comments
trafficstars

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-cloudwatch-autoscaling/aws (source) module patch 0.7.2 -> 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

v0.7.5

Compare Source

what

  • Make autoscaling policy dependent of target

v0.7.4

Compare Source

git.io->cloudposse.tools update @​dylanbannon (#​23)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

v0.7.3

Compare Source

🚀 Enhancements

Providers @​nitrocode (#​21)

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.

renovate[bot] avatar May 03 '24 14:05 renovate[bot]

/terratest

mergify[bot] avatar May 03 '24 14:05 mergify[bot]