Releases: pulumi/pulumi-cdk
Releases · pulumi/pulumi-cdk
v1.6.0
What's Changed
- chore: add concurrency group to release job by @corymhall in #315
Full Changelog: v1.5.0...v1.6.0
v1.4.0
What's Changed
- Enhance CDK support with nested stack handling by @flostadler in #295
- Add integration test and example for using CDK Nested Stacks with Pulumi by @flostadler in #298
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- chore: add additional directories to npmignore by @corymhall in #283
Full Changelog: v1.2.0...v1.3.0
v1.1.0
What's Changed
- Fix BucketObjectv2 should only trigger an update on code changes by @corymhall in #270
- Add support for resolving dynamic ssm values by @corymhall in #268
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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 - Validate all CDK resources are mapped to Pulumi resources by @flostadler in #231
- Support Condition Functions by @t0yv0 in #222
- Add experimental flag for enabling CDK lookups by @corymhall in #235
- Improve the Ref intrinsic implementation by @t0yv0 in #243
- Add ability to specify resource options at the stack level by @corymhall in #245
- Reference assets directly by @corymhall in #257
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
v1.0.0-alpha.3
What's Changed
- Add experimental flag for enabling CDK lookups by @corymhall in #235
- Improve the Ref intrinsic implementation by @t0yv0 in #243
- Add ability to specify resource options at the stack level by @corymhall in #245
- Reference assets directly by @corymhall in #257
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
What's Changed
- Validate all CDK resources are mapped to Pulumi resources by @flostadler in #231
- Support Condition Functions by @t0yv0 in #222
Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2
v1.0.0-alpha.1
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
v0.5.0
What's Changed
- fix: update deps and correctly map resource/property names by @corymhall in #129
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Support specifying stack properties by @lukehoban in #56
Full Changelog: v0.3.0...v0.4.0