Releases: theonestack/hl-component-fargate-v2
Releases · theonestack/hl-component-fargate-v2
0.8.7
0.8.6
0.8.5
What's Changed
- fix: update ecs task component version by @raykrishardi in #11
Full Changelog: 0.8.4...0.8.5
0.8.3
What's Changed
- Bump application-autoscaling version by @cfln123 in #7
- Fix RetentionInDays in tests by @cfln123 in #8
- fixes polices versions by @aaronwalker in #9
New Contributors
- @cfln123 made their first contribution in #7
- @aaronwalker made their first contribution in #9
Full Changelog: 0.8.2...0.8.3
0.8.2
What's Changed
- fix: healthcheck protocol by @raykrishardi in #6
New Contributors
- @raykrishardi made their first contribution in #6
Full Changelog: 0.8.1...0.8.2
0.8.1
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- Feature/cognito support by @tarunmenon95 in #4
New Contributors
- @tarunmenon95 made their first contribution in #4
Full Changelog: 0.7.6...0.8.0
0.7.6
0.7.5
What's Changed
- version bumped application autoscaling component to 0.1.6 which adds support for custom metric autoscaling
example
service_namespace: ecs
scaling_policy:
target:
custom:
namespace: AWS/AmazonMQ
metric_name: MessageCount
statistic: Average
unit: Count
dimensions:
- Name: Broker
Value:
Fn::Sub: ${EnvironmentName}-rabbitmq
- Name: VirtualHost
Value: /
- Name: Queue
Value: myqueue
scale_in_cooldown: 180
scale_out_cooldown: 60
target_value: "10"
Full Changelog: 0.7.4...0.7.5
0.7.4
##What's Changed
- Version bumped application autoscaling component to 0.1.3
Full Changelog: 0.7.3...0.7.4