Skip to content

v0.2.12

Choose a tag to compare

@github-actions github-actions released this 25 Jul 10:25
2e6e5c5

0.2.12 (2026-07-25)

Features

  • aws: port aws-ecs v2.233.0 L2 constructs to compute/ecs (c428b44)

Bug Fixes

  • aws: cap auto-generated load balancer names at the 32-char ELBv2 limit (9451e55)
  • aws: default ECS service desired_count to 1 with ignore_changes (CFN parity) (3f07f76)
  • aws: ECS service must depends_on ServiceManagedVolume role AND policy attachment (887cfdd)
  • aws: scaling policies must reference the aws_appautoscaling_target attributes (138a1c4)
  • ecs: accept UID/GID value 0 in AppMesh proxy configuration validation (f36fecf), closes #123
  • ecs: append placement constraints across multiple addPlacementConstraints calls (4fcb1be), closes #123
  • ecs: declare the AmazonECSManaged tag on managed-scaling capacity provider ASGs (ea163a6)
  • ecs: extract trailing service name from external service ARN (18c54ee), closes #123
  • ecs: pass ASG ARN (not name) to aws_ecs_capacity_provider (b90cb56), closes #123
  • ecs: propagate ASG security groups to cluster.connections in addAsgCapacityProvider (17c8b48), closes #123
  • ecs: reject omitted managedEBSVolume at construct time (6531567), closes #123
  • ecs: require awsPcaAuthorityArn when Service Connect tls is set (19a1179), closes #123
  • ecs: token-safe s3:GetBucketLocation permission for FireLens S3 config (658b814), closes #123