From f82e2a95d4c3734221eeeca45359ac80cbc5292b Mon Sep 17 00:00:00 2001 From: Russell Lewis Date: Tue, 31 Jul 2018 16:12:41 -0700 Subject: [PATCH] Bumping to Release v.0.3.0 Features include: Python 3.6 Lambda support Caching of the KMS decrypted CA Private Key Password. Compressed CA Private Key support, allowing RSA 4096 keys to be set in the Lambda Environment. Issue certificates for ED25519 public keys (RSA CA). New option to validate the remote username against the IAM groups of the calling user. Updated dependencies. --- bless/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bless/__about__.py b/bless/__about__.py index 98bf681..e8805d6 100644 --- a/bless/__about__.py +++ b/bless/__about__.py @@ -9,7 +9,7 @@ "sign SSH public keys.") __uri__ = "https://github.com/Netflix/bless" -__version__ = "0.2.0" +__version__ = "0.3.0" __author__ = "The BLESS developers" __email__ = "security@netflix.com"