Skip to content

Commit f82e2a9

Browse files
committed
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.
1 parent dfbec61 commit f82e2a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bless/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sign SSH public keys.")
1010
__uri__ = "https://github.com/Netflix/bless"
1111

12-
__version__ = "0.2.0"
12+
__version__ = "0.3.0"
1313

1414
__author__ = "The BLESS developers"
1515
__email__ = "[email protected]"

0 commit comments

Comments
 (0)