+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.
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.'