- Fix Aws::AutoScaling::Errors::ValidationError #85
- Make region fallback logic consistent in Capistrano tasks #91
- Add runtime_platform to task_definition. #92
- Delete option :placement_strategy if DAEMON service #93
- Add variable of capistrano
ecs_client_retry_params
to override parameter of ECS::Client#initialize #88
-
Fix Aws::AutoScaling::Errors::ValidationError #85
-
Fix Timeout::Error that occurs in trigger_capacity_update #80
-
use force a new deployment, when switching from launch type to capacity provider strategy on an existing service #75
-
Run test with Ruby 3.2 #83
-
Merge
propagate_tags
to service_options when updating service #82 -
Show service event logs while waiting for services #81
-
Stop supporting ruby 2.4 #79
-
Display warning that desired count has reached max value #78
-
Make draining feature opt-outable #77
-
Add capacity_provider_strategy options to Service #74
- Fix bug that
InstanceFluctuationManager#decrement
tries to detach instances whose status is 'DEREGISTERING' #72
- Add a cluster name to deployment logs #71
- add option enable_execute_command to support ECS Exec #69
- retry register_task_definition by AWS SDK feature #67
- Support Ruby 3.0 #66
- Wait until stop old tasks #65
- Add prioritized_over_upscale_triggers option to triggers #62
- Display only unstable services in EcsDeploy::Service#wait_all_running #61
- Add tasks to deploy the application faster #57
- Add parameters
ecs_wait_until_services_stable_max_attempts
andecs_wait_until_services_stable_delay
#30 - Detect region automatically according to AWS SDK #31
- Support new features of ECS to support Fargate #32
- Ignore running tasks which don't belong to the ECS services on deregistering container instances #33
- Drop AWS SDK 2 support #34
- Support scheduling_strategy option #35
- Support execution_role_arn on task_definition #36
- Support spot fleet requests and container instance draining #40
- Add network_configuration paramters to ScheduledTask #46
- Support tagging ECS resources #48 #49
- Wait for stopping tasks until tasks stop #50
- Improve performance when start tasks #53
- Improve stability of auto scaling groups managed by ecs_auto_scaler #55
- Fix infinite loop that occurs when there are more than 100 container instances #38
- Fix errors that occur on decreasing more than 20 container instances #39
- Fix deployment errors that occur when
ecs_scheduled_tasks
is not set #27
- Fix block parameter name
- Support ScheduledTask deployment #22
- Support network_mode and placement_constraints
- Introduce
ecs_registered_tasks
capistrano variable #23
- Fix rollback bug #11
- Add missing desired_count for backend services #9
Initial release.