All Versions
106
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v1.1.25 Changes
๐ Improvements
- 0๏ธโฃ Make logging less verbose by default. (by @eagletmt)
- ๐ Change indent width from 3 to 2. (by @ryotarai)
-
v1.1.24 Changes
๐ Bugfixes
- ๐ Make
node
accessible from define block. (by @ryotarai)
- ๐ Make
-
v1.1.23 Changes
๐ Feature
- Validate node attributes by
Node#validate!
(by @ryotarai)
- Validate node attributes by
-
v1.1.22 Changes
๐ Improvements
source :auto
accepts a template without .erb extension. (by @ryotarai)
-
v1.1.21 Changes
๐ Bugfixes
- Ignore CommandExecutionError during listing installed gems. (by @eagletmt)
- because
gem
command may not be installed in dry-run mode
- because
- Ignore CommandExecutionError during listing installed gems. (by @eagletmt)
-
v1.1.20 Changes
๐ Features
source :auto
of remote_file and template resources. (by @ryotarai)
-
v1.1.19 Changes
๐ Features
verify
attribute- command will be executed after running resource action. (by @ryotarai)
- If it fails, Itamae will abort (notifications will not be executed)
๐ Improvements
- 0๏ธโฃ
--vagrant
option without--host
assumes the VM namedefault
(by @muratayusuke) delayed
is a valid notification timing. (by @ryotarai)- same as Chef
- If invalid notification timing is provided, an error will be raised. (by @ryotarai)
-
v1.1.18 Changes
๐ Improvements
- ๐ฆ Add remove action to package resource (by @eagletmt)
- Colorize diff output of file resource (by @ryotarai)
- removed lines in red
- inserted lines in green
-
v1.1.17 Changes
๐ Bugfixes
- ๐ Do not remove space char in output of diff. (by @ryotarai)
-
v1.1.16 Changes
๐ Features
- ๐ฆ
source
attribute ofgem_package
resource. (by @ryotarai)
- ๐ฆ