All Versions
111
Latest Version
Avg Release Cycle
-
Latest Release
-

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
  • 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)
  • v1.1.23 Changes

    ๐Ÿ”‹ Feature

    • Validate node attributes by Node#validate! (by @ryotarai)
  • 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