v0.8.9
v0.8.9 (2021-06-15)
Breaking Deployment when asgCapacityProvider Enabled:
When enabling asgCapacityProvider prop, since cluster no longer uses the galaxy share key by default you'll run into a stack dependency issue. When we try to deploy the galaxy cfn will try to delete the share key export that is still in use by the child ecs stack. We have to manually deploy the SolarSystems first, by manually running the cdk code build with STACKS="-e *SolarSystems". Note if you have PRD you may want to roll this out separately.
eg CFN Error: *SharedKey* cannot be deleted as it is in use by *SolarSystem-Ecs*
🚀 Enhancement:
@cdk-cosmos/cdk-credentials-plugin,@cdk-cosmos/core,@cosmos-building-blocks/app-ec2,@cosmos-building-blocks/common,@cosmos-building-blocks/network,@cosmos-building-blocks/pipeline,@cosmos-building-blocks/service
🐛 Bug Fix
@cdk-cosmos/core,@cosmos-building-blocks/pipeline
Committers: 1
- Tim P (@timpur)