All Versions
111
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v1.2.3 Changes
๐ Bugfixes
- ๐ Bugs in Node class (by @ryotarai)
-
v1.2.2 Changes
๐ Improvements
- ๐จ Refactor Backend and Runner class for multi backends. (by @ryotarai)
-
v1.2.1 Changes
(yanked)
-
v1.2.0 Changes
๐ Feature
- ๐ณ Docker backend (by @ryotarai)
- This backend builds a Docker image.
- Usage:
itamae docker --image baseimage recipe.rb
- NOTE: This feature is experimental.
- Compatibility can be broken because this is experimental feature
- ๐ณ Docker backend (by @ryotarai)
-
v1.1.26 Changes
๐ Bugfix
- Always outdent. (by @ryotarai)
-
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)