]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
version 1.5.6
authorelijah <elijah@riseup.net>
Wed, 4 Jun 2014 17:16:07 +0000 (10:16 -0700)
committerelijah <elijah@riseup.net>
Wed, 4 Jun 2014 17:16:07 +0000 (10:16 -0700)
RELEASES.md
lib/leap_cli/version.rb

index e0ba79c690db4d7ed9ddb3fe35117135e0c3ee39..f33599f85521ee0e28294902dd2e03cef91bed21 100644 (file)
@@ -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.
index 5ec2523f9b52861bf5cb01bac29d491037327b4f..cf7e35c0417c8d02e2ffd1a3146aa2a8a14171d1 100644 (file)
@@ -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.'