ECS AutoScaler
Version updated for https://github.com/cheelim1/ecs-autoscaler to version v0.1.18.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ECS Service AutoScaler GitHub Action automates the configuration of auto-scaling policies and CloudWatch alarms for AWS ECS services. It supports both default and custom scaling policies, including step-scaling and target-tracking, while ensuring compatibility with existing alarms and manual configurations. This action simplifies the process of managing ECS service scaling, enabling dynamic resource allocation based on CPU, memory, and custom metrics.
Release notes
What’s Changed
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/19
- Bump docker/login-action from 3 to 4 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/20
- Bump docker/build-push-action from 5 to 7 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/21
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/22
- Bump alpine from 3.21 to 3.23 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/23
- Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/24
- Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.3 to 1.55.1 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/25
- Bump github.com/aws/aws-sdk-go-v2 from 1.36.3 to 1.41.3 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/27
- Bump actions/setup-go from 3 to 6 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/29
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/30
- Bump github.com/aws/aws-sdk-go-v2/service/applicationautoscaling from 1.36.0 to 1.41.12 by @dependabot[bot] in https://github.com/cheelim1/ecs-autoscaler/pull/31
- CHORE: Update Dockerfile by @cheelim1 in https://github.com/cheelim1/ecs-autoscaler/pull/32
- Update README by @cheelim1 in https://github.com/cheelim1/ecs-autoscaler/pull/33
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/cheelim1/ecs-autoscaler/pull/19
Full Changelog: https://github.com/cheelim1/ecs-autoscaler/compare/v0.1.17...v0.1.18