- 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
+ - allow "+key" and "-key" json properties for adding and subtracting
+ arrays during inheritence
- bugfix: better CSR creation
- bugfix: always sort arrays in exported json.
- bugfix: improved cert updating
module LeapCli
unless defined?(LeapCli::VERSION)
- VERSION = '1.6.0'
- COMPATIBLE_PLATFORM_VERSION = '0.5.3'..'1.99'
+ VERSION = '1.6.1'
+ COMPATIBLE_PLATFORM_VERSION = '0.6.0'..'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.'
LOAD_PATHS = ['lib', 'vendor/certificate_authority/lib', 'vendor/rsync_command/lib']