- Enable MFA requirement for gem releasing
- Resolved. bundler deprecation warning
options
arg ofitamae_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
- Before (v0.x):
- Add
environment
arg toitamae_ssh
- Add
--dry-run
support
- Add default value to itamae_ssh 1st arg
- first release