[0.7.0](https://github.com/CloudSnorkel/cdk-github-runners/compare/v0.6.2...v0.7.0) (2022-12-05)
⚠ BREAKING CHANGES
* The default VPC security group will no longer be used, and instead a new security group will be created
* IRunnerProvider no longer exposes vpc and securityGroup
* IRunnerProviderStatus changed securityGroup to securityGroups
Features
* Multiple security groups, no more default security SG, and image builder connections support ([171](https://github.com/CloudSnorkel/cdk-github-runners/issues/171)) ([c3aebb1](https://github.com/CloudSnorkel/cdk-github-runners/commit/c3aebb123ac341dd6db6edb61f5fa09bef8e9370)), closes [#163](https://github.com/CloudSnorkel/cdk-github-runners/issues/163) [#165](https://github.com/CloudSnorkel/cdk-github-runners/issues/165)
Bug Fixes
* Resource of type 'AWS::ImageBuilder::ImageRecipe' with identifier 'ImageRecipeArn' already exists. ([170](https://github.com/CloudSnorkel/cdk-github-runners/issues/170)) ([9b1517f](https://github.com/CloudSnorkel/cdk-github-runners/commit/9b1517fed86deefd312b280088b0bea39aa23f28))