Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Releases: udondan/cdk-ssm-document

v3.1.1

20 Apr 16:45
d71298d
Compare
Choose a tag to compare

Removes dependency cdk-iam-floyd

v3.1.0

05 Feb 12:24
76837f9
Compare
Choose a tag to compare

Adds support for document attachments and versionName for SSM Distribution packages #22

v3.0.0

05 Jan 11:06
33adf0b
Compare
Choose a tag to compare

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

08 May 08:23
Compare
Choose a tag to compare

Include js-yaml as bundled dependency. The package was not usable with anything other than node.

v2.2.0

01 May 09:24
a707446
Compare
Choose a tag to compare

upgrade lambda node runtime to 14

v2.1.2

03 Apr 10:33
49d319d
Compare
Choose a tag to compare

Fix boolean params in aws:branch choices (#16)

v2.1.1

03 Apr 10:33
b770f61
Compare
Choose a tag to compare

Fix default value for boolean document parameters (#14)

v2.1.0

23 Feb 11:46
55db2ff
Compare
Choose a tag to compare
  • Expose lambda, so properties can be adjusted by the user

v2.0.0

21 Jan 17:26
Compare
Choose a tag to compare

⚠️ 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

21 Jan 16:44
f76c281
Compare
Choose a tag to compare

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.