Releases: theonestack/hl-component-fargate-v2
Releases · theonestack/hl-component-fargate-v2
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
0.7.3
- bug fix healthcheck unhealthy_count config key
- fix up targetgroup healthcheck tests to create the targetgroup resource
0.7.2
- fixup autoscaling rspec tests
- bugfix for targetgroup healthchecks by correcting spelling in config
- added tests for targetgroup healthchecks
0.7.1 - Application Autoscaling target tracking support
- feature: supports ecs application target tracking autoscaling
0.7.0 - support multi statement IAM policies
- bump lib-iam version to support multi statement IAM policies
- add test for iam policies
0.6.1 - Fixes configuring application autoscaling polices
fixes ecs autoscaling config
0.6.0 - Supports configuring application autoscaling polices
adds support for application autoscaling policies
0.5.8 - Supports passing multiple existing target groups
fixes passing in multiple target groups
0.5.7- security group ingress rule cidr allowing use of FnImport
remove fnsub to allow for FnImport for the VPC Cidr