diff options
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 26 |
1 files changed, 24 insertions, 2 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. |