v1.0.0-alpha.1
Pre-release
Pre-release
What's Changed
Features
- Refactor to use cloud assembly by @corymhall in #167
- Add another example and map additional resources by @corymhall in #178
- Use custom pulumi app synthesizer by @corymhall in #172
- Add support for Route53 records by @corymhall in #204
- Handle SecretsManager dynamic references by @corymhall in #202
- Add docker image support by @corymhall in #212
- Add support for CDK Custom Resources by @flostadler in #190
- Add support for Fn::FindInMap intrinsic by @corymhall in #221
- CDK RemovalPolicy maps to Pulumi retainOnDelete by @corymhall in #223
- Enable
autoTrim
behavior by default by @corymhall in #227
Bug fixes
- fix: correctly normalize json types by @corymhall in #147
- Fix resource mappings to multiple resources by @corymhall in #191
- Fix property normalization for properties with
additionalProperties
by @corymhall in #192 - Fixes debug logging of CfnResource by @t0yv0 in #198
- Fix IPV6 cidr blocks by @corymhall in #197
- Fix CDK errors not being logged by @corymhall in #211
- Create aws ccapi resources by using the SDK by @corymhall in #217
- Handle pulumi.Output recursively when translating CDK properties to Pulumi by @t0yv0 in #228
Breaking Changes
- Remove mappings to aws classic resources by @corymhall in #163
- Use cdk-cli-lib to synthesize CDK application by @corymhall in #170
- Remove CDK generated hash suffix on resource names by @corymhall in #215
- Enhance construct type names by @corymhall in #179
New Contributors
- @t0yv0 made their first contribution in #134
- @flostadler made their first contribution in #151
- @mikhailshilkov made their first contribution in #165
Full Changelog: v0.5.0...v1.0.0-alpha.1