Skip to content

Releases: theonestack/hl-component-fargate-v2

0.8.6

05 Sep 05:35
95aa935
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.5...0.8.6

0.8.5

24 Jul 07:02
8b6155f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.4...0.8.5

0.8.3

13 Mar 08:59
bc5ea5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.2...0.8.3

0.8.2

31 Jan 00:41
429140b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.1...0.8.2

0.8.1

15 Dec 14:17
Compare
Choose a tag to compare

Full Changelog: 0.8.0...0.8.1

0.8.0

30 Mar 04:43
d6448a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.6...0.8.0

0.7.6

07 Mar 03:56
e7ee320
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.5...0.7.6

0.7.5

13 Sep 11:38
Compare
Choose a tag to compare

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"

See https://github.com/theonestack/hl-component-application-autoscaling/blob/main/tests/ecs_custom_target.test.yaml

Full Changelog: 0.7.4...0.7.5

0.7.4

10 Aug 06:37
d64e5dd
Compare
Choose a tag to compare

##What's Changed

  • Version bumped application autoscaling component to 0.1.3

Full Changelog: 0.7.3...0.7.4

0.7.3

18 Mar 03:23
Compare
Choose a tag to compare
  • bug fix healthcheck unhealthy_count config key
  • fix up targetgroup healthcheck tests to create the targetgroup resource