Skip to content

v3.1.0 - Implementation of capacity provider strategy and bug fixes

Compare
Choose a tag to compare
@brivu brivu released this 12 Aug 23:37
· 45 commits to master since this release
e4391f5

Added Parameters

  • deployment-config-name: Enables users to add a predefined deployment configuration when creating a Blue/Green Deployment in CodeDeploy
  • codedeploy-capacity-provider-name: The name of AWS Capacity Provider to be added to CodeDeploy deployment. Must be used with capacity-provider-base and capacity-provider-weight.
  • codedeploy-capacity-provider-base: The base of AWS Capacity Provider to be added to CodeDeploy deployment. Must be used with codedeploy-capacity-provider-name and codedeploy-capacity-provider-weight.
  • codedeploy-capacity-provider-weight: The weight of AWS Capacity Provider to be added to CodeDeploy deployment. Weight must be greater than 0. Must be used with codedeploy-capacity-provider-name and codedeploy-capacity-provider-base.

What's Changed

  • feat: implement capacity provider strategy by @brivu in #172
  • fix: deploy-ecs-scheduled-task errors by @kxhira in #173
  • fix: ephemeral storage retention by @brivu in #177
  • fix: terraform force delete by @brivu in #178
  • fix: added profile-name parameter by @brivu in #179
  • feat: implement deployment-config-name parameter by @brivu in #180

New Contributors

Full Changelog: v3.0.0...v3.1.0