New Features
- ECS Blue/Green Deployment Strategy Support (#861)
This version now supports ECS Blue/Green deployment strategy. - The
rollback
command stops active deployments if it exists. (#861, #863)
Improvements
- Deploy Wait Behavior Change (#869, #874)
Changed the default value of deploy --wait-until from "stable" to "deployed". This allows for faster detection of deployment completion.
Bug Fixes
- Fixed service connect configuration removal issues during deployment. (#856)
- Load Balancer Removal Capability
Added functionality to remove load balancers from ECS services. (#868)
Other Changes
- Dependency updates (golang.org/x/oauth2, AWS SDK Go v2)
- Updated to tfstate lookup v1.7.0
- Refactored verify command
What's Changed
- add retry option for better reliability by @bary822 in #847
- Fix service connect configuration removal on deployment by @itkq in #856
- Supports ECS Blue Green deployment strategy. by @fujiwara in #861
- Bump golang.org/x/oauth2 from 0.16.0 to 0.27.0 by @dependabot[bot] in #862
- docs: Add rollback command documentation to README by @fujiwara in #863
- Refactor verify command by @fujiwara in #864
- Bump the aws-sdk-go-v2 group across 1 directory with 15 updates by @dependabot[bot] in #865
- Update to tfstate lookup v1.7.0 by @fujiwara in #866
- Fix deployment log message for ECS B/G Deploy by @csenet in #867
- enables to remove load balancers from ECS service. by @fujiwara in #868
- Change the default of deploy --wait-until from "stable" to "deployed" by @fujiwara in #869
- show any deployment statuses when the status changed. by @fujiwara in #872
- fix: findActiveECSDeployment by @fujiwara in #873
- refresh waits until deployed internally by @fujiwara in #874
New Contributors
Full Changelog: v2.5.0...v2.6.0