Releases: RenovoSolutions/cdk-aspects-library-security-group
Releases · RenovoSolutions/cdk-aspects-library-security-group
v0.1.0
0.1.0 (2021-10-28)
⚠ BREAKING CHANGES
- The default behavior of the base aspect class (
SecurityGroupAspectBase
) was changed to include no restricted CIDRS and a new additional base class (NoPublicIngressAspectBase
) now implements the previous behavior. All provided aspects outside of base aspects inherit the new base aspects appropriately. No changes should be required unless you used the base aspect to create custom aspects.
Features
- Add additional aspects for web, managament, and db ports (ebca7ff)