blob: 53ba0f6eae4af94b7f6dba7fd0c8f9dedc849aca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
Version 1.7.1
- added 'leap scp' and 'leap tunnel'
- support for deploy logging and 'leap history'
- added --force
- server certs are now autogenerated as needed
- better mac, debian, and ruby 2.0 compatibility.
- many bug fixes
Version 1.6.1
- add environment pinning, see `leap help env`
- 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
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.
|