diff options
author | elijah <elijah@riseup.net> | 2014-10-28 23:52:05 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-10-28 23:52:05 -0700 |
commit | 2aebf203683918a33989291ba11b63b049e7e5e0 (patch) | |
tree | 9d64848ba83dc62d3c32fdb34ab810c802b233d5 | |
parent | 4e858db55c914094cd8b99f7581767d56e67ec70 (diff) | |
download | leap_cli-2aebf203683918a33989291ba11b63b049e7e5e0.tar.gz leap_cli-2aebf203683918a33989291ba11b63b049e7e5e0.tar.bz2 |
updated RELEASES.md
-rw-r--r-- | RELEASES.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index f33599f..a8de1a0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,12 @@ +Version 1.6.1 + - add environment pinning, see `leap help env` + - support both rsa and ecdsa host keys + - custom puppet modules: drop modules in files/puppet/modules + - all json macros are now moved to the platform + - bugfix: better CSR creation + - bugfix: always sort arrays in exported json. + - bugfix: improved cert updating + Version 1.5.6 - Added try{} macro function that quietly swallows exceptions. @@ -19,7 +28,7 @@ Version 1.5.3 Version 1.5.0 - Added ability to scope provider.json by environment - + Version 1.2.5 - Added initial support for remote tests. |