Skip to content

Releases: udondan/cdk-ec2-key-pair

v4.0.1

25 Mar 14:59
6d95f55
Compare
Choose a tag to compare

4.0.1 (2024-03-25)

Bug Fixes

  • ensure all expected files are included in the resulting package (#300) (509e42c)

v4.0.0

23 Mar 14:17
ef9cfe9
Compare
Choose a tag to compare

4.0.0 (2024-03-23)

⚠ BREAKING CHANGES

  • adds support for ED25519 Key Pairs and a wide range of public key formats (#290)
  • implements IKeyPair interface (#279)
  • renames lambda property to lambdaFunction (#277)
  • for consistency, the property name now is renamed to keyPairName (#258)
  • removes fixed name from lambda function (#253)

Features

  • adds fingerprint and public key format as resource properties (#291) (046e41d)
  • adds logLevel option, so users can debug lambda functions (#286) (6f28d82)
  • adds support for ED25519 Key Pairs and a wide range of public key formats (#290) (35ece30)
  • for consistency, the property name now is renamed to keyPairName (#258) (a39e251)
  • implements IKeyPair interface (#279) (0457985)
  • removes fixed name from lambda function (#253) (56e17ef)

Miscellaneous Chores

  • renames lambda property to lambdaFunction (#277) (e43879a)

v3.3.3

13 Oct 08:58
165168f
Compare
Choose a tag to compare

Removes names from IAM policy and role, as this conflicts with multi-region deployments

v3.3.2

19 Sep 13:23
9101992
Compare
Choose a tag to compare

Migrates custom resource Lambda function to Node 18 / aws-sdk v3

v3.3.1

20 Apr 12:56
6ae1078
Compare
Choose a tag to compare

Updates node-forge dependency.

v3.3.0

19 Apr 10:18
e494fc0
Compare
Choose a tag to compare

Removes dependency cdk-iam-floyd - Thanks to @ahammond

v3.2.0

29 Jan 16:41
f57fbd7
Compare
Choose a tag to compare

It now is possible to create a key "pair" by importing a public key.

v3.1.0

29 Jan 12:53
a140dbf
Compare
Choose a tag to compare
  • Option to change the format of the public key to PEM
  • Updates all dependencies

v3.0.0

05 Dec 11:56
d9aabdf
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.

v2.2.0

01 May 09:08
c9faac9
Compare
Choose a tag to compare

upgrade lambda node runtime to 14