Releases: udondan/cdk-ssm-document
Releases · udondan/cdk-ssm-document
v3.1.1
Removes dependency cdk-iam-floyd
v3.1.0
Adds support for document attachments and versionName for SSM Distribution packages #22
v3.0.0
Starting with this release, the package is (only) compatible with AWS CDK v2.
For CDK v1 use any previous version.
Also there won't be any support for .Net/NuGet going forward. (those packages have most probably never worked anyway)
v2.2.1
Include js-yaml
as bundled dependency. The package was not usable with anything other than node.
v2.2.0
upgrade lambda node runtime to 14
v2.1.2
Fix boolean params in aws:branch choices (#16)
v2.1.1
Fix default value for boolean document parameters (#14)
v2.1.0
- Expose lambda, so properties can be adjusted by the user
v2.0.0
⚠️ Breaking change
The tag for identifying resources has been renamed from CreatedBy
to CreatedByCfnCustomResource
.
If you update the package from 1.x to 2.x you will need to manually adjust the tags on your SSM documents.
v1.3.2
In this release, I reorganized the dependencies. cdk modules no longer are direct dependencies, but peerDependencies and have to be installed separately. See readme for instructions. This ensures, the package can be used with any CDK 1.x version that does not introduce breaking changes.