Skip to content

Commit

Permalink
Bumping to Release v.0.3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
russell-lewis committed Jul 31, 2018
1 parent dfbec61 commit f82e2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bless/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
Expand Down

0 comments on commit f82e2a9

Please sign in to comment.