Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.32 KB

master

full changelog

v1.0.2

full changelog

  • Enable MFA requirement for gem releasing

v1.0.1

full changelog

  • Resolved. bundler deprecation warning

v1.0.0

full changelog

Breaking changes 💣

  • options arg of itamae_ssh is changed to keyword arg.
    • Before (v0.x): itamae_ssh "recipe.rb", "xxxxx"
    • After (v1.0.0+): itamae_ssh "recipe.rb", options: "xxxxx"
    • #21

Features

  • Add environment arg to itamae_ssh

v0.2.0

full changelog

  • Add --dry-run support

v0.1.1

full changelog

  • Add default value to itamae_ssh 1st arg

v0.1.0

  • first release