aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-04 10:16:07 -0700
committerelijah <elijah@riseup.net>2014-06-04 10:16:07 -0700
commit516344809dc46186c880efe8ce7ea8ba8dd33587 (patch)
tree64fbfbc74b2529ef251737f7153338f46dae3f9f
parent658af826f95076b1739e922a7c0f3cde417571ed (diff)
downloadleap_cli-516344809dc46186c880efe8ce7ea8ba8dd33587.tar.gz
leap_cli-516344809dc46186c880efe8ce7ea8ba8dd33587.tar.bz2
version 1.5.6
-rw-r--r--RELEASES.md26
-rw-r--r--lib/leap_cli/version.rb2
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.'