diff options
author | elijah <elijah@riseup.net> | 2014-06-04 10:16:07 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-04 10:16:07 -0700 |
commit | 516344809dc46186c880efe8ce7ea8ba8dd33587 (patch) | |
tree | 64fbfbc74b2529ef251737f7153338f46dae3f9f | |
parent | 658af826f95076b1739e922a7c0f3cde417571ed (diff) | |
download | leap_cli-516344809dc46186c880efe8ce7ea8ba8dd33587.tar.gz leap_cli-516344809dc46186c880efe8ce7ea8ba8dd33587.tar.bz2 |
version 1.5.6
-rw-r--r-- | RELEASES.md | 26 | ||||
-rw-r--r-- | lib/leap_cli/version.rb | 2 |
2 files changed, 25 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md index e0ba79c..f33599f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,26 @@ +Version 1.5.6 + +- Added try{} macro function that quietly swallows exceptions. +- Added ability to scope tags by environment. +- Added rand_range and base32_secret macros. +- Many ssh fixes +- Made --no-color work better +- Prevent `apt-get upgrade` when update fails. +- Always compile all hiera .yaml files. +- Fixs ntpd fixes + +Version 1.5.3 + +- Better utf8 support +- Prevent invalid host names +- Allow json keys with periods in them +- Better `leap new` + +Version 1.5.0 + +- Added ability to scope provider.json by environment + Version 1.2.5 -+ Added initial support for remote tests. -+ Will now bail if /etc/leap/no-deploy is present on a node.
\ No newline at end of file +- Added initial support for remote tests. +- Will now bail if /etc/leap/no-deploy is present on a node. diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb index 5ec2523..cf7e35c 100644 --- a/lib/leap_cli/version.rb +++ b/lib/leap_cli/version.rb @@ -1,6 +1,6 @@ module LeapCli unless defined?(LeapCli::VERSION) - VERSION = '1.5.5' + VERSION = '1.5.6' COMPATIBLE_PLATFORM_VERSION = '0.5.2'..'1.99' SUMMARY = 'Command line interface to the LEAP platform' DESCRIPTION = 'The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.' |