Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 945 Bytes

0.4.2

  • Bugfix: Diff detection fails on --no-color option

0.4.1

  • Bugfix: --color/--no-color option is not working

0.4.0

  • Add prefix option to apply [#4][]

0.3.1

  • Bugfix: Aws::SSM::Errors::ThrottlingException: Rate exceeded error

0.3.0

  • Add --wait-entries option to run_command #3
    • Change --wait option to --wait-results option
    • Add --wait-entries option
    • Bugfix

0.2.0

  • Add put_inventory command #2
  • Add the options to search target instances from inventory to run_command #2
    • --inventory/-I
    • --conditions/-C

0.1.0

  • Add run_command command #1
  • Some small fixes

0.0.2

  • Initial release

0.0.1 (yunked)